r59439 - in /trunk/libconfig-mvp-perl: ./ debian/ lib/Config/ lib/Config/MVP/ lib/Config/MVP/Assembler/ lib/Config/MVP/Reader/ lib/Config/MVP/Reader/Findable/ t/

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Tue Jun 15 14:17:24 UTC 2010


Author: ansgar-guest
Date: Tue Jun 15 14:17:16 2010
New Revision: 59439

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59439
Log:
* New upstream release.
* Bump (build-)dep on libmoose-perl to >= 0.91.

Modified:
    trunk/libconfig-mvp-perl/Changes
    trunk/libconfig-mvp-perl/META.json
    trunk/libconfig-mvp-perl/META.yml
    trunk/libconfig-mvp-perl/Makefile.PL
    trunk/libconfig-mvp-perl/README
    trunk/libconfig-mvp-perl/debian/changelog
    trunk/libconfig-mvp-perl/debian/control
    trunk/libconfig-mvp-perl/lib/Config/MVP.pm
    trunk/libconfig-mvp-perl/lib/Config/MVP/Assembler.pm
    trunk/libconfig-mvp-perl/lib/Config/MVP/Assembler/WithBundles.pm
    trunk/libconfig-mvp-perl/lib/Config/MVP/Reader.pm
    trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Findable.pm
    trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Findable/ByExtension.pm
    trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Finder.pm
    trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Hash.pm
    trunk/libconfig-mvp-perl/lib/Config/MVP/Section.pm
    trunk/libconfig-mvp-perl/lib/Config/MVP/Sequence.pm
    trunk/libconfig-mvp-perl/t/release-pod-syntax.t

Modified: trunk/libconfig-mvp-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/Changes?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/Changes (original)
+++ trunk/libconfig-mvp-perl/Changes Tue Jun 15 14:17:16 2010
@@ -1,4 +1,7 @@
 Revision history for Config-MVP
+
+2.101650  2010-06-14 20:22:42 America/New_York
+          require Moose 0.91 for native trait support
 
 2.101540  2010-06-03 00:28:57 America/New_York
           improve if_none to return from the proper scope (i.e., now it works)

Modified: trunk/libconfig-mvp-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/META.json?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/META.json (original)
+++ trunk/libconfig-mvp-perl/META.json Tue Jun 15 14:17:16 2010
@@ -4,11 +4,13 @@
       "Ricardo Signes <rjbs at cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.101540",
-   "license" : "perl_5",
+   "generated_by" : "Dist::Zilla version 4.101640, CPAN::Meta::Converter version 2.101600",
+   "license" : [
+      "perl_5"
+   ],
    "meta-spec" : {
-      "url" : "http://github.com/dagolden/cpan-meta/",
-      "version" : 2
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
    },
    "name" : "Config-MVP",
    "prereqs" : {
@@ -19,30 +21,31 @@
       },
       "runtime" : {
          "requires" : {
-            "File::Spec" : "0",
-            "Module::Pluggable::Object" : "0",
-            "Moose" : "0",
-            "Moose::Role" : "0",
-            "Moose::Util::TypeConstraints" : "0",
-            "Params::Util" : "0",
+            "File::Spec" : 0,
+            "Module::Pluggable::Object" : 0,
+            "Moose" : "0.91",
+            "Moose::Role" : 0,
+            "Moose::Util::TypeConstraints" : 0,
+            "Params::Util" : 0,
             "Test::More" : "0.88",
-            "Tie::IxHash" : "0",
-            "Try::Tiny" : "0"
+            "Tie::IxHash" : 0,
+            "Try::Tiny" : 0
          }
       },
       "test" : {
          "requires" : {
-            "Test::More" : "0"
+            "Test::More" : 0
          }
       }
    },
    "release_status" : "stable",
    "resources" : {
       "repository" : {
+         "type" : "git",
          "url" : "git://git.codesimply.com/Config-MVP.git"
       }
    },
