r75830 - in /branches/upstream/libconfig-ini-perl/current: Changes LICENSE META.json META.yml Makefile.PL README lib/Config/INI.pm lib/Config/INI/Reader.pm lib/Config/INI/Writer.pm

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Thu Jun 16 18:58:10 UTC 2011


Author: fabreg-guest
Date: Thu Jun 16 18:58:08 2011
New Revision: 75830

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75830
Log:
[svn-upgrade] new version libconfig-ini-perl (0.018)

Modified:
    branches/upstream/libconfig-ini-perl/current/Changes
    branches/upstream/libconfig-ini-perl/current/LICENSE
    branches/upstream/libconfig-ini-perl/current/META.json
    branches/upstream/libconfig-ini-perl/current/META.yml
    branches/upstream/libconfig-ini-perl/current/Makefile.PL
    branches/upstream/libconfig-ini-perl/current/README
    branches/upstream/libconfig-ini-perl/current/lib/Config/INI.pm
    branches/upstream/libconfig-ini-perl/current/lib/Config/INI/Reader.pm
    branches/upstream/libconfig-ini-perl/current/lib/Config/INI/Writer.pm

Modified: branches/upstream/libconfig-ini-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-ini-perl/current/Changes?rev=75830&op=diff
==============================================================================
--- branches/upstream/libconfig-ini-perl/current/Changes (original)
+++ branches/upstream/libconfig-ini-perl/current/Changes Thu Jun 16 18:58:08 2011
@@ -1,4 +1,7 @@
 Changelog for Config-INI
+
+0.018     2011-06-02 21:51:50 America/New_York
+          bump up version of IO::File required (thanks, ABH!)
 
 0.017     2010-12-11 10:20:34 America/New_York
           avoid test failures on Win32 by using . instead of TMPDIR
@@ -19,7 +22,6 @@
 0.012     2008-04-12
           BUG FIX: allow for different error message on cygwin
 
-0.012     2008-??-??
           fixed typo in docs (thanks HDP)
 
 0.011     2007-11-19

Modified: branches/upstream/libconfig-ini-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-ini-perl/current/LICENSE?rev=75830&op=diff
==============================================================================
--- branches/upstream/libconfig-ini-perl/current/LICENSE (original)
+++ branches/upstream/libconfig-ini-perl/current/LICENSE Thu Jun 16 18:58:08 2011
@@ -18,15 +18,16 @@
 
   The GNU General Public License, Version 1, February 1989
 
-		    GNU GENERAL PUBLIC LICENSE
-		     Version 1, February 1989
+                    GNU GENERAL PUBLIC LICENSE
+                     Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-                59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+                    51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-			    Preamble
+                            Preamble
 
   The license agreements of most software companies try to keep users
 at the mercy of those companies.  By contrast, our General Public
@@ -67,7 +68,7 @@
   The precise terms and conditions for copying, distribution and
 modification follow.
 
-		    GNU GENERAL PUBLIC LICENSE
+                    GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License Agreement applies to any program or other work which
@@ -185,7 +186,7 @@
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-			    NO WARRANTY
+                            NO WARRANTY
 
   9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -207,9 +208,9 @@
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-		     END OF TERMS AND CONDITIONS
-
-	Appendix: How to Apply These Terms to Your New Programs
+                     END OF TERMS AND CONDITIONS
+
+        Appendix: How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
 possible use to humanity, the best way to achieve this is to make it
@@ -235,8 +236,9 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software Foundation,
-    Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
+
 
 Also add information on how to contact you by electronic and paper mail.
 

Modified: branches/upstream/libconfig-ini-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-ini-perl/current/META.json?rev=75830&op=diff
==============================================================================
--- branches/upstream/libconfig-ini-perl/current/META.json (original)
+++ branches/upstream/libconfig-ini-perl/current/META.json Thu Jun 16 18:58:08 2011
@@ -4,7 +4,7 @@
       "Ricardo Signes <rjbs at cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.102345, CPAN::Meta::Converter version 2.102400",
