Hello community,

here is the log from the commit of package perl-namespace-autoclean for 
openSUSE:Factory checked in at 2011-11-18 15:47:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-namespace-autoclean (Old)
 and      /work/SRC/openSUSE:Factory/.perl-namespace-autoclean.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-namespace-autoclean", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-namespace-autoclean/perl-namespace-autoclean.changes
        2011-09-23 12:39:37.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-namespace-autoclean.new/perl-namespace-autoclean.changes
   2011-11-18 15:47:39.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Nov 17 12:37:38 UTC 2011 - [email protected]
+
+- update to 0.13
+  * Fix issue in dist.ini which was causing links to be incorrectly generated.
+  * Re-package to remove BEGIN { $VERSION hackery by using a newer
+    Dist-Zilla.
+
+-------------------------------------------------------------------

Old:
----
  namespace-autoclean-0.12.tar.gz

New:
----
  namespace-autoclean-0.13.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-namespace-autoclean.spec ++++++
--- /var/tmp/diff_new_pack.kcpnod/_old  2011-11-18 15:47:41.000000000 +0100
+++ /var/tmp/diff_new_pack.kcpnod/_new  2011-11-18 15:47:41.000000000 +0100
@@ -18,28 +18,26 @@
 
 
 Name:           perl-namespace-autoclean
-Version:        0.12
+Version:        0.13
 Release:        1
 License:        GPL+ or Artistic
 %define cpan_name namespace-autoclean
 Summary:        Keep imports out of your namespace
 Url:            http://search.cpan.org/dist/namespace-autoclean/
 Group:          Development/Libraries/Perl
-#Source:         
http://www.cpan.org/authors/id/B/BO/BOBTFISH/namespace-autoclean-%{version}.tar.gz
-Source:         %{cpan_name}-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(B::Hooks::EndOfScope)
 BuildRequires:  perl(Class::MOP) >= 0.80
-BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(namespace::clean) >= 0.20
 BuildRequires:  perl(Sub::Name)
+#BuildRequires: perl(namespace::autoclean)
 Requires:       perl(B::Hooks::EndOfScope)
 Requires:       perl(Class::MOP) >= 0.80
-Requires:       perl(List::Util)
 Requires:       perl(namespace::clean) >= 0.20
 %{perl_requires}
 
@@ -87,11 +85,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes LICENSE README
 
 %changelog

++++++ namespace-autoclean-0.12.tar.gz -> namespace-autoclean-0.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/namespace-autoclean-0.12/Changes 
new/namespace-autoclean-0.13/Changes
--- old/namespace-autoclean-0.12/Changes        2011-02-04 11:43:17.000000000 
+0100
+++ new/namespace-autoclean-0.13/Changes        2011-08-24 10:58:59.000000000 
+0200
@@ -1,3 +1,8 @@
+0.13  Wed, 24 Aug 2010 09:33:00 +0000
+  * Fix issue in dist.ini which was causing links to be incorrectly generated.
+  * Re-package to remove BEGIN { $VERSION hackery by using a newer
+    Dist-Zilla.
+
 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/namespace-autoclean-0.12/LICENSE 
new/namespace-autoclean-0.13/LICENSE
--- old/namespace-autoclean-0.12/LICENSE        2011-02-04 11:43:17.000000000 
+0100
+++ new/namespace-autoclean-0.13/LICENSE        2011-08-24 10:58:59.000000000 
+0200
@@ -18,15 +18,16 @@
 
   The GNU General Public License, Version 1, February 1989
 
-                   GNU GENERAL PUBLIC LICENSE
-                    Version 1, February 1989
+                    GNU GENERAL PUBLIC LICENSE
+                     Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-                59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+                    51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-                           Preamble
+                            Preamble
 
   The license agreements of most software companies try to keep users
 at the mercy of those companies.  By contrast, our General Public
@@ -67,7 +68,7 @@
   The precise terms and conditions for copying, distribution and
 modification follow.
 
-                   GNU GENERAL PUBLIC LICENSE
+                    GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License Agreement applies to any program or other work which
@@ -185,7 +186,7 @@
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-                           NO WARRANTY
+                            NO WARRANTY
 
   9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -207,9 +208,9 @@
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-                    END OF TERMS AND CONDITIONS
+                     END OF TERMS AND CONDITIONS
 
-       Appendix: How to Apply These Terms to Your New Programs
+        Appendix: How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
 possible use to humanity, the best way to achieve this is to make it
@@ -235,8 +236,9 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software Foundation,
-    Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
USA
+
 
 Also add information on how to contact you by electronic and paper mail.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/namespace-autoclean-0.12/META.json 
new/namespace-autoclean-0.13/META.json
--- old/namespace-autoclean-0.12/META.json      2011-02-04 11:43:17.000000000 
+0100
+++ new/namespace-autoclean-0.13/META.json      2011-08-24 10:58:59.000000000 
+0200
@@ -4,7 +4,7 @@
       "Florian Ragwitz <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.200001, CPAN::Meta::Converter 
version 2.101610",
+   "generated_by" : "Dist::Zilla version 4.300000, CPAN::Meta::Converter 
version 2.112150",
    "license" : [
       "perl_5"
    ],
@@ -16,7 +16,7 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "6.31"
+            "ExtUtils::MakeMaker" : "6.30"
          }
       },
       "runtime" : {
@@ -24,7 +24,9 @@
             "B::Hooks::EndOfScope" : 0,
             "Class::MOP" : "0.80",
             "List::Util" : 0,
-            "namespace::clean" : "0.20"
+            "namespace::clean" : "0.20",
+            "strict" : 0,
+            "warnings" : 0
          }
       },
       "test" : {
@@ -38,108 +40,108 @@
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
-         "mailto" : "[email protected]",
-         "web" : 
"http://rt.cpan.org/Public/Dist/Display.html?Name=namespace_autoclean";
+         "mailto" : "[email protected]",
+         "web" : 
"http://rt.cpan.org/Public/Dist/Display.html?Name=namespace-autoclean";
       },
