r76221 - in /branches/upstream/libpackage-deprecationmanager-perl/current: ./ lib/Package/ t/

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Tue Jun 21 16:45:08 UTC 2011


Author: ansgar
Date: Tue Jun 21 16:44:59 2011
New Revision: 76221

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76221
Log:
[svn-upgrade] new version libpackage-deprecationmanager-perl (0.11)

Added:
    branches/upstream/libpackage-deprecationmanager-perl/current/t/release-cpan-changes.t
Removed:
    branches/upstream/libpackage-deprecationmanager-perl/current/SIGNATURE
    branches/upstream/libpackage-deprecationmanager-perl/current/t/release-kwalitee.t
Modified:
    branches/upstream/libpackage-deprecationmanager-perl/current/Changes
    branches/upstream/libpackage-deprecationmanager-perl/current/LICENSE
    branches/upstream/libpackage-deprecationmanager-perl/current/MANIFEST
    branches/upstream/libpackage-deprecationmanager-perl/current/META.json
    branches/upstream/libpackage-deprecationmanager-perl/current/META.yml
    branches/upstream/libpackage-deprecationmanager-perl/current/Makefile.PL
    branches/upstream/libpackage-deprecationmanager-perl/current/README
    branches/upstream/libpackage-deprecationmanager-perl/current/dist.ini
    branches/upstream/libpackage-deprecationmanager-perl/current/lib/Package/DeprecationManager.pm
    branches/upstream/libpackage-deprecationmanager-perl/current/t/release-pod-syntax.t

Modified: branches/upstream/libpackage-deprecationmanager-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-deprecationmanager-perl/current/Changes?rev=76221&op=diff
==============================================================================
--- branches/upstream/libpackage-deprecationmanager-perl/current/Changes (original)
+++ branches/upstream/libpackage-deprecationmanager-perl/current/Changes Tue Jun 21 16:44:59 2011
@@ -1,21 +1,26 @@
-0.10    2010-10-25
+0.11     2011-06-19
+
+- Allow an empty hash for the -deprecations parameter.
+
+
+0.10     2010-10-25
 
 - The test suite now uses Test::Fatal instead of Test::Exception. (Karen
   Etheridge)
 
 
-0.09    2010-10-17
+0.09     2010-10-17
 
 - Added a compilation test, because otherwise all test files could not end up
   doing skip_all, which may make smokers and test harnesses unhappy.
 
 
-0.08    2010-10-15
+0.08     2010-10-15
 
 - Include Test::Requires in prereq list. Reported by Todd Rinaldo. RT #62173.
 
 
-0.07    2010-10-15
+0.07     2010-10-15
 
 - The use of regular expressions in ignores didn't really work in 0.06.
 
@@ -25,13 +30,13 @@
   actually test what I think they should be testing.
 
 
-0.06    2010-10-14
+0.06     2010-10-14
 
 - The -ignore parameter now accepts regular expressions as well as package
   names.
 
 
-0.05    2010-10-14
+0.05     2010-10-14
 
 - Fixed what looked like a bug in -ignore handling, although I couldn't seem
   to write a test that triggered it.
@@ -39,24 +44,24 @@
 - Removed hard dep on Test::Warn for the benefit of Moose.
 
 
-0.04    2010-07-14
+0.04     2010-07-14
 
 - A single feature will now warn more than once if each warning consists of a
   different error message.
 
 
-0.03    2010-07-14
+0.03     2010-07-14
 
 - Added an -ignore parameter when importing Package::DeprecationManager. This
   lets you explicitly ignore packages in the call stack when determining where
   a deprecated feature was called.
 
 
-0.02    2010-07-12
+0.02     2010-07-12
 
 - Made it possible to deprecate any feature, not just a subroutine or method.
 
 
-0.01    2010-07-12
+0.01     2010-07-12
 
 - First release

Modified: branches/upstream/libpackage-deprecationmanager-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-deprecationmanager-perl/current/LICENSE?rev=76221&op=diff
==============================================================================
--- branches/upstream/libpackage-deprecationmanager-perl/current/LICENSE (original)
+++ branches/upstream/libpackage-deprecationmanager-perl/current/LICENSE Tue Jun 21 16:44:59 2011
@@ -1,8 +1,8 @@
-This software is Copyright (c) 2010 by Dave Rolsky.
+This software is Copyright (c) 2011 by Dave Rolsky.
 
 This is free software, licensed under:
 
