r37817 - in /trunk/libnamespace-autoclean-perl: Changes META.yml Makefile.PL README debian/changelog dist.ini lib/namespace/autoclean.pm t/role.t

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Jun 7 21:04:54 UTC 2009


Author: ryan52-guest
Date: Sun Jun  7 21:04:49 2009
New Revision: 37817

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37817
Log:
New upstream release

Modified:
    trunk/libnamespace-autoclean-perl/Changes
    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/role.t

Modified: trunk/libnamespace-autoclean-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/Changes?rev=37817&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/Changes (original)
+++ trunk/libnamespace-autoclean-perl/Changes Sun Jun  7 21:04:49 2009
@@ -1,9 +1,13 @@
+0.08  Sun, 07 Jun 2009 17:34:02 +0200
+  * Run the role tests again Moose >= 0.56 only.
+  * Add diagnostic for the Moose version to the role test.
+
 0.07  Wed, 27 May 2009 22:27:46 +0200
- * Drop the useless Class::MOP::class_of call (Chris Prather).
- * Extend -also to make it accept coderefs and regexen (Kent Fredric).
+  * Drop the useless Class::MOP::class_of call (Chris Prather).
+  * Extend -also to make it accept coderefs and regexen (Kent Fredric).
 
 0.06  Wed, 20 May 2009 15:14:36 +0200
- * Allow selection of explicit cleanee (Shawn M Moore).
+  * Allow selection of explicit cleanee (Shawn M Moore).
 
 0.05  Fri, 01 May 2009 12:44:25 +0200
   * Don't clean the 'meta' method for Moose roles, even if it's not

Modified: trunk/libnamespace-autoclean-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/META.yml?rev=37817&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/META.yml (original)
+++ trunk/libnamespace-autoclean-perl/META.yml Sun Jun  7 21:04:49 2009
@@ -2,7 +2,7 @@
 abstract: 'Keep imports out of your namespace'
 author:
   - 'Florian Ragwitz <rafl at debian.org>'
-generated_by: 'Dist::Zilla::Plugin::MetaYAML version 1.091440'
+generated_by: 'Dist::Zilla::Plugin::MetaYAML version 1.091480'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -13,4 +13,4 @@
   Class::MOP: 0.80
   List::Util: 0
   namespace::clean: 0.11
-version: 0.07
+version: 0.08

Modified: trunk/libnamespace-autoclean-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/Makefile.PL?rev=37817&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/Makefile.PL (original)
+++ trunk/libnamespace-autoclean-perl/Makefile.PL Sun Jun  7 21:04:49 2009
@@ -8,8 +8,8 @@
   DISTNAME  => 'namespace-autoclean',
   NAME      => 'namespace::autoclean',
   AUTHOR    => 'Florian\ Ragwitz\ \<rafl\@debian\.org\>',
-  ABSTRACT  => 'Keep imports out of your namespace',
-  VERSION   => '0.07',
+  ABSTRACT  => 'Keep\ imports\ out\ of\ your\ namespace',
+  VERSION   => '0.08',
   EXE_FILES => [ qw() ],
   (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
   PREREQ_PM    => {

Modified: trunk/libnamespace-autoclean-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/README?rev=37817&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/README (original)
+++ trunk/libnamespace-autoclean-perl/README Sun Jun  7 21:04:49 2009
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution namespace-autoclean, version
-0.07:
+0.08:
 
   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=37817&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/debian/changelog (original)
+++ trunk/libnamespace-autoclean-perl/debian/changelog Sun Jun  7 21:04:49 2009
@@ -1,8 +1,12 @@
-libnamespace-autoclean-perl (0.07-2) UNRELEASED; urgency=low
+libnamespace-autoclean-perl (0.08-1) UNRELEASED; urgency=low
 
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:36:32 +0000
+  [ Ryan Niebur ]
+  * New upstream release
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 07 Jun 2009 14:04:41 -0700
 
 libnamespace-autoclean-perl (0.07-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=37817&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/dist.ini (original)
+++ trunk/libnamespace-autoclean-perl/dist.ini Sun Jun  7 21:04:49 2009
@@ -1,5 +1,5 @@
 name    = namespace-autoclean
-version = 0.07
+version = 0.08
 author  = Florian Ragwitz <rafl at debian.org>
 license = Perl_5
 copyright_holder = Florian Ragwitz

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=37817&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/lib/namespace/autoclean.pm (original)
+++ trunk/libnamespace-autoclean-perl/lib/namespace/autoclean.pm Sun Jun  7 21:04:49 2009
@@ -2,7 +2,7 @@
 use warnings;
 
 package namespace::autoclean;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 # ABSTRACT: Keep imports out of your namespace
 
@@ -61,7 +61,7 @@
 
 =head1 VERSION
 
-version 0.07
+version 0.08
 
 =head1 SYNOPSIS
 

Modified: trunk/libnamespace-autoclean-perl/t/role.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/t/role.t?rev=37817&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/t/role.t (original)
+++ trunk/libnamespace-autoclean-perl/t/role.t Sun Jun  7 21:04:49 2009
@@ -3,9 +3,13 @@
 use Test::More;
 
 BEGIN {
-    eval 'use Moose ()';
-    plan skip_all => 'requires Moose' if $@;
+    eval 'use Moose 0.56 ()';
+    plan skip_all => 'requires Moose 0.56' if $@;
     plan tests => 1;
+}
+
+BEGIN {
+    diag "Testing with Moose $Moose::VERSION";
 }
 
 {




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