-      "homepage" : "http://search.cpan.org/dist/namespace_autoclean";,
+      "homepage" : "http://metacpan.org/release/namespace-autoclean";,
       "repository" : {
          "type" : "git",
-         "url" : "git://github.com/rafl/namespace_autoclean.git",
-         "web" : "http://github.com/rafl/namespace_autoclean";
+         "url" : "git://github.com/rafl/namespace-autoclean.git",
+         "web" : "http://github.com/rafl/namespace-autoclean";
       }
    },
-   "version" : "0.12",
+   "version" : "0.13",
    "x_Dist_Zilla" : {
       "plugins" : [
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
             "name" : "@FLORA/@Basic/GatherDir",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@FLORA/@Basic/PruneCruft",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@FLORA/@Basic/ManifestSkip",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@FLORA/@Basic/MetaYAML",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@FLORA/@Basic/License",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@FLORA/@Basic/Readme",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
             "name" : "@FLORA/@Basic/ExtraTests",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@FLORA/@Basic/ExecDir",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@FLORA/@Basic/ShareDir",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "name" : "@FLORA/@Basic/MakeMaker",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@FLORA/@Basic/Manifest",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@FLORA/@Basic/TestRelease",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@FLORA/@Basic/ConfirmRelease",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@FLORA/@Basic/UploadToCPAN",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@FLORA/MetaConfig",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@FLORA/MetaJSON",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@FLORA/PkgVersion",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@FLORA/PodSyntaxTests",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::NoTabsTests",
@@ -149,17 +151,17 @@
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
             "name" : "@FLORA/PodCoverageTests",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
             "name" : "@FLORA/MetaResources",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::Authority",
             "name" : "@FLORA/Authority",
-            "version" : "0.01"
+            "version" : "1.005"
          },
          {
             "class" : "Dist::Zilla::Plugin::EOLTests",
@@ -169,40 +171,50 @@
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
             "name" : "@FLORA/PodWeaver",
-            "version" : "3.101640"
+            "version" : "3.101641"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@FLORA/AutoPrereqs",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "4.200001"
+            "version" : "4.300000"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":IncModules",
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "4.200001"
+            "version" : "4.300000"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "4.200001"
+            "version" : "4.300000"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":MainModule",
+            "version" : "4.300000"
          }
       ],
       "zilla" : {
          "class" : "Dist::Zilla::Dist::Builder",
          "config" : {
-            "is_trial" : 0
+            "is_trial" : "0"
          },
-         "version" : "4.200001"
+         "version" : "4.300000"
       }
    },
    "x_authority" : "cpan:FLORA"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/namespace-autoclean-0.12/META.yml 
new/namespace-autoclean-0.13/META.yml
--- old/namespace-autoclean-0.12/META.yml       2011-02-04 11:43:17.000000000 
+0100
+++ new/namespace-autoclean-0.13/META.yml       2011-08-24 10:58:59.000000000 
+0200
@@ -7,9 +7,9 @@
   Sub::Name: 0
   Test::More: 0
 configure_requires:
-  ExtUtils::MakeMaker: 6.31
+  ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200001, CPAN::Meta::Converter version 
2.101610'
+generated_by: 'Dist::Zilla version 4.300000, CPAN::Meta::Converter version 
2.112150'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,85 +20,87 @@
   Class::MOP: 0.80
   List::Util: 0
   namespace::clean: 0.20
+  strict: 0
+  warnings: 0
 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.12
+  bugtracker: 
http://rt.cpan.org/Public/Dist/Display.html?Name=namespace-autoclean
+  homepage: http://metacpan.org/release/namespace-autoclean
+  repository: git://github.com/rafl/namespace-autoclean.git
+version: 0.13
 x_Dist_Zilla:
   plugins:
     -
       class: Dist::Zilla::Plugin::GatherDir
       name: '@FLORA/@Basic/GatherDir'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@FLORA/@Basic/PruneCruft'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@FLORA/@Basic/ManifestSkip'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@FLORA/@Basic/MetaYAML'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::License
       name: '@FLORA/@Basic/License'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@FLORA/@Basic/Readme'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::ExtraTests
       name: '@FLORA/@Basic/ExtraTests'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@FLORA/@Basic/ExecDir'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@FLORA/@Basic/ShareDir'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::MakeMaker
       name: '@FLORA/@Basic/MakeMaker'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@FLORA/@Basic/Manifest'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@FLORA/@Basic/TestRelease'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@FLORA/@Basic/ConfirmRelease'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@FLORA/@Basic/UploadToCPAN'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@FLORA/MetaConfig'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@FLORA/MetaJSON'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@FLORA/PkgVersion'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@FLORA/PodSyntaxTests'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::NoTabsTests
       name: '@FLORA/NoTabsTests'