-  The Artistic License 2.0
+  The Artistic License 2.0 (GPL Compatible)
 
 		       The Artistic License 2.0
 

Modified: branches/upstream/libpackage-deprecationmanager-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-deprecationmanager-perl/current/MANIFEST?rev=76221&op=diff
==============================================================================
--- branches/upstream/libpackage-deprecationmanager-perl/current/MANIFEST (original)
+++ branches/upstream/libpackage-deprecationmanager-perl/current/MANIFEST Tue Jun 21 16:44:59 2011
@@ -6,13 +6,12 @@
 META.yml
 Makefile.PL
 README
-SIGNATURE
 dist.ini
 lib/Package/DeprecationManager.pm
 t/basic.t
 t/compile.t
+t/release-cpan-changes.t
 t/release-eol.t
-t/release-kwalitee.t
 t/release-no-tabs.t
 t/release-pod-coverage.t
 t/release-pod-syntax.t

Modified: branches/upstream/libpackage-deprecationmanager-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-deprecationmanager-perl/current/META.json?rev=76221&op=diff
==============================================================================
--- branches/upstream/libpackage-deprecationmanager-perl/current/META.json (original)
+++ branches/upstream/libpackage-deprecationmanager-perl/current/META.json Tue Jun 21 16:44:59 2011
@@ -4,7 +4,7 @@
       "Dave Rolsky <autarch at urth.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.102342, CPAN::Meta::Converter version 2.101670",
+   "generated_by" : "Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.110930",
    "license" : [
       "artistic_2"
    ],
@@ -16,7 +16,7 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "6.31"
+            "ExtUtils::MakeMaker" : "6.30"
          }
       },
       "runtime" : {
@@ -47,6 +47,6 @@
          "web" : "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Package-DeprecationManager.git;a=summary"
       }
    },
-   "version" : "0.10"
+   "version" : "0.11"
 }
 

Modified: branches/upstream/libpackage-deprecationmanager-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-deprecationmanager-perl/current/META.yml?rev=76221&op=diff
==============================================================================
--- branches/upstream/libpackage-deprecationmanager-perl/current/META.yml (original)
+++ branches/upstream/libpackage-deprecationmanager-perl/current/META.yml Tue Jun 21 16:44:59 2011
@@ -7,9 +7,9 @@
   Test::More: 0.88
   Test::Requires: 0
 configure_requires:
-  ExtUtils::MakeMaker: 6.31
+  ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.102342, CPAN::Meta::Converter version 2.101670'
+generated_by: 'Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.110930'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -23,4 +23,4 @@
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-DeprecationManager
   repository: git://git.moose.perl.org/Package-DeprecationManager.git
-version: 0.10
+version: 0.11

Modified: branches/upstream/libpackage-deprecationmanager-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-deprecationmanager-perl/current/Makefile.PL?rev=76221&op=diff
==============================================================================
--- branches/upstream/libpackage-deprecationmanager-perl/current/Makefile.PL (original)
+++ branches/upstream/libpackage-deprecationmanager-perl/current/Makefile.PL Tue Jun 21 16:44:59 2011
@@ -4,7 +4,7 @@
 
 
 
-use ExtUtils::MakeMaker 6.31;
+use ExtUtils::MakeMaker 6.30;
 
 
 
@@ -17,7 +17,7 @@
     'Test::Requires' => '0'
   },
   'CONFIGURE_REQUIRES' => {
-    'ExtUtils::MakeMaker' => '6.31'
+    'ExtUtils::MakeMaker' => '6.30'
   },
   'DISTNAME' => 'Package-DeprecationManager',
   'EXE_FILES' => [],
@@ -29,7 +29,7 @@
     'Params::Util' => '0',
     'Sub::Install' => '0'
   },
-  'VERSION' => '0.10',
+  'VERSION' => '0.11',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libpackage-deprecationmanager-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-deprecationmanager-perl/current/README?rev=76221&op=diff
==============================================================================
--- branches/upstream/libpackage-deprecationmanager-perl/current/README (original)
+++ branches/upstream/libpackage-deprecationmanager-perl/current/README Tue Jun 21 16:44:59 2011
@@ -1,14 +1,14 @@
 
 
 This archive contains the distribution Package-DeprecationManager,
-version 0.10:
+version 0.11:
 
   Manage deprecation warnings for your distribution
 
-This software is Copyright (c) 2010 by Dave Rolsky.
+This software is Copyright (c) 2011 by Dave Rolsky.
 
 This is free software, licensed under:
 
