diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-09-03 04:42:42 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-09-03 04:42:42 +0000 |
commit | 8a1da95f424b3f503ca14c0d79874d7cc4fdddf4 (patch) | |
tree | 0ab39ae29239195eddf65316b14aa83967e806c1 /lib/ExtUtils/Mksymlists.pm | |
parent | cee7b94a06fb7b044854046abe55cbd88bdb2b55 (diff) | |
download | perl-8a1da95f424b3f503ca14c0d79874d7cc4fdddf4.tar.gz |
Updated to MakeMaker-5.38.
Diffstat (limited to 'lib/ExtUtils/Mksymlists.pm')
-rw-r--r-- | lib/ExtUtils/Mksymlists.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Mksymlists.pm b/lib/ExtUtils/Mksymlists.pm index 3583194c4a..47c37bf623 100644 --- a/lib/ExtUtils/Mksymlists.pm +++ b/lib/ExtUtils/Mksymlists.pm @@ -7,7 +7,7 @@ use Exporter; use vars qw( @ISA @EXPORT $VERSION ); @ISA = 'Exporter'; @EXPORT = '&Mksymlists'; -$VERSION = '1.03'; +$VERSION = substr q$Revision: 1.12 $, 10; sub Mksymlists { my(%spec) = @_; |