diff options
Diffstat (limited to 'perl-install/steps.pm')
-rw-r--r-- | perl-install/steps.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/steps.pm b/perl-install/steps.pm index d2506cf8a..080aa6f22 100644 --- a/perl-install/steps.pm +++ b/perl-install/steps.pm @@ -47,5 +47,4 @@ if_((arch() !~ /alpha/) && (arch() !~ /ppc/), } -#- Wonderful perl :( -1; +__END__ |