@@ -106,15 +108,15 @@
     -
       class: Dist::Zilla::Plugin::PodCoverageTests
       name: '@FLORA/PodCoverageTests'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: '@FLORA/MetaResources'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::Authority
       name: '@FLORA/Authority'
-      version: 0.01
+      version: 1.005
     -
       class: Dist::Zilla::Plugin::EOLTests
       name: '@FLORA/EOLTests'
@@ -122,30 +124,38 @@
     -
       class: Dist::Zilla::Plugin::PodWeaver
       name: '@FLORA/PodWeaver'
-      version: 3.101640
+      version: 3.101641
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@FLORA/AutoPrereqs'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 4.200001
+      version: 4.300000
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':IncModules'
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 4.200001
+      version: 4.300000
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 4.200001
+      version: 4.300000
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':MainModule'
+      version: 4.300000
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: 0
-    version: 4.200001
+    version: 4.300000
 x_authority: cpan:FLORA
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/namespace-autoclean-0.12/Makefile.PL 
new/namespace-autoclean-0.13/Makefile.PL
--- old/namespace-autoclean-0.12/Makefile.PL    2011-02-04 11:43:17.000000000 
+0100
+++ new/namespace-autoclean-0.13/Makefile.PL    2011-08-24 10:58:59.000000000 
+0200
@@ -4,34 +4,36 @@
 
 
 
-use ExtUtils::MakeMaker 6.31;
+use ExtUtils::MakeMaker 6.30;
 
 
 
 my %WriteMakefileArgs = (
-  'ABSTRACT' => 'Keep imports out of your namespace',
-  'AUTHOR' => 'Florian Ragwitz <[email protected]>',
-  'BUILD_REQUIRES' => {
-    'Moose::Role' => '0',
-    'Sub::Name' => '0',
-    'Test::More' => '0'
+  "ABSTRACT" => "Keep imports out of your namespace",
+  "AUTHOR" => "Florian Ragwitz <rafl\@debian.org>",
+  "BUILD_REQUIRES" => {
+    "Moose::Role" => 0,
+    "Sub::Name" => 0,
+    "Test::More" => 0
   },
-  'CONFIGURE_REQUIRES' => {
-    'ExtUtils::MakeMaker' => '6.31'
+  "CONFIGURE_REQUIRES" => {
+    "ExtUtils::MakeMaker" => "6.30"
   },
-  '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.20'
+  "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.20",
+    "strict" => 0,
+    "warnings" => 0
   },
-  'VERSION' => '0.12',
-  'test' => {
-    'TESTS' => 't/*.t'
+  "VERSION" => "0.13",
+  "test" => {
+    "TESTS" => "t/*.t"
   }
 );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/namespace-autoclean-0.12/README 
new/namespace-autoclean-0.13/README
--- old/namespace-autoclean-0.12/README 2011-02-04 11:43:17.000000000 +0100
+++ new/namespace-autoclean-0.13/README 2011-08-24 10:58:59.000000000 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution namespace-autoclean,
-version 0.12:
+version 0.13:
 
   Keep imports out of your namespace
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/namespace-autoclean-0.12/dist.ini 
new/namespace-autoclean-0.13/dist.ini
--- old/namespace-autoclean-0.12/dist.ini       2011-02-04 11:43:17.000000000 
+0100
+++ new/namespace-autoclean-0.13/dist.ini       2011-08-24 10:58:59.000000000 
+0200
@@ -1,9 +1,9 @@
 name    = namespace-autoclean
-version = 0.12
+version = 0.13
 author  = Florian Ragwitz <[email protected]>
 license = Perl_5
 copyright_holder = Florian Ragwitz
 
 [@FLORA]
-dist = namespace_autoclean
+dist = namespace-autoclean
 repository_at = github
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/namespace-autoclean-0.12/lib/namespace/autoclean.pm 
new/namespace-autoclean-0.13/lib/namespace/autoclean.pm
--- old/namespace-autoclean-0.12/lib/namespace/autoclean.pm     2011-02-04 
11:43:17.000000000 +0100
+++ new/namespace-autoclean-0.13/lib/namespace/autoclean.pm     2011-08-24 
10:58:59.000000000 +0200
@@ -5,8 +5,8 @@
 BEGIN {
   $namespace::autoclean::AUTHORITY = 'cpan:FLORA';
 }
-BEGIN {
-  $namespace::autoclean::VERSION = '0.12';
+{
+  $namespace::autoclean::VERSION = '0.13';
 }
 # ABSTRACT: Keep imports out of your namespace
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to