+   "generated_by" : "Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.110930",
    "license" : [
       "perl_5"
    ],
@@ -16,13 +16,13 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "6.31"
+            "ExtUtils::MakeMaker" : "6.30"
          }
       },
       "runtime" : {
          "requires" : {
             "Carp" : 0,
-            "IO::File" : 0,
+            "IO::File" : "1.14",
             "IO::String" : 0,
             "Mixin::Linewise::Readers" : 0,
             "Mixin::Linewise::Writers" : 0
@@ -36,123 +36,130 @@
    },
    "release_status" : "stable",
    "resources" : {
+      "homepage" : "http://github.com/rjbs/config-ini",
       "repository" : {
          "type" : "git",
-         "url" : "git://git.codesimply.com/Config-INI.git"
+         "url" : "http://github.com/rjbs/config-ini",
+         "web" : "http://github.com/rjbs/config-ini"
       }
    },
-   "version" : "0.017",
+   "version" : "0.018",
    "x_Dist_Zilla" : {
       "plugins" : [
          {
+            "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
+            "name" : "@RJBS/CheckPrereqsIndexed",
+            "version" : "0.003"
+         },
+         {
             "class" : "Dist::Zilla::Plugin::GatherDir",
             "name" : "@RJBS/@Basic/GatherDir",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@RJBS/@Basic/PruneCruft",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@RJBS/@Basic/ManifestSkip",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@RJBS/@Basic/MetaYAML",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@RJBS/@Basic/License",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@RJBS/@Basic/Readme",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
             "name" : "@RJBS/@Basic/ExtraTests",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@RJBS/@Basic/ExecDir",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@RJBS/@Basic/ShareDir",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "name" : "@RJBS/@Basic/MakeMaker",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@RJBS/@Basic/Manifest",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@RJBS/@Basic/TestRelease",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@RJBS/@Basic/ConfirmRelease",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@RJBS/@Basic/UploadToCPAN",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@RJBS/AutoPrereqs",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::NextVersion",
             "name" : "@RJBS/Git::NextVersion",
-            "version" : "1.102810"
+            "version" : "1.111460"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@RJBS/PkgVersion",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@RJBS/MetaConfig",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@RJBS/MetaJSON",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@RJBS/NextRelease",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@RJBS/PodSyntaxTests",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::Repository",
             "name" : "@RJBS/Repository",
-            "version" : "0.14"
+            "version" : "0.18"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -163,7 +170,7 @@
                }
             },
             "name" : "@RJBS/TestMoreWithSubtests",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -171,44 +178,59 @@
             "version" : "3.101641"
          },
          {
+            "class" : "Dist::Zilla::Plugin::GithubMeta",
+            "name" : "@RJBS/GithubMeta",
+            "version" : "0.12"
+         },
+         {
             "class" : "Dist::Zilla::Plugin::Git::Check",
             "name" : "@RJBS/@Git/Check",
-            "version" : "1.102810"
+            "version" : "1.111460"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "name" : "@RJBS/@Git/Commit",
-            "version" : "1.102810"
+            "version" : "1.111460"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
             "name" : "@RJBS/@Git/Tag",
-            "version" : "1.102810"
+            "version" : "1.111460"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
             "name" : "@RJBS/@Git/Push",
-            "version" : "1.102810"
+            "version" : "1.111460"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "4.102345"
+            "version" : "4.200006"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":IncModules",
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "4.102345"
+            "version" : "4.200006"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "4.102345"
+            "version" : "4.200006"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":MainModule",
+            "version" : "4.200006"
          }
       ],
       "zilla" : {
@@ -216,7 +238,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "4.102345"
+         "version" : "4.200006"
       }
    }
 }

Modified: branches/upstream/libconfig-ini-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-ini-perl/current/META.yml?rev=75830&op=diff
==============================================================================
--- branches/upstream/libconfig-ini-perl/current/META.yml (original)
+++ branches/upstream/libconfig-ini-perl/current/META.yml Thu Jun 16 18:58:08 2011
@@ -5,9 +5,9 @@
 build_requires:
   Test::More: 0.96
 configure_requires:
