r58777 - in /branches/upstream/libdist-zilla-plugin-podweaver-perl/current: Changes MANIFEST META.json META.yml Makefile.PL README lib/Dist/Zilla/Plugin/PodWeaver.pm t/release-pod-coverage.t t/release-pod-syntax.t

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Jun 3 09:19:50 UTC 2010


Author: ansgar-guest
Date: Thu Jun  3 09:18:22 2010
New Revision: 58777

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58777
Log:
[svn-upgrade] Integrating new upstream version, libdist-zilla-plugin-podweaver-perl (3.101530)

Removed:
    branches/upstream/libdist-zilla-plugin-podweaver-perl/current/t/release-pod-coverage.t
Modified:
    branches/upstream/libdist-zilla-plugin-podweaver-perl/current/Changes
    branches/upstream/libdist-zilla-plugin-podweaver-perl/current/MANIFEST
    branches/upstream/libdist-zilla-plugin-podweaver-perl/current/META.json
    branches/upstream/libdist-zilla-plugin-podweaver-perl/current/META.yml
    branches/upstream/libdist-zilla-plugin-podweaver-perl/current/Makefile.PL
    branches/upstream/libdist-zilla-plugin-podweaver-perl/current/README
    branches/upstream/libdist-zilla-plugin-podweaver-perl/current/lib/Dist/Zilla/Plugin/PodWeaver.pm
    branches/upstream/libdist-zilla-plugin-podweaver-perl/current/t/release-pod-syntax.t

Modified: branches/upstream/libdist-zilla-plugin-podweaver-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdist-zilla-plugin-podweaver-perl/current/Changes?rev=58777&op=diff
==============================================================================
--- branches/upstream/libdist-zilla-plugin-podweaver-perl/current/Changes (original)
+++ branches/upstream/libdist-zilla-plugin-podweaver-perl/current/Changes Thu Jun  3 09:18:22 2010
@@ -1,4 +1,8 @@
 Revision history for Dist-Zilla-Plugin-PodWeaver
+
+3.101530  2010-06-02 07:46:49 America/New_York
+          don't assume that cwd is the right directory for dist root (Florian
+          Ragwitz)
 
 3.100710  2010-03-12 10:07:39 America/New_York
 

Modified: branches/upstream/libdist-zilla-plugin-podweaver-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdist-zilla-plugin-podweaver-perl/current/MANIFEST?rev=58777&op=diff
==============================================================================
--- branches/upstream/libdist-zilla-plugin-podweaver-perl/current/MANIFEST (original)
+++ branches/upstream/libdist-zilla-plugin-podweaver-perl/current/MANIFEST Thu Jun  3 09:18:22 2010
@@ -8,5 +8,4 @@
 dist.ini
 lib/Dist/Zilla/Plugin/PodWeaver.pm
 t/basic.t
-t/release-pod-coverage.t
-t/release-pod-syntax.t
+t/release-pod-syntax.t

