r57647 - in /trunk/libnamespace-autoclean-perl: Changes MANIFEST META.json META.yml Makefile.PL README debian/changelog 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:26:27 UTC 2010


Author: jawnsy-guest
Date: Sat May  8 01:26:21 2010
New Revision: 57647

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57647
Log:
Updates distribution metadata only
IGNORE-VERSION: 0.11-1

Added:
    trunk/libnamespace-autoclean-perl/META.json
      - copied unchanged from r57646, branches/upstream/libnamespace-autoclean-perl/current/META.json
Modified:
    trunk/libnamespace-autoclean-perl/Changes
    trunk/libnamespace-autoclean-perl/MANIFEST
    trunk/libnamespace-autoclean-perl/META.yml
    trunk/libnamespace-autoclean-perl/Makefile.PL
    trunk/libnamespace-autoclean-perl/README
    trunk/libnamespace-autoclean-perl/debian/changelog
    trunk/libnamespace-autoclean-perl/dist.ini
    trunk/libnamespace-autoclean-perl/lib/namespace/autoclean.pm
    trunk/libnamespace-autoclean-perl/t/release-pod-syntax.t

Modified: trunk/libnamespace-autoclean-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/Changes?rev=57647&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/Changes (original)
+++ trunk/libnamespace-autoclean-perl/Changes Sat May  8 01:26:21 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: trunk/libnamespace-autoclean-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/MANIFEST?rev=57647&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/MANIFEST (original)
+++ trunk/libnamespace-autoclean-perl/MANIFEST Sat May  8 01:26:21 2010
@@ -1,6 +1,7 @@
 Changes
 LICENSE
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 README

Modified: trunk/libnamespace-autoclean-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/META.yml?rev=57647&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/META.yml (original)
+++ trunk/libnamespace-autoclean-perl/META.yml Sat May  8 01:26:21 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: trunk/libnamespace-autoclean-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/Makefile.PL?rev=57647&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/Makefile.PL (original)
+++ trunk/libnamespace-autoclean-perl/Makefile.PL Sat May  8 01:26:21 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: trunk/libnamespace-autoclean-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/README?rev=57647&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/README (original)
+++ trunk/libnamespace-autoclean-perl/README Sat May  8 01:26:21 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: trunk/libnamespace-autoclean-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/debian/changelog?rev=57647&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/debian/changelog (original)
+++ trunk/libnamespace-autoclean-perl/debian/changelog Sat May  8 01:26:21 2010
@@ -1,7 +1,7 @@
-libnamespace-autoclean-perl (0.10-1) UNRELEASED; urgency=low
+libnamespace-autoclean-perl (0.11-1) UNRELEASED; urgency=low
 
-  Fix documentation typo
-  IGNORE-VERSION: 0.10-1
+  Updates distribution metadata only
+  IGNORE-VERSION: 0.11-1
 
   [ Jonathan Yu ]
   * New upstream release
@@ -10,7 +10,7 @@
   [ Ryan Niebur ]
   * Update ryan52's email address
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sat, 01 May 2010 19:46:06 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 07 May 2010 22:01:37 -0400
 
 libnamespace-autoclean-perl (0.09-1) unstable; urgency=low
 

Modified: trunk/libnamespace-autoclean-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/dist.ini?rev=57647&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/dist.ini (original)
+++ trunk/libnamespace-autoclean-perl/dist.ini Sat May  8 01:26:21 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: trunk/libnamespace-autoclean-perl/lib/namespace/autoclean.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/lib/namespace/autoclean.pm?rev=57647&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/lib/namespace/autoclean.pm (original)
+++ trunk/libnamespace-autoclean-perl/lib/namespace/autoclean.pm Sat May  8 01:26:21 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: trunk/libnamespace-autoclean-perl/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/t/release-pod-syntax.t?rev=57647&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/t/release-pod-syntax.t (original)
+++ trunk/libnamespace-autoclean-perl/t/release-pod-syntax.t Sat May  8 01:26:21 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