r57644 - in /branches/upstream/libnamespace-autoclean-perl/current: Changes MANIFEST META.json META.yml Makefile.PL README dist.ini lib/namespace/autoclean.pm t/release-pod-syntax.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat May 8 01:24:01 UTC 2010


Author: jawnsy-guest
Date: Sat May  8 01:23:55 2010
New Revision: 57644

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57644
Log:
[svn-upgrade] Integrating new upstream version, libnamespace-autoclean-perl (0.11)

Added:
    branches/upstream/libnamespace-autoclean-perl/current/META.json
Modified:
    branches/upstream/libnamespace-autoclean-perl/current/Changes
    branches/upstream/libnamespace-autoclean-perl/current/MANIFEST
    branches/upstream/libnamespace-autoclean-perl/current/META.yml
    branches/upstream/libnamespace-autoclean-perl/current/Makefile.PL
    branches/upstream/libnamespace-autoclean-perl/current/README
    branches/upstream/libnamespace-autoclean-perl/current/dist.ini
    branches/upstream/libnamespace-autoclean-perl/current/lib/namespace/autoclean.pm
    branches/upstream/libnamespace-autoclean-perl/current/t/release-pod-syntax.t

Modified: branches/upstream/libnamespace-autoclean-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/Changes?rev=57644&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/Changes (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/Changes Sat May  8 01:23:55 2010
@@ -1,3 +1,6 @@
+0.11  Fri, 07 May 2010 19:32:37 +0200
+  * Improve distribution metadata.
+
 0.10  Sat, 01 May 2010 20:32:59 +0200
   * Fix documentation typo ( Andrew Rodland).
 

Modified: branches/upstream/libnamespace-autoclean-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/MANIFEST?rev=57644&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/MANIFEST (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/MANIFEST Sat May  8 01:23:55 2010
@@ -1,6 +1,7 @@
 Changes
 LICENSE
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 README

Added: branches/upstream/libnamespace-autoclean-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/META.json?rev=57644&op=file
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/META.json (added)
+++ branches/upstream/libnamespace-autoclean-perl/current/META.json Sat May  8 01:23:55 2010
@@ -1,0 +1,177 @@
+{
+   "abstract" : "Keep imports out of your namespace",
+   "author" : [
+      "Florian Ragwitz <rafl at debian.org>"
+   ],
+   "build_requires" : {
+      "Moose::Role" : "0",
+      "Sub::Name" : "0",
+      "Test::More" : "0"
+   },
+   "configure_requires" : {
+      "ExtUtils::MakeMaker" : "6.31"
+   },
+   "generated_by" : "Dist::Zilla version 2.101241",
+   "license" : "perl",
+   "meta-spec" : {
+      "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html",
+      "version" : 1.4
+   },
+   "name" : "namespace-autoclean",
+   "recommends" : {},
+   "requires" : {
+      "B::Hooks::EndOfScope" : "0",
+      "Class::MOP" : "0.80",
+      "List::Util" : "0",
+      "namespace::clean" : "0.11"
+   },
+   "resources" : {
+      "bugtracker" : "http://rt.cpan.org/Public/Dist/Display.html?Name=namespace_autoclean",
+      "homepage" : "http://search.cpan.org/dist/namespace_autoclean",
+      "repository" : "git://github.com/rafl/namespace_autoclean.git"
+   },
+   "version" : "0.11",
+   "x_Dist_Zilla" : {
+      "plugins" : [
+         {
+            "class" : "Dist::Zilla::Plugin::GatherDir",
+            "name" : "@FLORA/@Filter/GatherDir",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PruneCruft",
+            "name" : "@FLORA/@Filter/PruneCruft",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ManifestSkip",
+            "name" : "@FLORA/@Filter/ManifestSkip",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaYAML",
+            "name" : "@FLORA/@Filter/MetaYAML",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::License",
+            "name" : "@FLORA/@Filter/License",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Readme",
+            "name" : "@FLORA/@Filter/Readme",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PkgVersion",
+            "name" : "@FLORA/@Filter/PkgVersion",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodCoverageTests",
+            "name" : "@FLORA/@Filter/PodCoverageTests",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
+            "name" : "@FLORA/@Filter/PodSyntaxTests",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExtraTests",
+            "name" : "@FLORA/@Filter/ExtraTests",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExecDir",
+            "name" : "@FLORA/@Filter/ExecDir",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ShareDir",
+            "name" : "@FLORA/@Filter/ShareDir",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MakeMaker",
+            "name" : "@FLORA/@Filter/MakeMaker",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Manifest",
+            "name" : "@FLORA/@Filter/Manifest",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
+            "name" : "@FLORA/@Filter/ConfirmRelease",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
+            "name" : "@FLORA/@Filter/UploadToCPAN",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaConfig",
+            "name" : "@FLORA/MetaConfig",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaJSON",
+            "name" : "@FLORA/MetaJSON",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaResources",
+            "name" : "@FLORA/MetaResources",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Authority",
+            "name" : "@FLORA/Authority",
+            "version" : "0.01"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodWeaver",
+            "name" : "@FLORA/PodWeaver",
+            "version" : "3.100710"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoPrereq",
+            "name" : "@FLORA/AutoPrereq",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":InstallModules",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":TestFiles",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ExecFiles",
+            "version" : "2.101241"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ShareFiles",
+            "version" : "2.101241"
+         }
+      ],
+      "zilla" : {
+         "class" : "Dist::Zilla",
+         "config" : {
+            "is_trial" : 0
+         },
+         "version" : "2.101241"
+      }
+   },
+   "x_authority" : "cpan:FLORA"
+}
+

Modified: branches/upstream/libnamespace-autoclean-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/META.yml?rev=57644&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/META.yml (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/META.yml Sat May  8 01:23:55 2010
@@ -2,10 +2,13 @@
 abstract: 'Keep imports out of your namespace'
 author:
   - 'Florian Ragwitz <rafl at debian.org>'
-build_requires: {}
+build_requires:
+  Moose::Role: 0
+  Sub::Name: 0
+  Test::More: 0
 configure_requires:
   ExtUtils::MakeMaker: 6.31
-generated_by: 'Dist::Zilla version 2.101170'
+generated_by: 'Dist::Zilla version 2.101241'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -13,8 +16,124 @@
 name: namespace-autoclean
 recommends: {}
 requires:
-  B::Hooks::EndOfScope: 0.07
+  B::Hooks::EndOfScope: 0
   Class::MOP: 0.80
   List::Util: 0
   namespace::clean: 0.11
-version: 0.10
+resources:
+  bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=namespace_autoclean
+  homepage: http://search.cpan.org/dist/namespace_autoclean
+  repository: git://github.com/rafl/namespace_autoclean.git
+version: 0.11
+x_Dist_Zilla:
+  plugins:
+    -
+      class: Dist::Zilla::Plugin::GatherDir
+      name: '@FLORA/@Filter/GatherDir'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::PruneCruft
+      name: '@FLORA/@Filter/PruneCruft'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::ManifestSkip
+      name: '@FLORA/@Filter/ManifestSkip'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::MetaYAML
+      name: '@FLORA/@Filter/MetaYAML'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::License
+      name: '@FLORA/@Filter/License'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::Readme
+      name: '@FLORA/@Filter/Readme'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::PkgVersion
+      name: '@FLORA/@Filter/PkgVersion'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::PodCoverageTests
+      name: '@FLORA/@Filter/PodCoverageTests'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::PodSyntaxTests
+      name: '@FLORA/@Filter/PodSyntaxTests'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::ExtraTests
+      name: '@FLORA/@Filter/ExtraTests'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::ExecDir
+      name: '@FLORA/@Filter/ExecDir'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::ShareDir
+      name: '@FLORA/@Filter/ShareDir'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::MakeMaker
+      name: '@FLORA/@Filter/MakeMaker'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::Manifest
+      name: '@FLORA/@Filter/Manifest'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::ConfirmRelease
+      name: '@FLORA/@Filter/ConfirmRelease'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::UploadToCPAN
+      name: '@FLORA/@Filter/UploadToCPAN'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::MetaConfig
+      name: '@FLORA/MetaConfig'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::MetaJSON
+      name: '@FLORA/MetaJSON'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::MetaResources
+      name: '@FLORA/MetaResources'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::Authority
+      name: '@FLORA/Authority'
+      version: 0.01
+    -
+      class: Dist::Zilla::Plugin::PodWeaver
+      name: '@FLORA/PodWeaver'
+      version: 3.100710
+    -
+      class: Dist::Zilla::Plugin::AutoPrereq
+      name: '@FLORA/AutoPrereq'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':InstallModules'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':TestFiles'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ExecFiles'
+      version: 2.101241
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ShareFiles'
+      version: 2.101241
+  zilla:
+    class: Dist::Zilla
+    config:
+      is_trial: 0
+    version: 2.101241
+x_authority: cpan:FLORA

Modified: branches/upstream/libnamespace-autoclean-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/Makefile.PL?rev=57644&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/Makefile.PL (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/Makefile.PL Sat May  8 01:23:55 2010
@@ -9,27 +9,31 @@
 
 
 my %WriteMakefileArgs = (
-                       'test' => {
-                                   'TESTS' => 't/*.t'
-                                 },
-                       'NAME' => 'namespace::autoclean',
-                       'DISTNAME' => 'namespace-autoclean',
-                       'CONFIGURE_REQUIRES' => {
-                                                 'ExtUtils::MakeMaker' => '6.31'
-                                               },
-                       'AUTHOR' => 'Florian Ragwitz <rafl at debian.org>',
-                       'BUILD_REQUIRES' => {},
-                       'ABSTRACT' => 'Keep imports out of your namespace',
-                       'EXE_FILES' => [],
-                       'VERSION' => '0.10',
-                       'PREREQ_PM' => {
-                                        'namespace::clean' => '0.11',
-                                        'List::Util' => '0',
-                                        'Class::MOP' => '0.80',
-                                        'B::Hooks::EndOfScope' => '0.07'
-                                      },
-                       'LICENSE' => 'perl'
-                     );
+  'ABSTRACT' => 'Keep imports out of your namespace',
+  'AUTHOR' => 'Florian Ragwitz <rafl at debian.org>',
+  'BUILD_REQUIRES' => {
+    'Moose::Role' => '0',
+    'Sub::Name' => '0',
+    'Test::More' => '0'
+  },
+  'CONFIGURE_REQUIRES' => {
+    'ExtUtils::MakeMaker' => '6.31'
+  },
+  'DISTNAME' => 'namespace-autoclean',
+  'EXE_FILES' => [],
+  'LICENSE' => 'perl',
+  'NAME' => 'namespace::autoclean',
+  'PREREQ_PM' => {
+    'B::Hooks::EndOfScope' => '0',
+    'Class::MOP' => '0.80',
+    'List::Util' => '0',
+    'namespace::clean' => '0.11'
+  },
+  'VERSION' => '0.11',
+  'test' => {
+    'TESTS' => 't/*.t'
+  }
+);
 
 
 unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {

Modified: branches/upstream/libnamespace-autoclean-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/README?rev=57644&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/README (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/README Sat May  8 01:23:55 2010
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution namespace-autoclean,
-version 0.10:
+version 0.11:
 
   Keep imports out of your namespace
 

Modified: branches/upstream/libnamespace-autoclean-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/dist.ini?rev=57644&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/dist.ini (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/dist.ini Sat May  8 01:23:55 2010
@@ -1,18 +1,9 @@
 name    = namespace-autoclean
-version = 0.10
+version = 0.11
 author  = Florian Ragwitz <rafl at debian.org>
 license = Perl_5
 copyright_holder = Florian Ragwitz
 
-[Prereq]
-namespace::clean = 0.11
-B::Hooks::EndOfScope = 0.07
-Class::MOP = 0.80
-List::Util = 0
-
-[@Filter]
-bundle = @Classic
-remove = PodVersion
-remove = BumpVersion
-
-[PodWeaver]
+[@FLORA]
+dist = namespace_autoclean
+repository_at = github

Modified: branches/upstream/libnamespace-autoclean-perl/current/lib/namespace/autoclean.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/lib/namespace/autoclean.pm?rev=57644&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/lib/namespace/autoclean.pm (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/lib/namespace/autoclean.pm Sat May  8 01:23:55 2010
@@ -3,14 +3,17 @@
 
 package namespace::autoclean;
 BEGIN {
-  $namespace::autoclean::VERSION = '0.10';
+  $namespace::autoclean::AUTHORITY = 'cpan:FLORA';
+}
+BEGIN {
+  $namespace::autoclean::VERSION = '0.11';
 }
 # ABSTRACT: Keep imports out of your namespace
 
-use Class::MOP;
+use Class::MOP 0.80;
 use B::Hooks::EndOfScope;
 use List::Util qw( first );
-use namespace::clean;
+use namespace::clean 0.11;
 
 
 sub import {
@@ -62,10 +65,6 @@
 =head1 NAME
 
 namespace::autoclean - Keep imports out of your namespace
-
-=head1 VERSION
-
-version 0.10
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libnamespace-autoclean-perl/current/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/t/release-pod-syntax.t?rev=57644&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/t/release-pod-syntax.t (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/t/release-pod-syntax.t Sat May  8 01:23:55 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