-  The Artistic License 2.0
+  The Artistic License 2.0 (GPL Compatible)
 
 

Modified: branches/upstream/libpackage-deprecationmanager-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-deprecationmanager-perl/current/dist.ini?rev=76221&op=diff
==============================================================================
--- branches/upstream/libpackage-deprecationmanager-perl/current/dist.ini (original)
+++ branches/upstream/libpackage-deprecationmanager-perl/current/dist.ini Tue Jun 21 16:44:59 2011
@@ -1,8 +1,12 @@
 name    = Package-DeprecationManager
 author  = Dave Rolsky <autarch at urth.org>
-copyright_year = 2010
+license = Artistic_2_0
+copyright_holder = Dave Rolsky
 
-version = 0.10
+version = 0.11
+
+[NextRelease]
+format = %-8v %{yyyy-MM-dd}d
 
 [@Basic]
 
@@ -20,11 +24,11 @@
 
 [PkgVersion]
 
-[KwaliteeTests]
-[PodTests]
+[PodSyntaxTests]
+[PodCoverageTests]
 [NoTabsTests]
 [EOLTests]
-[Signature]
+[Test::CPAN::Changes]
 
 [CheckChangeLog]
 

Modified: branches/upstream/libpackage-deprecationmanager-perl/current/lib/Package/DeprecationManager.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-deprecationmanager-perl/current/lib/Package/DeprecationManager.pm?rev=76221&op=diff
==============================================================================
--- branches/upstream/libpackage-deprecationmanager-perl/current/lib/Package/DeprecationManager.pm (original)
+++ branches/upstream/libpackage-deprecationmanager-perl/current/lib/Package/DeprecationManager.pm Tue Jun 21 16:44:59 2011
@@ -1,6 +1,6 @@
 package Package::DeprecationManager;
 BEGIN {
-  $Package::DeprecationManager::VERSION = '0.10';
+  $Package::DeprecationManager::VERSION = '0.11';
 }
 
 use strict;
@@ -8,7 +8,7 @@
 
 use Carp qw( croak );
 use List::MoreUtils qw( any );
-use Params::Util qw( _HASH );
+use Params::Util qw( _HASH0 );
 use Sub::Install;
 
 sub import {
@@ -17,7 +17,7 @@
 
     croak
         'You must provide a hash reference -deprecations parameter when importing Package::DeprecationManager'
-        unless $args{-deprecations} && _HASH( $args{-deprecations} );
+        unless $args{-deprecations} && _HASH0( $args{-deprecations} );
 
     my %registry;
 
@@ -137,7 +137,7 @@
 
 =head1 VERSION
 
-version 0.10
+version 0.11
 
 =head1 SYNOPSIS
 
@@ -263,11 +263,11 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is Copyright (c) 2010 by Dave Rolsky.
+This software is Copyright (c) 2011 by Dave Rolsky.
 
 This is free software, licensed under:
 
-  The Artistic License 2.0
+  The Artistic License 2.0 (GPL Compatible)
 
 =cut
 

Added: branches/upstream/libpackage-deprecationmanager-perl/current/t/release-cpan-changes.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-deprecationmanager-perl/current/t/release-cpan-changes.t?rev=76221&op=file
==============================================================================
--- branches/upstream/libpackage-deprecationmanager-perl/current/t/release-cpan-changes.t (added)
+++ branches/upstream/libpackage-deprecationmanager-perl/current/t/release-cpan-changes.t Tue Jun 21 16:44:59 2011
@@ -1,0 +1,15 @@
+#!perl
+
+BEGIN {
+  unless ($ENV{RELEASE_TESTING}) {
+    require Test::More;
+    Test::More::plan(skip_all => 'these tests are for release candidate testing');
+  }
+}
+
+
+use Test::More;
+eval 'use Test::CPAN::Changes';
+plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
+changes_ok();
+done_testing();

Modified: branches/upstream/libpackage-deprecationmanager-perl/current/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpackage-deprecationmanager-perl/current/t/release-pod-syntax.t?rev=76221&op=diff
==============================================================================
--- branches/upstream/libpackage-deprecationmanager-perl/current/t/release-pod-syntax.t (original)
+++ branches/upstream/libpackage-deprecationmanager-perl/current/t/release-pod-syntax.t Tue Jun 21 16:44:59 2011
@@ -9,7 +9,7 @@
 
 use Test::More;
 
-eval "use Test::Pod 1.00";
-plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+eval "use Test::Pod 1.41";
+plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
 
 all_pod_files_ok();




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