-   "version" : "2.101540",
+   "version" : "2.101650",
    "x_Dist_Zilla" : {
       "plugins" : [
          {
@@ -54,112 +57,112 @@
                }
             },
             "name" : "Prereq",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
             "name" : "@RJBS/@Basic/GatherDir",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@RJBS/@Basic/PruneCruft",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@RJBS/@Basic/ManifestSkip",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@RJBS/@Basic/MetaYAML",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@RJBS/@Basic/License",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@RJBS/@Basic/Readme",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
             "name" : "@RJBS/@Basic/ExtraTests",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@RJBS/@Basic/ExecDir",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@RJBS/@Basic/ShareDir",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "name" : "@RJBS/@Basic/MakeMaker",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@RJBS/@Basic/Manifest",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@RJBS/@Basic/TestRelease",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@RJBS/@Basic/ConfirmRelease",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@RJBS/@Basic/UploadToCPAN",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereq",
             "name" : "@RJBS/AutoPrereq",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoVersion",
             "name" : "@RJBS/AutoVersion",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@RJBS/PkgVersion",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@RJBS/MetaConfig",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@RJBS/MetaJSON",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@RJBS/NextRelease",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@RJBS/PodSyntaxTests",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::Repository",
@@ -169,7 +172,7 @@
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
             "name" : "@RJBS/PodWeaver",
-            "version" : "3.100710"
+            "version" : "3.101620"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
@@ -194,22 +197,22 @@
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "4.101540"
+            "version" : "4.101640"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "4.101540"
+            "version" : "4.101640"
          }
       ],
       "zilla" : {
@@ -217,7 +220,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "4.101540"
+         "version" : "4.101640"
       }
    }
 }

Modified: trunk/libconfig-mvp-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/META.yml?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/META.yml (original)
+++ trunk/libconfig-mvp-perl/META.yml Tue Jun 15 14:17:16 2010
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.31
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.101540, CPAN::Meta::Converter version 2.101461'
+generated_by: 'Dist::Zilla version 4.101640, CPAN::Meta::Converter version 2.101600'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -16,7 +16,7 @@
 requires:
   File::Spec: 0
   Module::Pluggable::Object: 0
-  Moose: 0
+  Moose: 0.91
   Moose::Role: 0
   Moose::Util::TypeConstraints: 0
   Params::Util: 0
@@ -25,7 +25,7 @@
   Try::Tiny: 0
 resources:
   repository: git://git.codesimply.com/Config-MVP.git
-version: 2.101540
+version: 2.101650
 x_Dist_Zilla:
   plugins:
     -
@@ -35,91 +35,91 @@
           phase: runtime
           type: requires
       name: Prereq
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::GatherDir
       name: '@RJBS/@Basic/GatherDir'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@RJBS/@Basic/PruneCruft'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@RJBS/@Basic/ManifestSkip'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@RJBS/@Basic/MetaYAML'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::License
       name: '@RJBS/@Basic/License'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@RJBS/@Basic/Readme'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::ExtraTests
       name: '@RJBS/@Basic/ExtraTests'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@RJBS/@Basic/ExecDir'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@RJBS/@Basic/ShareDir'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::MakeMaker
       name: '@RJBS/@Basic/MakeMaker'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@RJBS/@Basic/Manifest'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@RJBS/@Basic/TestRelease'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@RJBS/@Basic/ConfirmRelease'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@RJBS/@Basic/UploadToCPAN'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::AutoPrereq
       name: '@RJBS/AutoPrereq'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::AutoVersion
       name: '@RJBS/AutoVersion'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@RJBS/PkgVersion'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@RJBS/MetaConfig'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@RJBS/MetaJSON'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@RJBS/NextRelease'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@RJBS/PodSyntaxTests'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::Repository
       name: '@RJBS/Repository'
@@ -127,7 +127,7 @@
     -
       class: Dist::Zilla::Plugin::PodWeaver
       name: '@RJBS/PodWeaver'
-      version: 3.100710
+      version: 3.101620
     -
       class: Dist::Zilla::Plugin::Git::Check
       name: '@RJBS/@Git/Check'
@@ -147,21 +147,21 @@
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 4.101540
+      version: 4.101640
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 4.101540
+      version: 4.101640
   zilla:
     class: Dist::Zilla
     config:
       is_trial: 0
-    version: 4.101540
+    version: 4.101640

