r67781 - in /trunk/libnamespace-clean-perl: Changes META.json META.yml Makefile.PL README debian/changelog debian/control dist.ini lib/namespace/clean.pm

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


Author: jawnsy-guest
Date: Sun Jan 23 19:25:40 2011
New Revision: 67781

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67781
Log:
WAITS-FOR: libpackage-stash-perl 0.22
* Bump (build-)dep on libpackage-stash-perl to >= 0.22.

Modified:
    trunk/libnamespace-clean-perl/Changes
    trunk/libnamespace-clean-perl/META.json
    trunk/libnamespace-clean-perl/META.yml
    trunk/libnamespace-clean-perl/Makefile.PL
    trunk/libnamespace-clean-perl/README
    trunk/libnamespace-clean-perl/debian/changelog
    trunk/libnamespace-clean-perl/debian/control
    trunk/libnamespace-clean-perl/dist.ini
    trunk/libnamespace-clean-perl/lib/namespace/clean.pm

Modified: trunk/libnamespace-clean-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/Changes?rev=67781&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/Changes (original)
+++ trunk/libnamespace-clean-perl/Changes Sun Jan 23 19:25:40 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: trunk/libnamespace-clean-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/META.json?rev=67781&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/META.json (original)
+++ trunk/libnamespace-clean-perl/META.json Sun Jan 23 19:25:40 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: trunk/libnamespace-clean-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/META.yml?rev=67781&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/META.yml (original)
+++ trunk/libnamespace-clean-perl/META.yml Sun Jan 23 19:25:40 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: trunk/libnamespace-clean-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/Makefile.PL?rev=67781&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/Makefile.PL (original)
+++ trunk/libnamespace-clean-perl/Makefile.PL Sun Jan 23 19:25:40 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: trunk/libnamespace-clean-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/README?rev=67781&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/README (original)
+++ trunk/libnamespace-clean-perl/README Sun Jan 23 19:25:40 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: trunk/libnamespace-clean-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/debian/changelog?rev=67781&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/debian/changelog (original)
+++ trunk/libnamespace-clean-perl/debian/changelog Sun Jan 23 19:25:40 2011
@@ -1,15 +1,16 @@
-libnamespace-clean-perl (0.19-1) UNRELEASED; urgency=low
+libnamespace-clean-perl (0.20-1) UNRELEASED; urgency=low
 
-  WAITS-FOR: libpackage-stash-perl 0.20
+  WAITS-FOR: libpackage-stash-perl 0.22
 
+  [ Ansgar Burchardt ]
   * New upstream release.
-  * Bump (build-)dep on libpackage-stash-perl to >= 0.18.
+  * Bump (build-)dep on libpackage-stash-perl to >= 0.22.
   * debian/copyright: Update for new upstream release; refer to
     /usr/share/common-licenses/GPL-1; refer to "Debian systems" instead of
     "Debian GNU/Linux systems".
   * Update my email address.
 
- -- Ansgar Burchardt <ansgar at debian.org>  Wed, 05 Jan 2011 14:04:23 +0100
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 23 Jan 2011 14:41:53 -0500
 
 libnamespace-clean-perl (0.18-1) unstable; urgency=low
 

Modified: trunk/libnamespace-clean-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/debian/control?rev=67781&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/debian/control (original)
+++ trunk/libnamespace-clean-perl/debian/control Sun Jan 23 19:25:40 2011
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl, libb-hooks-endofscope-perl,
  libsub-name-perl (>= 0.04), libsub-identify-perl (>= 0.04),
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
- libpackage-stash-perl (>= 0.18)
+ libpackage-stash-perl (>= 0.22)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  Rene Mayorga <rmayorga at debian.org.sv>, gregor herrmann <gregoa at debian.org>,
@@ -19,7 +19,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libb-hooks-endofscope-perl,
  libsub-name-perl (>= 0.04), libsub-identify-perl (>= 0.04),
- libpackage-stash-perl (>= 0.18)
+ libpackage-stash-perl (>= 0.22)
 Description: module for keeping imports and functions out of the current namespace
  namespace::clean is a Perl pragma for keeping imported functions out of the
  current namespace. This is especially important because Perl functions are

Modified: trunk/libnamespace-clean-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/dist.ini?rev=67781&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/dist.ini (original)
+++ trunk/libnamespace-clean-perl/dist.ini Sun Jan 23 19:25:40 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: trunk/libnamespace-clean-perl/lib/namespace/clean.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-clean-perl/lib/namespace/clean.pm?rev=67781&op=diff
==============================================================================
--- trunk/libnamespace-clean-perl/lib/namespace/clean.pm (original)
+++ trunk/libnamespace-clean-perl/lib/namespace/clean.pm Sun Jan 23 19:25:40 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