diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-06 22:55:56 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-06 22:55:56 +0000 |
commit | c006b45560c934c84e21e708da01c5fcfc35a02c (patch) | |
tree | d8d41d2c6f87b10532dd61c29236e9de39b2db4d /ext/Errno | |
parent | e79e61e4622b6e419b9c7736de49bd996a7c7e64 (diff) | |
download | perl-c006b45560c934c84e21e708da01c5fcfc35a02c.tar.gz |
remove #! line from Errno_pm.PL
p4raw-id: //depot/perl@1348
Diffstat (limited to 'ext/Errno')
-rw-r--r-- | ext/Errno/Errno_pm.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL index 1cb55e10b6..a8a7cf73fe 100644 --- a/ext/Errno/Errno_pm.PL +++ b/ext/Errno/Errno_pm.PL @@ -1,4 +1,3 @@ -#!perl use ExtUtils::MakeMaker; use Config; use strict; |