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

Re: Incrementing Extutils::Manifest's $VERSION

Thread Previous | Thread Next
From:
Jarkko Hietaniemi
Date:
July 2, 2001 06:51
Subject:
Re: Incrementing Extutils::Manifest's $VERSION
Message ID:
20010702085132.O19034@chaos.wustl.edu
On Mon, Jul 02, 2001 at 08:44:42AM -0500, Jarkko Hietaniemi wrote:
> On Mon, Jul 02, 2001 at 02:39:46PM +0100, Graham Barr wrote:
> > On Thu, Jun 28, 2001 at 01:13:49PM -0400, Michael G Schwern wrote:
> > > 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);
> >
> > If you are going to manually mainatin the version number from here
> > onwards, you should probably remove the RCS stuff in there and just
> > have "1.34";
> 
> Someone should do an overall de-RCS-ification for the whole distribution.

Except, of course, for those bits that are maintained outside the
distribution in CVS...

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Thread Previous | 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