r67778 - in /branches/upstream/libnamespace-clean-perl/current: Changes META.json META.yml Makefile.PL README dist.ini lib/namespace/clean.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 23 19:19:48 UTC 2011


Author: jawnsy-guest
Date: Sun Jan 23 19:19:30 2011
New Revision: 67778

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

Modified:
    branches/upstream/libnamespace-clean-perl/current/Changes
    branches/upstream/libnamespace-clean-perl/current/META.json
    branches/upstream/libnamespace-clean-perl/current/META.yml
    branches/upstream/libnamespace-clean-perl/current/Makefile.PL
    branches/upstream/libnamespace-clean-perl/current/README
    branches/upstream/libnamespace-clean-perl/current/dist.ini
    branches/upstream/libnamespace-clean-perl/current/lib/namespace/clean.pm

Modified: branches/upstream/libnamespace-clean-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-clean-perl/current/Changes?rev=67778&op=diff
==============================================================================
--- branches/upstream/libnamespace-clean-perl/current/Changes (original)
+++ branches/upstream/libnamespace-clean-perl/current/Changes Sun Jan 23 19:19:30 2011
@@ -1,3 +1,7 @@
+    [0.20]
+        - Bump Package::Stash dependency to 0.22 to pull in a bugfix in
+          Package::Stash::XS 0.19.
+
     [0.19]
         - Port to the new Package::Stash 0.18 API and depend on it.
         - Don't rely on package::stash's remove_package_symbol implementation

Modified: branches/upstream/libnamespace-clean-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-clean-perl/current/META.json?rev=67778&op=diff
==============================================================================
--- branches/upstream/libnamespace-clean-perl/current/META.json (original)
+++ branches/upstream/libnamespace-clean-perl/current/META.json Sun Jan 23 19:19:30 2011
@@ -24,7 +24,7 @@
       "runtime" : {
          "requires" : {
             "B::Hooks::EndOfScope" : "0.07",
-            "Package::Stash" : "0.18",
+            "Package::Stash" : "0.22",
             "Sub::Identify" : "0.04",
             "Sub::Name" : "0.04",
             "vars" : 0
@@ -52,7 +52,7 @@
          "web" : "http://github.com/rafl/namespace-clean"
       }
    },
-   "version" : "0.19",
+   "version" : "0.20",
    "x_Dist_Zilla" : {
       "plugins" : [
          {

Modified: branches/upstream/libnamespace-clean-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-clean-perl/current/META.yml?rev=67778&op=diff
==============================================================================
--- branches/upstream/libnamespace-clean-perl/current/META.yml (original)
+++ branches/upstream/libnamespace-clean-perl/current/META.yml Sun Jan 23 19:19:30 2011
@@ -20,7 +20,7 @@
 name: namespace-clean
 requires:
   B::Hooks::EndOfScope: 0.07
-  Package::Stash: 0.18
+  Package::Stash: 0.22
   Sub::Identify: 0.04
   Sub::Name: 0.04
   vars: 0
@@ -28,7 +28,7 @@
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=namespace-clean
   homepage: http://search.cpan.org/dist/namespace-clean
   repository: git://github.com/rafl/namespace-clean.git
-version: 0.19
+version: 0.20
 x_Dist_Zilla:
   plugins:
     -

Modified: branches/upstream/libnamespace-clean-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-clean-perl/current/Makefile.PL?rev=67778&op=diff
==============================================================================
--- branches/upstream/libnamespace-clean-perl/current/Makefile.PL (original)
+++ branches/upstream/libnamespace-clean-perl/current/Makefile.PL Sun Jan 23 19:19:30 2011
@@ -26,12 +26,12 @@
   'NAME' => 'namespace::clean',
   'PREREQ_PM' => {
     'B::Hooks::EndOfScope' => '0.07',
-    'Package::Stash' => '0.18',
+    'Package::Stash' => '0.22',
     'Sub::Identify' => '0.04',
     'Sub::Name' => '0.04',
     'vars' => '0'
   },
-  'VERSION' => '0.19',
+  'VERSION' => '0.20',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libnamespace-clean-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-clean-perl/current/README?rev=67778&op=diff
==============================================================================
--- branches/upstream/libnamespace-clean-perl/current/README (original)
+++ branches/upstream/libnamespace-clean-perl/current/README Sun Jan 23 19:19:30 2011
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution namespace-clean,
-version 0.19:
+version 0.20:
 
   Keep imports and functions out of your namespace
 

Modified: branches/upstream/libnamespace-clean-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-clean-perl/current/dist.ini?rev=67778&op=diff
==============================================================================
--- branches/upstream/libnamespace-clean-perl/current/dist.ini (original)
+++ branches/upstream/libnamespace-clean-perl/current/dist.ini Sun Jan 23 19:19:30 2011
@@ -1,5 +1,5 @@
 name    = namespace-clean
-version = 0.19
+version = 0.20
 author  = Robert 'phaylon' Sedlacek <rs at 474.at>
 author  = Florian Ragwitz <rafl at debian.org>
 author  = Jesse Luehrs <doy at tozt.net>

Modified: branches/upstream/libnamespace-clean-perl/current/lib/namespace/clean.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnamespace-clean-perl/current/lib/namespace/clean.pm?rev=67778&op=diff
==============================================================================
--- branches/upstream/libnamespace-clean-perl/current/lib/namespace/clean.pm (original)
+++ branches/upstream/libnamespace-clean-perl/current/lib/namespace/clean.pm Sun Jan 23 19:19:30 2011
@@ -3,7 +3,7 @@
   $namespace::clean::AUTHORITY = 'cpan:PHAYLON';
 }
 BEGIN {
-  $namespace::clean::VERSION = '0.19';
+  $namespace::clean::VERSION = '0.20';
 }
 # ABSTRACT: Keep imports and functions out of your namespace
 
@@ -13,7 +13,7 @@
 use vars qw( $STORAGE_VAR );
 use Sub::Name 0.04 qw(subname);
 use Sub::Identify 0.04 qw(sub_fullname);
-use Package::Stash 0.18;
+use Package::Stash 0.22;
 use B::Hooks::EndOfScope 0.07;
 
 $STORAGE_VAR = '__NAMESPACE_CLEAN_STORAGE';




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