develooper Front page | perl.perl5.porters | Postings from June 2001

Incrementing Extutils::Manifest's $VERSION

Thread Next
From:
Michael G Schwern
Date:
June 28, 2001 10:13
Subject:
Incrementing Extutils::Manifest's $VERSION
Message ID:
20010628131349.A14738@blackrider
The version number of ExtUtils::Manifest in 5.6.1 is 1.33, bleadperl's
is the same despite changes.  This kicks the number up a notch.


--- lib/ExtUtils/Manifest.pm    2001/06/28 17:12:03
+++ lib/ExtUtils/Manifest.pm    2001/06/28 17:12:24
@@ -12,7 +12,7 @@
            $Is_MacOS,$Is_VMS,
            $Debug,$Verbose,$Quiet,$MANIFEST,$found,$DEFAULT_MSKIP);
 
-$VERSION = substr(q$Revision: 1.33 $, 10);
+$VERSION = substr(q$Revision: 1.34 $, 10);
 @ISA=('Exporter');
 @EXPORT_OK = ('mkmanifest', 'manicheck', 'fullcheck', 'filecheck', 
              'skipcheck', 'maniread', 'manicopy');

-- 

Michael G. Schwern   <schwern@pobox.com>    http://www.pobox.com/~schwern/
Perl6 Quality Assurance     <perl-qa@perl.org>	     Kwalitee Is Job One
A tickle of paste
Teases down my sweaty thigh
Oh, plug it again!
	-- ignatz

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About