Modified: trunk/libconfig-mvp-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/Makefile.PL?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/Makefile.PL (original)
+++ trunk/libconfig-mvp-perl/Makefile.PL Tue Jun 15 14:17:16 2010
@@ -24,7 +24,7 @@
   'PREREQ_PM' => {
     'File::Spec' => '0',
     'Module::Pluggable::Object' => '0',
-    'Moose' => '0',
+    'Moose' => '0.91',
     'Moose::Role' => '0',
     'Moose::Util::TypeConstraints' => '0',
     'Params::Util' => '0',
@@ -32,7 +32,7 @@
     'Tie::IxHash' => '0',
     'Try::Tiny' => '0'
   },
-  'VERSION' => '2.101540',
+  'VERSION' => '2.101650',
   'test' => {
     'TESTS' => 't/*.t'
   }
@@ -41,10 +41,10 @@
 
 unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
   my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
-  my $pp = $WriteMakefileArgs{PREREQ_PM}; 
+  my $pp = $WriteMakefileArgs{PREREQ_PM};
   for my $mod ( keys %$br ) {
     if ( exists $pp->{$mod} ) {
-      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod}; 
+      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
     }
     else {
       $pp->{$mod} = $br->{$mod};

Modified: trunk/libconfig-mvp-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/README?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/README (original)
+++ trunk/libconfig-mvp-perl/README Tue Jun 15 14:17:16 2010
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Config-MVP,
-version 2.101540:
+version 2.101650:
 
   multivalue-property package-oriented configuration
 

Modified: trunk/libconfig-mvp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/debian/changelog?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/debian/changelog (original)
+++ trunk/libconfig-mvp-perl/debian/changelog Tue Jun 15 14:17:16 2010
@@ -1,3 +1,10 @@
+libconfig-mvp-perl (2.101650-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump (build-)dep on libmoose-perl to >= 0.91.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Tue, 15 Jun 2010 23:16:39 +0900
+
 libconfig-mvp-perl (2.101540-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libconfig-mvp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/debian/control?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/debian/control (original)
+++ trunk/libconfig-mvp-perl/debian/control Tue Jun 15 14:17:16 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libtie-ixhash-perl, libmoose-perl,
+Build-Depends-Indep: perl, libtie-ixhash-perl, libmoose-perl (>= 0.91),
  perl (>= 5.8.9) | libmodule-pluggable-perl, libparams-util-perl,
  libtry-tiny-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
 Build-Conflicts: libtest-pod-coverage-perl
@@ -16,9 +16,9 @@
 
 Package: libconfig-mvp-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libtie-ixhash-perl, libmoose-perl,
- perl (>= 5.8.9) | libmodule-pluggable-perl, libparams-util-perl,
- libtry-tiny-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libtie-ixhash-perl,
+ libmoose-perl (>= 0.91), perl (>= 5.8.9) | libmodule-pluggable-perl,
+ libparams-util-perl, libtry-tiny-perl
 Breaks:
  libconfig-ini-mvp-perl (<< 0.024-2~),
  libconfig-mvp-reader-ini-perl (<< 2.101460~),

Modified: trunk/libconfig-mvp-perl/lib/Config/MVP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/lib/Config/MVP.pm?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/lib/Config/MVP.pm (original)
+++ trunk/libconfig-mvp-perl/lib/Config/MVP.pm Tue Jun 15 14:17:16 2010
@@ -1,6 +1,6 @@
 package Config::MVP;
 BEGIN {
-  $Config::MVP::VERSION = '2.101540';
+  $Config::MVP::VERSION = '2.101650';
 }
 # ABSTRACT: multivalue-property package-oriented configuration
 use strict;
@@ -18,7 +18,7 @@
 
 =head1 VERSION
 
-version 2.101540
+version 2.101650
 
 =head1 SYNOPSIS
 
@@ -221,7 +221,7 @@
 
 =head1 AUTHOR
 
-  Ricardo Signes <rjbs at cpan.org>
+Ricardo Signes <rjbs at cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: trunk/libconfig-mvp-perl/lib/Config/MVP/Assembler.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/lib/Config/MVP/Assembler.pm?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/lib/Config/MVP/Assembler.pm (original)
+++ trunk/libconfig-mvp-perl/lib/Config/MVP/Assembler.pm Tue Jun 15 14:17:16 2010
@@ -1,6 +1,6 @@
 package Config::MVP::Assembler;
 BEGIN {
-  $Config::MVP::Assembler::VERSION = '2.101540';
+  $Config::MVP::Assembler::VERSION = '2.101650';
 }
 use Moose;
 # ABSTRACT: multivalue-property config-loading state machine
@@ -123,7 +123,7 @@
 
 =head1 VERSION
 
-version 2.101540
+version 2.101650
 
 =head1 DESCRIPTION
 
@@ -248,7 +248,7 @@
 
 =head1 AUTHOR
 
-  Ricardo Signes <rjbs at cpan.org>
+Ricardo Signes <rjbs at cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: trunk/libconfig-mvp-perl/lib/Config/MVP/Assembler/WithBundles.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/lib/Config/MVP/Assembler/WithBundles.pm?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/lib/Config/MVP/Assembler/WithBundles.pm (original)
+++ trunk/libconfig-mvp-perl/lib/Config/MVP/Assembler/WithBundles.pm Tue Jun 15 14:17:16 2010
@@ -1,6 +1,6 @@
 package Config::MVP::Assembler::WithBundles;
 BEGIN {
-  $Config::MVP::Assembler::WithBundles::VERSION = '2.101540';
+  $Config::MVP::Assembler::WithBundles::VERSION = '2.101650';
 }
 use Moose::Role;
 # ABSTRACT: a role to make assemblers expand bundles
@@ -96,7 +96,7 @@
 
 =head1 VERSION
 
-version 2.101540
+version 2.101650
 
 =head1 DESCRIPTION
 
@@ -144,7 +144,7 @@
 
 =head1 AUTHOR
 
-  Ricardo Signes <rjbs at cpan.org>
+Ricardo Signes <rjbs at cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: trunk/libconfig-mvp-perl/lib/Config/MVP/Reader.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/lib/Config/MVP/Reader.pm?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/lib/Config/MVP/Reader.pm (original)
+++ trunk/libconfig-mvp-perl/lib/Config/MVP/Reader.pm Tue Jun 15 14:17:16 2010
@@ -1,6 +1,6 @@
 package Config::MVP::Reader;
 BEGIN {
-  $Config::MVP::Reader::VERSION = '2.101540';
+  $Config::MVP::Reader::VERSION = '2.101650';
 }
 use Moose;
 # ABSTRACT: object to read config from storage into an assembler
@@ -41,7 +41,7 @@
 
 =head1 VERSION
 
-version 2.101540
+version 2.101650
 
 =head1 SYNOPSIS
 
@@ -104,7 +104,7 @@
 
 =head1 AUTHOR
 
-  Ricardo Signes <rjbs at cpan.org>
+Ricardo Signes <rjbs at cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Findable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Findable.pm?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Findable.pm (original)
+++ trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Findable.pm Tue Jun 15 14:17:16 2010
@@ -1,6 +1,6 @@
 package Config::MVP::Reader::Findable;
 BEGIN {
-  $Config::MVP::Reader::Findable::VERSION = '2.101540';
+  $Config::MVP::Reader::Findable::VERSION = '2.101650';
 }
 use Moose::Role;
 # ABSTRACT: a config class that Config::MVP::Reader::Finder can find
@@ -21,7 +21,7 @@
 
 =head1 VERSION
 
-version 2.101540
+version 2.101650
 
 =head1 DESCRIPTION
 
@@ -41,7 +41,7 @@
 
 =head1 AUTHOR
 
-  Ricardo Signes <rjbs at cpan.org>
+Ricardo Signes <rjbs at cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Findable/ByExtension.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Findable/ByExtension.pm?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Findable/ByExtension.pm (original)
+++ trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Findable/ByExtension.pm Tue Jun 15 14:17:16 2010
@@ -1,6 +1,6 @@
 package Config::MVP::Reader::Findable::ByExtension;
 BEGIN {
-  $Config::MVP::Reader::Findable::ByExtension::VERSION = '2.101540';
+  $Config::MVP::Reader::Findable::ByExtension::VERSION = '2.101650';
 }
 use Moose::Role;
 # ABSTRACT: a Findable Reader that looks for files by extension
@@ -33,7 +33,7 @@
 
 =head1 VERSION
 
-version 2.101540
+version 2.101650
 
 =head1 METHODS
 
@@ -57,7 +57,7 @@
 
 =head1 AUTHOR
 
-  Ricardo Signes <rjbs at cpan.org>
+Ricardo Signes <rjbs at cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Finder.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Finder.pm?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Finder.pm (original)
+++ trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Finder.pm Tue Jun 15 14:17:16 2010
@@ -1,6 +1,6 @@
 package Config::MVP::Reader::Finder;
 BEGIN {
-  $Config::MVP::Reader::Finder::VERSION = '2.101540';
+  $Config::MVP::Reader::Finder::VERSION = '2.101650';
 }
 use Moose;
 extends 'Config::MVP::Reader';
@@ -103,7 +103,7 @@
 
 =head1 VERSION
 
-version 2.101540
+version 2.101650
 
 =head1 DESCRIPTION
 
@@ -132,7 +132,7 @@
 
 =head1 AUTHOR
 
-  Ricardo Signes <rjbs at cpan.org>
+Ricardo Signes <rjbs at cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Hash.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Hash.pm?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Hash.pm (original)
+++ trunk/libconfig-mvp-perl/lib/Config/MVP/Reader/Hash.pm Tue Jun 15 14:17:16 2010
@@ -1,6 +1,6 @@
 package Config::MVP::Reader::Hash;
 BEGIN {
-  $Config::MVP::Reader::Hash::VERSION = '2.101540';
+  $Config::MVP::Reader::Hash::VERSION = '2.101650';
 }
 use Moose;
 extends 'Config::MVP::Reader';
@@ -43,7 +43,7 @@
 
 =head1 VERSION
 
-version 2.101540
+version 2.101650
 
 =head1 SYNOPSIS
 
@@ -60,7 +60,7 @@
 
 =head1 AUTHOR
 
-  Ricardo Signes <rjbs at cpan.org>
+Ricardo Signes <rjbs at cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: trunk/libconfig-mvp-perl/lib/Config/MVP/Section.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/lib/Config/MVP/Section.pm?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/lib/Config/MVP/Section.pm (original)
+++ trunk/libconfig-mvp-perl/lib/Config/MVP/Section.pm Tue Jun 15 14:17:16 2010
@@ -1,8 +1,8 @@
 package Config::MVP::Section;
 BEGIN {
-  $Config::MVP::Section::VERSION = '2.101540';
-}
-use Moose;
+  $Config::MVP::Section::VERSION = '2.101650';
+}
+use Moose 0.91;
 # ABSTRACT: one section of an MVP configuration sequence
 
 
@@ -165,7 +165,7 @@
 
 =head1 VERSION
 
-version 2.101540
+version 2.101650
 
 =head1 DESCRIPTION
 
@@ -247,7 +247,7 @@
 
 =head1 AUTHOR
 
-  Ricardo Signes <rjbs at cpan.org>
+Ricardo Signes <rjbs at cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: trunk/libconfig-mvp-perl/lib/Config/MVP/Sequence.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/lib/Config/MVP/Sequence.pm?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/lib/Config/MVP/Sequence.pm (original)
+++ trunk/libconfig-mvp-perl/lib/Config/MVP/Sequence.pm Tue Jun 15 14:17:16 2010
@@ -1,8 +1,8 @@
 package Config::MVP::Sequence;
 BEGIN {
-  $Config::MVP::Sequence::VERSION = '2.101540';
+  $Config::MVP::Sequence::VERSION = '2.101650';
 }
-use Moose;
+use Moose 0.91;
 # ABSTRACT: an ordered set of named configuration sections
 
 
@@ -129,7 +129,7 @@
 
 =head1 VERSION
 
-version 2.101540
+version 2.101650
 
 =head1 DESCRIPTION
 
@@ -185,7 +185,7 @@
 
 =head1 AUTHOR
 
-  Ricardo Signes <rjbs at cpan.org>
+Ricardo Signes <rjbs at cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 

Modified: trunk/libconfig-mvp-perl/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-mvp-perl/t/release-pod-syntax.t?rev=59439&op=diff
==============================================================================
--- trunk/libconfig-mvp-perl/t/release-pod-syntax.t (original)
+++ trunk/libconfig-mvp-perl/t/release-pod-syntax.t Tue Jun 15 14:17:16 2010
@@ -12,4 +12,4 @@
 eval "use Test::Pod 1.41";
 plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
 
-all_pod_files_ok();
+all_pod_files_ok();




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