diff options
author | David Mitchell <davem@iabyn.com> | 2009-07-16 10:53:04 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-07-16 10:53:04 +0100 |
commit | b6d6132c1554383190492215dd1da143d1d564ef (patch) | |
tree | 0443a528c7d6efb2564fa76f5287c37aaeda0247 /lib/ExtUtils/Mksymlists.pm | |
parent | d9ac7b6b660cff1409a0aa305d95403874c8725a (diff) | |
download | perl-b6d6132c1554383190492215dd1da143d1d564ef.tar.gz |
ExtUtils::MakeMaker 6.55_01
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 ce57289e2d..a1a7c920aa 100644 --- a/lib/ExtUtils/Mksymlists.pm +++ b/lib/ExtUtils/Mksymlists.pm @@ -10,7 +10,7 @@ use Config; our @ISA = qw(Exporter); our @EXPORT = qw(&Mksymlists); -our $VERSION = '6.54'; +our $VERSION = '6.55_01'; sub Mksymlists { my(%spec) = @_; |