From: Tels Date: Sun, 13 Jan 2002 16:58:27 +0000 (+0100) Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=afa6035dfed8c8b76d51a5825dc9d138e642958c;p=p5sagit%2Fp5-mst-13.2.git [PATCH] Re: MM_UNIX::parse_version() and my $VERSION Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) Message-Id: <200201131602.SAA15687@tiku.hut.fi> Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION From: Tels Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) Message-Id: <200201131610.SAA18974@tiku.hut.fi> p4raw-id: //depot/perl@14238 --- diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 82b8f69..4f34883 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -11,7 +11,7 @@ use strict; our ($Is_Mac,$Is_OS2,$Is_VMS,$Is_Win32,$Is_Dos, $Verbose,%pm,%static,$Xsubpp_Version); -our $VERSION = '1.12605'; +our $VERSION = '1.12606'; require ExtUtils::MakeMaker; ExtUtils::MakeMaker->import(qw($Verbose &neatvalue)); @@ -2796,7 +2796,8 @@ sub nicetext { parse a file and return what you think is $VERSION in this file set to. It will return the string "undef" if it can't figure out what $VERSION -is. +is. $VERSION should be for all to see, so our $VERSION or plain $VERSION +are okay, but my $VERSION is not. =cut