diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-04-04 13:07:50 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-04-04 13:07:50 +0000 |
commit | 20a6717b3f0310570b661870c2455994a4ab8016 (patch) | |
tree | 2f0e9ebd35b9109c447b67bbc60c87f0c168ea4a /ext/DynaLoader | |
parent | b6d5fef8cdb4285e43c5a333b488b349d2c28bd9 (diff) | |
download | perl-20a6717b3f0310570b661870c2455994a4ab8016.tar.gz |
Bump version numbers for modules that have changed since 5.8.3
p4raw-id: //depot/perl@22642
Diffstat (limited to 'ext/DynaLoader')
-rw-r--r-- | ext/DynaLoader/DynaLoader_pm.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DynaLoader/DynaLoader_pm.PL b/ext/DynaLoader/DynaLoader_pm.PL index 270cd7e02f..e4a1ba8618 100644 --- a/ext/DynaLoader/DynaLoader_pm.PL +++ b/ext/DynaLoader/DynaLoader_pm.PL @@ -29,7 +29,7 @@ package DynaLoader; use vars qw($VERSION *AUTOLOAD); -$VERSION = '1.04'; # avoid typo warning +$VERSION = '1.05'; # avoid typo warning require AutoLoader; *AUTOLOAD = \&AutoLoader::AUTOLOAD; |