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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Feb 19 03:29:51 UTC 2011


Author: jawnsy-guest
Date: Sat Feb 19 03:29:37 2011
New Revision: 69052

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

Added:
    branches/upstream/libnamespace-autoclean-perl/current/t/release-eol.t
    branches/upstream/libnamespace-autoclean-perl/current/t/release-no-tabs.t
Modified:
    branches/upstream/libnamespace-autoclean-perl/current/Changes
    branches/upstream/libnamespace-autoclean-perl/current/LICENSE
    branches/upstream/libnamespace-autoclean-perl/current/MANIFEST
    branches/upstream/libnamespace-autoclean-perl/current/META.json
    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-coverage.t
    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=69052&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/Changes (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/Changes Sat Feb 19 03:29:37 2011
@@ -1,3 +1,7 @@
+0.12  Fri, 04 Feb 2010 10:39:00 +0000
+  * Bump namespace::clean dep to 0.20 to pull in the bugfix for
+    Package::Stash::XS 0.19
+
 0.11  Fri, 07 May 2010 19:32:37 +0200
   * Improve distribution metadata.
 

Modified: branches/upstream/libnamespace-autoclean-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/LICENSE?rev=69052&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/LICENSE (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/LICENSE Sat Feb 19 03:29:37 2011
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2010 by Florian Ragwitz.
+This software is Copyright (c) 2011 by Florian Ragwitz.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2010 by Florian Ragwitz.
+This software is Copyright (c) 2011 by Florian Ragwitz.
 
 This is free software, licensed under:
 

Modified: branches/upstream/libnamespace-autoclean-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/MANIFEST?rev=69052&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/MANIFEST (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/MANIFEST Sat Feb 19 03:29:37 2011
@@ -11,6 +11,8 @@
 t/basic.t
 t/cleanee.t
 t/matchclean.t
+t/release-eol.t
+t/release-no-tabs.t
 t/release-pod-coverage.t
 t/release-pod-syntax.t
-t/role.t
+t/role.t

Modified: 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=69052&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/META.json (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/META.json Sat Feb 19 03:29:37 2011
@@ -3,130 +3,158 @@
    "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",
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 4.200001, CPAN::Meta::Converter version 2.101610",
+   "license" : [
+      "perl_5"
+   ],
    "meta-spec" : {
-      "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html",
-      "version" : 1.4
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
    },
    "name" : "namespace-autoclean",
-   "recommends" : {},
-   "requires" : {
-      "B::Hooks::EndOfScope" : "0",
-      "Class::MOP" : "0.80",
-      "List::Util" : "0",
-      "namespace::clean" : "0.11"
-   },
+   "prereqs" : {
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "6.31"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "B::Hooks::EndOfScope" : 0,
+            "Class::MOP" : "0.80",
+            "List::Util" : 0,
+            "namespace::clean" : "0.20"
+         }
+      },
+      "test" : {
+         "requires" : {
+            "Moose::Role" : 0,
+            "Sub::Name" : 0,
+            "Test::More" : 0
+         }
+      }
+   },
+   "release_status" : "stable",
    "resources" : {
-      "bugtracker" : "http://rt.cpan.org/Public/Dist/Display.html?Name=namespace_autoclean",
+      "bugtracker" : {
+         "mailto" : "bug-namespace_autoclean at rt.cpan.org",
+         "web" : "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",
+      "repository" : {
+         "type" : "git",
+         "url" : "git://github.com/rafl/namespace_autoclean.git",
+         "web" : "http://github.com/rafl/namespace_autoclean"
+      }
+   },
+   "version" : "0.12",
    "x_Dist_Zilla" : {
       "plugins" : [
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
-            "name" : "@FLORA/@Filter/GatherDir",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/GatherDir",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
-            "name" : "@FLORA/@Filter/PruneCruft",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/PruneCruft",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
-            "name" : "@FLORA/@Filter/ManifestSkip",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/ManifestSkip",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
-            "name" : "@FLORA/@Filter/MetaYAML",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/MetaYAML",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
-            "name" : "@FLORA/@Filter/License",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/License",
+            "version" : "4.200001"
          },
          {
             "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"
+            "name" : "@FLORA/@Basic/Readme",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
-            "name" : "@FLORA/@Filter/ExtraTests",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/ExtraTests",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
-            "name" : "@FLORA/@Filter/ExecDir",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/ExecDir",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
-            "name" : "@FLORA/@Filter/ShareDir",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/ShareDir",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
-            "name" : "@FLORA/@Filter/MakeMaker",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/MakeMaker",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
-            "name" : "@FLORA/@Filter/Manifest",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/Manifest",
+            "version" : "4.200001"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::TestRelease",
+            "name" : "@FLORA/@Basic/TestRelease",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
-            "name" : "@FLORA/@Filter/ConfirmRelease",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/ConfirmRelease",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
-            "name" : "@FLORA/@Filter/UploadToCPAN",
-            "version" : "2.101241"
+            "name" : "@FLORA/@Basic/UploadToCPAN",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@FLORA/MetaConfig",
-            "version" : "2.101241"
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@FLORA/MetaJSON",
-            "version" : "2.101241"
+            "version" : "4.200001"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PkgVersion",
+            "name" : "@FLORA/PkgVersion",
+            "version" : "4.200001"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
+            "name" : "@FLORA/PodSyntaxTests",
+            "version" : "4.200001"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::NoTabsTests",
+            "name" : "@FLORA/NoTabsTests",
+            "version" : "0.01"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodCoverageTests",
+            "name" : "@FLORA/PodCoverageTests",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
             "name" : "@FLORA/MetaResources",
-            "version" : "2.101241"
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::Authority",
@@ -134,42 +162,47 @@
             "version" : "0.01"
          },
          {
+            "class" : "Dist::Zilla::Plugin::EOLTests",
+            "name" : "@FLORA/EOLTests",
+            "version" : "0.02"
+         },
+         {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
             "name" : "@FLORA/PodWeaver",
-            "version" : "3.100710"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::AutoPrereq",
-            "name" : "@FLORA/AutoPrereq",
-            "version" : "2.101241"
+            "version" : "3.101640"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
+            "name" : "@FLORA/AutoPrereqs",
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "2.101241"
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "2.101241"
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "2.101241"
+            "version" : "4.200001"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "2.101241"
+            "version" : "4.200001"
          }
       ],
       "zilla" : {
-         "class" : "Dist::Zilla",
+         "class" : "Dist::Zilla::Dist::Builder",
          "config" : {
             "is_trial" : 0
          },
-         "version" : "2.101241"
+         "version" : "4.200001"
       }
    },
    "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=69052&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/META.yml (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/META.yml Sat Feb 19 03:29:37 2011
@@ -8,132 +8,144 @@
   Test::More: 0
 configure_requires:
   ExtUtils::MakeMaker: 6.31
-generated_by: 'Dist::Zilla version 2.101241'
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 4.200001, CPAN::Meta::Converter version 2.101610'
 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
+  namespace::clean: 0.20
 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
+version: 0.12
 x_Dist_Zilla:
   plugins:
     -
       class: Dist::Zilla::Plugin::GatherDir
-      name: '@FLORA/@Filter/GatherDir'
-      version: 2.101241
+      name: '@FLORA/@Basic/GatherDir'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::PruneCruft
-      name: '@FLORA/@Filter/PruneCruft'
-      version: 2.101241
+      name: '@FLORA/@Basic/PruneCruft'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::ManifestSkip
-      name: '@FLORA/@Filter/ManifestSkip'
-      version: 2.101241
+      name: '@FLORA/@Basic/ManifestSkip'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::MetaYAML
-      name: '@FLORA/@Filter/MetaYAML'
-      version: 2.101241
+      name: '@FLORA/@Basic/MetaYAML'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::License
-      name: '@FLORA/@Filter/License'
-      version: 2.101241
+      name: '@FLORA/@Basic/License'
+      version: 4.200001
     -
       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
+      name: '@FLORA/@Basic/Readme'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::ExtraTests
-      name: '@FLORA/@Filter/ExtraTests'
-      version: 2.101241
+      name: '@FLORA/@Basic/ExtraTests'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::ExecDir
-      name: '@FLORA/@Filter/ExecDir'
-      version: 2.101241
+      name: '@FLORA/@Basic/ExecDir'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::ShareDir
-      name: '@FLORA/@Filter/ShareDir'
-      version: 2.101241
+      name: '@FLORA/@Basic/ShareDir'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::MakeMaker
-      name: '@FLORA/@Filter/MakeMaker'
-      version: 2.101241
+      name: '@FLORA/@Basic/MakeMaker'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::Manifest
-      name: '@FLORA/@Filter/Manifest'
-      version: 2.101241
+      name: '@FLORA/@Basic/Manifest'
+      version: 4.200001
+    -
+      class: Dist::Zilla::Plugin::TestRelease
+      name: '@FLORA/@Basic/TestRelease'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
-      name: '@FLORA/@Filter/ConfirmRelease'
-      version: 2.101241
+      name: '@FLORA/@Basic/ConfirmRelease'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
-      name: '@FLORA/@Filter/UploadToCPAN'
-      version: 2.101241
+      name: '@FLORA/@Basic/UploadToCPAN'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@FLORA/MetaConfig'
-      version: 2.101241
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@FLORA/MetaJSON'
-      version: 2.101241
+      version: 4.200001
+    -
+      class: Dist::Zilla::Plugin::PkgVersion
+      name: '@FLORA/PkgVersion'
+      version: 4.200001
+    -
+      class: Dist::Zilla::Plugin::PodSyntaxTests
+      name: '@FLORA/PodSyntaxTests'
+      version: 4.200001
+    -
+      class: Dist::Zilla::Plugin::NoTabsTests
+      name: '@FLORA/NoTabsTests'
+      version: 0.01
+    -
+      class: Dist::Zilla::Plugin::PodCoverageTests
+      name: '@FLORA/PodCoverageTests'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: '@FLORA/MetaResources'
-      version: 2.101241
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::Authority
       name: '@FLORA/Authority'
       version: 0.01
     -
+      class: Dist::Zilla::Plugin::EOLTests
+      name: '@FLORA/EOLTests'
+      version: 0.02
+    -
       class: Dist::Zilla::Plugin::PodWeaver
       name: '@FLORA/PodWeaver'
-      version: 3.100710
+      version: 3.101640
     -
-      class: Dist::Zilla::Plugin::AutoPrereq
-      name: '@FLORA/AutoPrereq'
-      version: 2.101241
+      class: Dist::Zilla::Plugin::AutoPrereqs
+      name: '@FLORA/AutoPrereqs'
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 2.101241
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 2.101241
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 2.101241
+      version: 4.200001
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 2.101241
+      version: 4.200001
   zilla:
-    class: Dist::Zilla
+    class: Dist::Zilla::Dist::Builder
     config:
       is_trial: 0
-    version: 2.101241
+    version: 4.200001
 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=69052&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/Makefile.PL (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/Makefile.PL Sat Feb 19 03:29:37 2011
@@ -27,9 +27,9 @@
     'B::Hooks::EndOfScope' => '0',
     'Class::MOP' => '0.80',
     'List::Util' => '0',
-    'namespace::clean' => '0.11'
+    'namespace::clean' => '0.20'
   },
-  'VERSION' => '0.11',
+  'VERSION' => '0.12',
   'test' => {
     'TESTS' => 't/*.t'
   }
@@ -38,10 +38,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: branches/upstream/libnamespace-autoclean-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/README?rev=69052&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/README (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/README Sat Feb 19 03:29:37 2011
@@ -1,11 +1,11 @@
 
 
 This archive contains the distribution namespace-autoclean,
-version 0.11:
+version 0.12:
 
   Keep imports out of your namespace
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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/libnamespace-autoclean-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/dist.ini?rev=69052&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/dist.ini (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/dist.ini Sat Feb 19 03:29:37 2011
@@ -1,5 +1,5 @@
 name    = namespace-autoclean
-version = 0.11
+version = 0.12
 author  = Florian Ragwitz <rafl at debian.org>
 license = Perl_5
 copyright_holder = Florian Ragwitz

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=69052&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/lib/namespace/autoclean.pm (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/lib/namespace/autoclean.pm Sat Feb 19 03:29:37 2011
@@ -6,14 +6,14 @@
   $namespace::autoclean::AUTHORITY = 'cpan:FLORA';
 }
 BEGIN {
-  $namespace::autoclean::VERSION = '0.11';
+  $namespace::autoclean::VERSION = '0.12';
 }
 # ABSTRACT: Keep imports out of your namespace
 
 use Class::MOP 0.80;
 use B::Hooks::EndOfScope;
 use List::Util qw( first );
-use namespace::clean 0.11;
+use namespace::clean 0.20;
 
 
 sub import {
@@ -61,6 +61,8 @@
 
 __END__
 =pod
+
+=encoding utf-8
 
 =head1 NAME
 
@@ -151,11 +153,11 @@
 
 =head1 AUTHOR
 
-  Florian Ragwitz <rafl at debian.org>
+Florian Ragwitz <rafl at debian.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Added: branches/upstream/libnamespace-autoclean-perl/current/t/release-eol.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/t/release-eol.t?rev=69052&op=file
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/t/release-eol.t (added)
+++ branches/upstream/libnamespace-autoclean-perl/current/t/release-eol.t Sat Feb 19 03:29:37 2011
@@ -1,0 +1,16 @@
+
+BEGIN {
+  unless ($ENV{RELEASE_TESTING}) {
+    require Test::More;
+    Test::More::plan(skip_all => 'these tests are for release candidate testing');
+  }
+}
+
+use strict;
+use warnings;
+use Test::More;
+
+eval 'use Test::EOL';
+plan skip_all => 'Test::EOL required' if $@;
+
+all_perl_files_ok({ trailing_whitespace => 1 });

Added: branches/upstream/libnamespace-autoclean-perl/current/t/release-no-tabs.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/t/release-no-tabs.t?rev=69052&op=file
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/t/release-no-tabs.t (added)
+++ branches/upstream/libnamespace-autoclean-perl/current/t/release-no-tabs.t Sat Feb 19 03:29:37 2011
@@ -1,0 +1,16 @@
+
+BEGIN {
+  unless ($ENV{RELEASE_TESTING}) {
+    require Test::More;
+    Test::More::plan(skip_all => 'these tests are for release candidate testing');
+  }
+}
+
+use strict;
+use warnings;
+use Test::More;
+
+eval 'use Test::NoTabs';
+plan skip_all => 'Test::NoTabs required' if $@;
+
+all_perl_files_ok();

Modified: branches/upstream/libnamespace-autoclean-perl/current/t/release-pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-autoclean-perl/current/t/release-pod-coverage.t?rev=69052&op=diff
==============================================================================
--- branches/upstream/libnamespace-autoclean-perl/current/t/release-pod-coverage.t (original)
+++ branches/upstream/libnamespace-autoclean-perl/current/t/release-pod-coverage.t Sat Feb 19 03:29:37 2011
@@ -18,4 +18,4 @@
 plan skip_all => "Pod::Coverage::TrustPod required for testing POD coverage"
   if $@;
 
-all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
+all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });

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=69052&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 Feb 19 03:29:37 2011
@@ -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