[PATCH] Re: MM_UNIX::parse_version() and my $VERSION
Tels [Sun, 13 Jan 2002 16:58:27 +0000 (17:58 +0100)]
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 <perl_dummy@bloodgate.com>
Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET)
Message-Id: <200201131610.SAA18974@tiku.hut.fi>

p4raw-id: //depot/perl@14238

lib/ExtUtils/MM_Unix.pm

index 82b8f69..4f34883 100644 (file)
@@ -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