Modified: branches/upstream/libdist-zilla-plugin-podweaver-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdist-zilla-plugin-podweaver-perl/current/META.json?rev=58777&op=diff
==============================================================================
--- branches/upstream/libdist-zilla-plugin-podweaver-perl/current/META.json (original)
+++ branches/upstream/libdist-zilla-plugin-podweaver-perl/current/META.json Thu Jun  3 09:18:22 2010
@@ -1,39 +1,218 @@
 {
-   "resources" : {
-      "repository" : "git://git.codesimply.com/Dist-Zilla-Plugin-PodWeaver.git"
-   },
-   "meta-spec" : {
-      "version" : 1.4,
-      "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
-   },
-   "generated_by" : "Dist::Zilla version 1.100710",
-   "version" : "3.100710",
-   "name" : "Dist-Zilla-Plugin-PodWeaver",
+   "abstract" : "weave your Pod together from configuration and Dist::Zilla",
    "author" : [
       "Ricardo SIGNES <rjbs at cpan.org>"
    ],
-   "license" : "perl",
-   "build_requires" : {},
-   "requires" : {
-      "PPI" : "0",
-      "File::Find::Rule" : "0",
-      "Pod::Elemental" : "0",
-      "namespace::autoclean" : "0",
-      "Pod::Elemental::PerlMunger" : "0",
-      "Moose::Autobox" : "0",
-      "Pod::Weaver::Config::Assembler" : "0",
-      "Test::More" : "0",
-      "Dist::Zilla::Role::FileMunger" : "1.100710",
-      "Pod::Elemental::Transformer::Pod5" : "0",
-      "Pod::Weaver" : "3.100710",
-      "Pod::Elemental::Transformer::Nester" : "0",
-      "Pod::Elemental::Selectors" : "0",
-      "List::MoreUtils" : "0",
-      "Moose" : "0"
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 3.101520",
+   "license" : "perl_5",
+   "meta-spec" : {
+      "url" : "http://github.com/dagolden/cpan-meta/",
+      "version" : 2
    },
-   "abstract" : "weave your Pod together from configuration and Dist::Zilla",
-   "configure_requires" : {
-      "ExtUtils::MakeMaker" : "6.11"
+   "name" : "Dist-Zilla-Plugin-PodWeaver",
+   "prereqs" : {
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "6.31"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Dist::Zilla::Role::FileMunger" : "0",
+            "List::MoreUtils" : "0",
+            "Moose" : "0",
+            "Moose::Autobox" : "0",
+            "PPI" : "0",
+            "Pod::Elemental" : "0",
+            "Pod::Elemental::PerlMunger" : "0",
+            "Pod::Elemental::Selectors" : "0",
+            "Pod::Elemental::Transformer::Nester" : "0",
+            "Pod::Elemental::Transformer::Pod5" : "0",
+            "Pod::Weaver" : "3.100710",
+            "Pod::Weaver::Config::Assembler" : "0",
+            "namespace::autoclean" : "0"
+         }
+      },
+      "test" : {
+         "requires" : {
+            "File::Find::Rule" : "0",
+            "Test::More" : "0"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "repository" : {
+         "url" : "git://git.codesimply.com/Dist-Zilla-Plugin-PodWeaver.git"
+      }
+   },
+   "version" : "3.101530",
+   "x_Dist_Zilla" : {
+      "plugins" : [
+         {
+            "class" : "Dist::Zilla::Plugin::GatherDir",
+            "name" : "@RJBS/@Basic/GatherDir",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PruneCruft",
+            "name" : "@RJBS/@Basic/PruneCruft",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ManifestSkip",
+            "name" : "@RJBS/@Basic/ManifestSkip",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaYAML",
+            "name" : "@RJBS/@Basic/MetaYAML",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::License",
+            "name" : "@RJBS/@Basic/License",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Readme",
+            "name" : "@RJBS/@Basic/Readme",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExtraTests",
+            "name" : "@RJBS/@Basic/ExtraTests",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExecDir",
+            "name" : "@RJBS/@Basic/ExecDir",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ShareDir",
+            "name" : "@RJBS/@Basic/ShareDir",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MakeMaker",
+            "name" : "@RJBS/@Basic/MakeMaker",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Manifest",
+            "name" : "@RJBS/@Basic/Manifest",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::TestRelease",
+            "name" : "@RJBS/@Basic/TestRelease",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
+            "name" : "@RJBS/@Basic/ConfirmRelease",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
+            "name" : "@RJBS/@Basic/UploadToCPAN",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoPrereq",
+            "name" : "@RJBS/AutoPrereq",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoVersion",
+            "name" : "@RJBS/AutoVersion",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PkgVersion",
+            "name" : "@RJBS/PkgVersion",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaConfig",
+            "name" : "@RJBS/MetaConfig",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaJSON",
+            "name" : "@RJBS/MetaJSON",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::NextRelease",
+            "name" : "@RJBS/NextRelease",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
+            "name" : "@RJBS/PodSyntaxTests",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Repository",
+            "name" : "@RJBS/Repository",
+            "version" : "0.13"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodWeaver",
+            "name" : "@RJBS/PodWeaver",
+            "version" : "3.100710"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Check",
+            "name" : "@RJBS/@Git/Check",
+            "version" : "1.101330"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Commit",
+            "name" : "@RJBS/@Git/Commit",
+            "version" : "1.101330"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Tag",
+            "name" : "@RJBS/@Git/Tag",
+            "version" : "1.101330"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Push",
+            "name" : "@RJBS/@Git/Push",
+            "version" : "1.101330"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":InstallModules",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":TestFiles",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ExecFiles",
+            "version" : "3.101520"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ShareFiles",
+            "version" : "3.101520"
+         }
+      ],
+      "zilla" : {
+         "class" : "Dist::Zilla",
+         "config" : {
+            "is_trial" : 0
+         },
+         "version" : "3.101520"
+      }
    }
 }
 

Modified: branches/upstream/libdist-zilla-plugin-podweaver-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdist-zilla-plugin-podweaver-perl/current/META.yml?rev=58777&op=diff
==============================================================================
--- branches/upstream/libdist-zilla-plugin-podweaver-perl/current/META.yml (original)
+++ branches/upstream/libdist-zilla-plugin-podweaver-perl/current/META.yml Thu Jun  3 09:18:22 2010
@@ -2,18 +2,20 @@
 abstract: 'weave your Pod together from configuration and Dist::Zilla'
 author:
   - 'Ricardo SIGNES <rjbs at cpan.org>'
-build_requires: {}
+build_requires:
+  File::Find::Rule: 0
+  Test::More: 0
 configure_requires:
-  ExtUtils::MakeMaker: 6.11
-generated_by: 'Dist::Zilla version 1.100710'
+  ExtUtils::MakeMaker: 6.31
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 3.101520, CPAN::Meta::Converter version 2.101461'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: Dist-Zilla-Plugin-PodWeaver
 requires:
-  Dist::Zilla::Role::FileMunger: 1.100710
-  File::Find::Rule: 0
+  Dist::Zilla::Role::FileMunger: 0
   List::MoreUtils: 0
   Moose: 0
   Moose::Autobox: 0
@@ -25,8 +27,138 @@
   Pod::Elemental::Transformer::Pod5: 0
   Pod::Weaver: 3.100710
   Pod::Weaver::Config::Assembler: 0
-  Test::More: 0
   namespace::autoclean: 0
 resources:
   repository: git://git.codesimply.com/Dist-Zilla-Plugin-PodWeaver.git
-version: 3.100710
+version: 3.101530
+x_Dist_Zilla:
+  plugins:
+    -
+      class: Dist::Zilla::Plugin::GatherDir
+      name: '@RJBS/@Basic/GatherDir'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::PruneCruft
+      name: '@RJBS/@Basic/PruneCruft'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::ManifestSkip
+      name: '@RJBS/@Basic/ManifestSkip'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::MetaYAML
+      name: '@RJBS/@Basic/MetaYAML'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::License
+      name: '@RJBS/@Basic/License'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::Readme
+      name: '@RJBS/@Basic/Readme'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::ExtraTests
+      name: '@RJBS/@Basic/ExtraTests'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::ExecDir
+      name: '@RJBS/@Basic/ExecDir'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::ShareDir
+      name: '@RJBS/@Basic/ShareDir'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::MakeMaker
+      name: '@RJBS/@Basic/MakeMaker'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::Manifest
+      name: '@RJBS/@Basic/Manifest'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::TestRelease
+      name: '@RJBS/@Basic/TestRelease'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::ConfirmRelease
+      name: '@RJBS/@Basic/ConfirmRelease'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::UploadToCPAN
+      name: '@RJBS/@Basic/UploadToCPAN'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::AutoPrereq
+      name: '@RJBS/AutoPrereq'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::AutoVersion
+      name: '@RJBS/AutoVersion'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::PkgVersion
+      name: '@RJBS/PkgVersion'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::MetaConfig
+      name: '@RJBS/MetaConfig'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::MetaJSON
+      name: '@RJBS/MetaJSON'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::NextRelease
+      name: '@RJBS/NextRelease'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::PodSyntaxTests
+      name: '@RJBS/PodSyntaxTests'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::Repository
+      name: '@RJBS/Repository'
+      version: 0.13
+    -
+      class: Dist::Zilla::Plugin::PodWeaver
+      name: '@RJBS/PodWeaver'
+      version: 3.100710
+    -
+      class: Dist::Zilla::Plugin::Git::Check
+      name: '@RJBS/@Git/Check'
+      version: 1.101330
+    -
+      class: Dist::Zilla::Plugin::Git::Commit
+      name: '@RJBS/@Git/Commit'
+      version: 1.101330
+    -
+      class: Dist::Zilla::Plugin::Git::Tag
+      name: '@RJBS/@Git/Tag'
+      version: 1.101330
+    -
+      class: Dist::Zilla::Plugin::Git::Push
+      name: '@RJBS/@Git/Push'
+      version: 1.101330
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':InstallModules'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':TestFiles'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ExecFiles'
+      version: 3.101520
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ShareFiles'
+      version: 3.101520
+  zilla:
+    class: Dist::Zilla
+    config:
+      is_trial: 0
+    version: 3.101520

Modified: branches/upstream/libdist-zilla-plugin-podweaver-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdist-zilla-plugin-podweaver-perl/current/Makefile.PL?rev=58777&op=diff
==============================================================================
--- branches/upstream/libdist-zilla-plugin-podweaver-perl/current/Makefile.PL (original)
+++ branches/upstream/libdist-zilla-plugin-podweaver-perl/current/Makefile.PL Thu Jun  3 09:18:22 2010
@@ -4,47 +4,61 @@
 
 
 
-use ExtUtils::MakeMaker 6.11;
+use ExtUtils::MakeMaker 6.31;
 
 
 
 my %WriteMakefileArgs = (
-                       'test' => {
-                                   'TESTS' => 't/*.t'
-                                 },
-                       'NAME' => 'Dist::Zilla::Plugin::PodWeaver',
-                       'DISTNAME' => 'Dist-Zilla-Plugin-PodWeaver',
-                       'CONFIGURE_REQUIRES' => {
-                                                 'ExtUtils::MakeMaker' => '6.11'
-                                               },
-                       'AUTHOR' => 'Ricardo SIGNES <rjbs at cpan.org>',
-                       'BUILD_REQUIRES' => {},
-                       'ABSTRACT' => 'weave your Pod together from configuration and Dist::Zilla',
-                       'EXE_FILES' => [],
-                       'VERSION' => '3.100710',
-                       'PREREQ_PM' => {
-                                        'PPI' => '0',
-                                        'File::Find::Rule' => '0',
-                                        'Pod::Elemental' => '0',
-                                        'namespace::autoclean' => '0',
-                                        'Pod::Elemental::PerlMunger' => '0',
-                                        'Moose::Autobox' => '0',
-                                        'Pod::Weaver::Config::Assembler' => '0',
-                                        'Test::More' => '0',
-                                        'Dist::Zilla::Role::FileMunger' => '1.100710',
-                                        'Pod::Elemental::Transformer::Pod5' => '0',
-                                        'Pod::Weaver' => '3.100710',
-                                        'Pod::Elemental::Transformer::Nester' => '0',
-                                        'Pod::Elemental::Selectors' => '0',
-                                        'List::MoreUtils' => '0',
-                                        'Moose' => '0'
-                                      },
-                       'LICENSE' => 'perl'
-                     );
+  'ABSTRACT' => 'weave your Pod together from configuration and Dist::Zilla',
+  'AUTHOR' => 'Ricardo SIGNES <rjbs at cpan.org>',
+  'BUILD_REQUIRES' => {
+    'File::Find::Rule' => '0',
+    'Test::More' => '0'
+  },
+  'CONFIGURE_REQUIRES' => {
+    'ExtUtils::MakeMaker' => '6.31'
+  },
+  'DISTNAME' => 'Dist-Zilla-Plugin-PodWeaver',
+  'EXE_FILES' => [],
+  'LICENSE' => 'perl',
+  'NAME' => 'Dist::Zilla::Plugin::PodWeaver',
+  'PREREQ_PM' => {
+    'Dist::Zilla::Role::FileMunger' => '0',
+    'List::MoreUtils' => '0',
+    'Moose' => '0',
+    'Moose::Autobox' => '0',
+    'PPI' => '0',
+    'Pod::Elemental' => '0',
+    'Pod::Elemental::PerlMunger' => '0',
+    'Pod::Elemental::Selectors' => '0',
+    'Pod::Elemental::Transformer::Nester' => '0',
+    'Pod::Elemental::Transformer::Pod5' => '0',
+    'Pod::Weaver' => '3.100710',
+    'Pod::Weaver::Config::Assembler' => '0',
+    'namespace::autoclean' => '0'
+  },
+  'VERSION' => '3.101530',
+  'test' => {
+    'TESTS' => 't/*.t'
+  }
+);
 
 
-delete $WriteMakefileArgs{LICENSE}
-  unless eval { ExtUtils::MakeMaker->VERSION(6.31) };
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
+  my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
+  my $pp = $WriteMakefileArgs{PREREQ_PM}; 
+  for my $mod ( keys %$br ) {
+    if ( exists $pp->{$mod} ) {
+      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod}; 
+    }
+    else {
+      $pp->{$mod} = $br->{$mod};
+    }
+  }
+}
+
+delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
+  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
 WriteMakefile(%WriteMakefileArgs);
 

