[prev in list] [next in list] [prev in thread] [next in thread] 

List:       perl5-changes
Subject:    Change 33601: GDBM_File isn't dual life, so no need for a dev module version number.
From:       Nicholas Clark <nwc10+p5p4 () colon ! colondot ! net>
Date:       2008-03-29 16:30:02
Message-ID: 20080329163002.B027A50006 () mx ! activestate ! com
[Download RAW message or body]

Change 33601 by nicholas@nicholas-bouvard on 2008/03/29 16:15:52

	GDBM_File isn't dual life, so no need for a dev module version number.

Affected files ...

... //depot/perl/ext/GDBM_File/GDBM_File.pm#24 edit

Differences ...

==== //depot/perl/ext/GDBM_File/GDBM_File.pm#24 (text) ====
Index: perl/ext/GDBM_File/GDBM_File.pm
--- perl/ext/GDBM_File/GDBM_File.pm#23~32884~	2008-01-06 16:20:33.000000000 -0800
+++ perl/ext/GDBM_File/GDBM_File.pm	2008-03-29 09:15:52.000000000 -0700
@@ -68,8 +68,8 @@
 	GDBM_WRITER
 );
 
-$VERSION = "1.08_01";
-$VERSION = eval $VERSION; # Needed for dev versions
+# This module isn't dual life, so no need for dev version numbers.
+$VERSION = '1.09';
 
 sub AUTOLOAD {
     my($constname);
End of Patch.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic