r8348 - in /branches/upstream/libconfig-file-perl/current: META.yml lib/Config/File.pm

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


Author: hanska-guest
Date: Fri Oct 19 20:25:48 2007
New Revision: 8348

URL: http://svn.debian.org/wsvn/?sc=1&rev=8348
Log:
[svn-upgrade] Integrating new upstream version, libconfig-file-perl (1.41)

Modified:
    branches/upstream/libconfig-file-perl/current/META.yml
    branches/upstream/libconfig-file-perl/current/lib/Config/File.pm

Modified: branches/upstream/libconfig-file-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libconfig-file-perl/current/META.yml?rev=8348&op=diff
==============================================================================
--- branches/upstream/libconfig-file-perl/current/META.yml (original)
+++ branches/upstream/libconfig-file-perl/current/META.yml Fri Oct 19 20:25:48 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: branches/upstream/libconfig-file-perl/current/lib/Config/File.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libconfig-file-perl/current/lib/Config/File.pm?rev=8348&op=diff
==============================================================================
--- branches/upstream/libconfig-file-perl/current/lib/Config/File.pm (original)
+++ branches/upstream/libconfig-file-perl/current/lib/Config/File.pm Fri Oct 19 20:25:48 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