This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update $VERSION of ExtUtils::Embed to reflect reality
authorChip Salzenberg <chip@perl.com>
Sat, 29 Mar 1997 23:46:06 +0000 (11:46 +1200)
committerChip Salzenberg <chip@atlantic.net>
Tue, 1 Apr 1997 00:01:35 +0000 (12:01 +1200)
lib/ExtUtils/Embed.pm

index a26747f..0db3ecf 100644 (file)
@@ -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";