diff options
author | Chip Salzenberg <chip@perl.com> | 1997-03-30 11:46:06 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-01 12:01:35 +1200 |
commit | d8fec9985e10ff4bcf081e16d22cc39c3914edb9 (patch) | |
tree | e2c7d3597b7b24dbac5184501c6eaa84c0590e1f /lib | |
parent | 15a074cacecd25f5f4764639de7d4a299ad0d29b (diff) | |
download | perl-d8fec9985e10ff4bcf081e16d22cc39c3914edb9.tar.gz |
Update $VERSION of ExtUtils::Embed to reflect reality
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils/Embed.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExtUtils/Embed.pm b/lib/ExtUtils/Embed.pm index a26747fe04..0db3ecfcc4 100644 --- a/lib/ExtUtils/Embed.pm +++ b/lib/ExtUtils/Embed.pm @@ -1,4 +1,4 @@ -# $Id: Embed.pm,v 1.22 1997/01/30 00:37:09 dougm Exp $ +# $Id: Embed.pm,v 1.2501 $ require 5.002; package ExtUtils::Embed; @@ -17,7 +17,7 @@ use vars qw(@ISA @EXPORT $VERSION ); use strict; -$VERSION = sprintf("%d.%02d", q$Revision: 1.2202 $ =~ /(\d+)\.(\d+)/); +$VERSION = sprintf("%d.%02d", q$Revision: 1.2501 $ =~ /(\d+)\.(\d+)/); #for the namespace change $Devel::embed::VERSION = "99.99"; |