Modified: branches/upstream/libdist-zilla-plugin-podweaver-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdist-zilla-plugin-podweaver-perl/current/README?rev=58777&op=diff
==============================================================================
--- branches/upstream/libdist-zilla-plugin-podweaver-perl/current/README (original)
+++ branches/upstream/libdist-zilla-plugin-podweaver-perl/current/README Thu Jun  3 09:18:22 2010
@@ -1,7 +1,7 @@
 
 
-This archive contains the distribution Dist-Zilla-Plugin-PodWeaver, version
-3.100710:
+This archive contains the distribution Dist-Zilla-Plugin-PodWeaver,
+version 3.101530:
 
   weave your Pod together from configuration and Dist::Zilla
 
@@ -10,3 +10,4 @@
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
+

Modified: branches/upstream/libdist-zilla-plugin-podweaver-perl/current/lib/Dist/Zilla/Plugin/PodWeaver.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdist-zilla-plugin-podweaver-perl/current/lib/Dist/Zilla/Plugin/PodWeaver.pm?rev=58777&op=diff
==============================================================================
--- branches/upstream/libdist-zilla-plugin-podweaver-perl/current/lib/Dist/Zilla/Plugin/PodWeaver.pm (original)
+++ branches/upstream/libdist-zilla-plugin-podweaver-perl/current/lib/Dist/Zilla/Plugin/PodWeaver.pm Thu Jun  3 09:18:22 2010
@@ -1,11 +1,12 @@
 package Dist::Zilla::Plugin::PodWeaver;