-  ExtUtils::MakeMaker: 6.31
+  ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.102345, CPAN::Meta::Converter version 2.102400'
+generated_by: 'Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.110930'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -15,103 +15,108 @@
 name: Config-INI
 requires:
   Carp: 0
-  IO::File: 0
+  IO::File: 1.14
   IO::String: 0
   Mixin::Linewise::Readers: 0
   Mixin::Linewise::Writers: 0
 resources:
-  repository: git://git.codesimply.com/Config-INI.git
-version: 0.017
+  homepage: http://github.com/rjbs/config-ini
+  repository: http://github.com/rjbs/config-ini
+version: 0.018
 x_Dist_Zilla:
   plugins:
     -
+      class: Dist::Zilla::Plugin::CheckPrereqsIndexed
+      name: '@RJBS/CheckPrereqsIndexed'
+      version: 0.003
+    -
       class: Dist::Zilla::Plugin::GatherDir
       name: '@RJBS/@Basic/GatherDir'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@RJBS/@Basic/PruneCruft'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@RJBS/@Basic/ManifestSkip'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@RJBS/@Basic/MetaYAML'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::License
       name: '@RJBS/@Basic/License'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@RJBS/@Basic/Readme'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::ExtraTests
       name: '@RJBS/@Basic/ExtraTests'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@RJBS/@Basic/ExecDir'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@RJBS/@Basic/ShareDir'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::MakeMaker
       name: '@RJBS/@Basic/MakeMaker'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@RJBS/@Basic/Manifest'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@RJBS/@Basic/TestRelease'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@RJBS/@Basic/ConfirmRelease'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@RJBS/@Basic/UploadToCPAN'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@RJBS/AutoPrereqs'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::Git::NextVersion
       name: '@RJBS/Git::NextVersion'
-      version: 1.102810
+      version: 1.111460
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@RJBS/PkgVersion'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@RJBS/MetaConfig'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@RJBS/MetaJSON'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@RJBS/NextRelease'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@RJBS/PodSyntaxTests'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::Repository
       name: '@RJBS/Repository'
-      version: 0.14
+      version: 0.18
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -119,45 +124,57 @@
           phase: test
           type: requires
       name: '@RJBS/TestMoreWithSubtests'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::PodWeaver
       name: '@RJBS/PodWeaver'
       version: 3.101641
     -
+      class: Dist::Zilla::Plugin::GithubMeta
+      name: '@RJBS/GithubMeta'
+      version: 0.12
+    -
       class: Dist::Zilla::Plugin::Git::Check
       name: '@RJBS/@Git/Check'
-      version: 1.102810
+      version: 1.111460
     -
       class: Dist::Zilla::Plugin::Git::Commit
       name: '@RJBS/@Git/Commit'
-      version: 1.102810
+      version: 1.111460
     -
       class: Dist::Zilla::Plugin::Git::Tag
       name: '@RJBS/@Git/Tag'
-      version: 1.102810
+      version: 1.111460
     -
       class: Dist::Zilla::Plugin::Git::Push
       name: '@RJBS/@Git/Push'
-      version: 1.102810
+      version: 1.111460
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 4.102345
+      version: 4.200006
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':IncModules'
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 4.102345
+      version: 4.200006
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 4.102345
+      version: 4.200006
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':MainModule'
+      version: 4.200006
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: 0
-    version: 4.102345
+    version: 4.200006

Modified: branches/upstream/libconfig-ini-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-ini-perl/current/Makefile.PL?rev=75830&op=diff
==============================================================================
--- branches/upstream/libconfig-ini-perl/current/Makefile.PL (original)
+++ branches/upstream/libconfig-ini-perl/current/Makefile.PL Thu Jun 16 18:58:08 2011
@@ -4,7 +4,7 @@
 
 
 
