r8350 - in /trunk/libconfig-file-perl: META.yml debian/changelog lib/Config/File.pm

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Fri Oct 19 20:26:51 UTC 2007


Author: hanska-guest
Date: Fri Oct 19 20:26:51 2007
New Revision: 8350

URL: http://svn.debian.org/wsvn/?sc=1&rev=8350
Log:
New upstream release (1.41)

Modified:
    trunk/libconfig-file-perl/META.yml
    trunk/libconfig-file-perl/debian/changelog
    trunk/libconfig-file-perl/lib/Config/File.pm

Modified: trunk/libconfig-file-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libconfig-file-perl/META.yml?rev=8350&op=diff
==============================================================================
--- trunk/libconfig-file-perl/META.yml (original)
+++ trunk/libconfig-file-perl/META.yml Fri Oct 19 20:26:51 2007
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Config-File
-version:      1.4
+version:      1.41
 version_from: lib/Config/File.pm
 installdirs:  site
 requires:

Modified: trunk/libconfig-file-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libconfig-file-perl/debian/changelog?rev=8350&op=diff
==============================================================================
--- trunk/libconfig-file-perl/debian/changelog (original)
+++ trunk/libconfig-file-perl/debian/changelog Fri Oct 19 20:26:51 2007
@@ -1,3 +1,9 @@
+libconfig-file-perl (1.41-1) UNRELEASED; urgency=low
+
+  * (NOT RELEASED YET) New upstream release
+
+ -- David Paleino <d.paleino at gmail.com>  Fri, 19 Oct 2007 22:26:01 +0200
+
 libconfig-file-perl (1.4-3) UNRELEASED; urgency=low
 
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser

Modified: trunk/libconfig-file-perl/lib/Config/File.pm
URL: http://svn.debian.org/wsvn/trunk/libconfig-file-perl/lib/Config/File.pm?rev=8350&op=diff
==============================================================================
--- trunk/libconfig-file-perl/lib/Config/File.pm (original)
+++ trunk/libconfig-file-perl/lib/Config/File.pm Fri Oct 19 20:26:51 2007
@@ -7,10 +7,10 @@
 use Exporter;
 use IO::File;
 
-our ($VERSION, @ISA, @EXPORT_OK);
+use vars qw($VERSION @ISA @EXPORT_OK);
 @ISA = qw/Exporter/;
 @EXPORT_OK = qw/read_config_file/;
-$VERSION='1.4';
+$VERSION='1.41';
 
 
 sub read_config_file($) {




More information about the Pkg-perl-cvs-commits mailing list