From: Chip Salzenberg Date: Sat, 29 Mar 1997 23:46:06 +0000 (+1200) Subject: Update $VERSION of ExtUtils::Embed to reflect reality X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d8fec9985e10ff4bcf081e16d22cc39c3914edb9;p=p5sagit%2Fp5-mst-13.2.git Update $VERSION of ExtUtils::Embed to reflect reality --- diff --git a/lib/ExtUtils/Embed.pm b/lib/ExtUtils/Embed.pm index a26747f..0db3ecf 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";