-use ExtUtils::MakeMaker 6.31;
+use ExtUtils::MakeMaker 6.30;
 
 
 
@@ -15,7 +15,7 @@
     'Test::More' => '0.96'
   },
   'CONFIGURE_REQUIRES' => {
-    'ExtUtils::MakeMaker' => '6.31'
+    'ExtUtils::MakeMaker' => '6.30'
   },
   'DISTNAME' => 'Config-INI',
   'EXE_FILES' => [],
@@ -23,12 +23,12 @@
   'NAME' => 'Config::INI',
   'PREREQ_PM' => {
     'Carp' => '0',
-    'IO::File' => '0',
+    'IO::File' => '1.14',
     'IO::String' => '0',
     'Mixin::Linewise::Readers' => '0',
     'Mixin::Linewise::Writers' => '0'
   },
-  'VERSION' => '0.017',
+  'VERSION' => '0.018',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libconfig-ini-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-ini-perl/current/README?rev=75830&op=diff
==============================================================================
--- branches/upstream/libconfig-ini-perl/current/README (original)
+++ branches/upstream/libconfig-ini-perl/current/README Thu Jun 16 18:58:08 2011
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Config-INI,
-version 0.017:
+version 0.018:
 
   simple .ini-file format
 

Modified: branches/upstream/libconfig-ini-perl/current/lib/Config/INI.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-ini-perl/current/lib/Config/INI.pm?rev=75830&op=diff
==============================================================================
--- branches/upstream/libconfig-ini-perl/current/lib/Config/INI.pm (original)
+++ branches/upstream/libconfig-ini-perl/current/lib/Config/INI.pm Thu Jun 16 18:58:08 2011
@@ -2,7 +2,7 @@
 use warnings;
 package Config::INI;
 BEGIN {
-  $Config::INI::VERSION = '0.017';
+  $Config::INI::VERSION = '0.018';
 }
 # ABSTRACT: simple .ini-file format
 
@@ -18,7 +18,7 @@
 
 =head1 VERSION
 
-version 0.017
+version 0.018
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libconfig-ini-perl/current/lib/Config/INI/Reader.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-ini-perl/current/lib/Config/INI/Reader.pm?rev=75830&op=diff
==============================================================================
--- branches/upstream/libconfig-ini-perl/current/lib/Config/INI/Reader.pm (original)
+++ branches/upstream/libconfig-ini-perl/current/lib/Config/INI/Reader.pm Thu Jun 16 18:58:08 2011
@@ -2,14 +2,14 @@
 use warnings;
 package Config::INI::Reader;
 BEGIN {
-  $Config::INI::Reader::VERSION = '0.017';
+  $Config::INI::Reader::VERSION = '0.018';
 }
 use Mixin::Linewise::Readers;
 # ABSTRACT: a subclassable .ini-file parser
 
 
 use Carp ();
-use IO::File;
+use IO::File 1.14;
 use IO::String;
 
 our @CARP_NOT = qw(Mixin::Linewise::Readers);
@@ -127,7 +127,7 @@
 
 =head1 VERSION
 
-version 0.017
+version 0.018
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libconfig-ini-perl/current/lib/Config/INI/Writer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-ini-perl/current/lib/Config/INI/Writer.pm?rev=75830&op=diff
==============================================================================
--- branches/upstream/libconfig-ini-perl/current/lib/Config/INI/Writer.pm (original)
+++ branches/upstream/libconfig-ini-perl/current/lib/Config/INI/Writer.pm Thu Jun 16 18:58:08 2011
@@ -2,7 +2,7 @@
 use warnings;
 package Config::INI::Writer;
 BEGIN {
-  $Config::INI::Writer::VERSION = '0.017';
+  $Config::INI::Writer::VERSION = '0.018';
 }
 use Mixin::Linewise::Writers;
 # ABSTRACT: a subclassable .ini-file emitter
@@ -208,7 +208,7 @@
 
 =head1 VERSION
 
-version 0.017
+version 0.018
 
 =head1 SYNOPSIS
 




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