From 20a6717b3f0310570b661870c2455994a4ab8016 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sun, 4 Apr 2004 13:07:50 +0000 Subject: Bump version numbers for modules that have changed since 5.8.3 p4raw-id: //depot/perl@22642 --- ext/DynaLoader/DynaLoader_pm.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/DynaLoader') 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; -- cgit v1.2.1