-our $VERSION = '3.100710';
+BEGIN {
+  $Dist::Zilla::Plugin::PodWeaver::VERSION = '3.101530';
+}
 # ABSTRACT: weave your Pod together from configuration and Dist::Zilla
 use Moose;
 use Moose::Autobox;
 use List::MoreUtils qw(any);
 use Pod::Weaver 3.100710; # logging with proxies
-use Dist::Zilla::Role::FileMunger 1.100710; # logging with proxies
 with 'Dist::Zilla::Role::FileMunger';
 
 use namespace::autoclean;
@@ -21,9 +22,12 @@
 sub weaver {
   my ($self) = @_;
 
-  my @files = glob('weaver.*');
+  my @files = glob($self->zilla->root->file('weaver.*'));
 
-  my $arg = { root_config => { logger => $self->logger } };
+  my $arg = {
+      root        => $self->zilla->root,
+      root_config => { logger => $self->logger },
+  };
 
   if ($self->config_plugin) {
     my $assembler = Pod::Weaver::Config::Assembler->new;
@@ -111,7 +115,7 @@
 
 =head1 VERSION
 
-version 3.100710
+version 3.101530
 
 =head1 DESCRIPTION
 

Modified: branches/upstream/libdist-zilla-plugin-podweaver-perl/current/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdist-zilla-plugin-podweaver-perl/current/t/release-pod-syntax.t?rev=58777&op=diff
==============================================================================
--- branches/upstream/libdist-zilla-plugin-podweaver-perl/current/t/release-pod-syntax.t (original)
+++ branches/upstream/libdist-zilla-plugin-podweaver-perl/current/t/release-pod-syntax.t Thu Jun  3 09:18:22 2010
@@ -9,7 +9,7 @@
 
 use Test::More;
 
-eval "use Test::Pod 1.00";
-plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+eval "use Test::Pod 1.41";
+plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
 
 all_pod_files_ok();




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