r31980 - in /branches/upstream/libmodule-manifest-perl/current: Changes META.yml Makefile.PL lib/Module/Manifest.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Mar 12 22:23:46 UTC 2009


Author: gregoa
Date: Thu Mar 12 22:23:42 2009
New Revision: 31980

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31980
Log:
[svn-upgrade] Integrating new upstream version, libmodule-manifest-perl (0.06)

Modified:
    branches/upstream/libmodule-manifest-perl/current/Changes
    branches/upstream/libmodule-manifest-perl/current/META.yml
    branches/upstream/libmodule-manifest-perl/current/Makefile.PL
    branches/upstream/libmodule-manifest-perl/current/lib/Module/Manifest.pm

Modified: branches/upstream/libmodule-manifest-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-manifest-perl/current/Changes?rev=31980&op=diff
==============================================================================
--- branches/upstream/libmodule-manifest-perl/current/Changes (original)
+++ branches/upstream/libmodule-manifest-perl/current/Changes Thu Mar 12 22:23:42 2009
@@ -1,4 +1,8 @@
 Revision history for Perl extension Module-Manifest
+
+0.06 Thu 12 Mar 2009
+	- Adding a missing Test::Warn dependency
+	- Updated Module::Install to 0.79
 
 0.05 Sat 20 Dec 2008
 	- Added option for file-less parsing

Modified: branches/upstream/libmodule-manifest-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-manifest-perl/current/META.yml?rev=31980&op=diff
==============================================================================
--- branches/upstream/libmodule-manifest-perl/current/META.yml (original)
+++ branches/upstream/libmodule-manifest-perl/current/META.yml Thu Mar 12 22:23:42 2009
@@ -6,6 +6,7 @@
   Cwd: 0
   Test::Exception: 0.27
   Test::More: 0.42
+  Test::Warn: 0.11
 distribution_type: module
 generated_by: 'Module::Install version 0.79'
 license: perl
@@ -26,4 +27,4 @@
   perl: 5.00503
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.05
+version: 0.06

Modified: branches/upstream/libmodule-manifest-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-manifest-perl/current/Makefile.PL?rev=31980&op=diff
==============================================================================
--- branches/upstream/libmodule-manifest-perl/current/Makefile.PL (original)
+++ branches/upstream/libmodule-manifest-perl/current/Makefile.PL Thu Mar 12 22:23:42 2009
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.78;
+use inc::Module::Install 0.79;
 
 all_from      'lib/Module/Manifest.pm';
 requires      'File::Spec'      => '0.80';
@@ -6,6 +6,7 @@
 requires      'Params::Util'    => '0.10';
 test_requires 'Cwd'             => 0;
 test_requires 'Test::More'      => '0.42';
+test_requires 'Test::Warn'      => '0.11';
 test_requires 'Test::Exception' => '0.27';
 no_index      'directory'       => 'examples';
 

Modified: branches/upstream/libmodule-manifest-perl/current/lib/Module/Manifest.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-manifest-perl/current/lib/Module/Manifest.pm?rev=31980&op=diff
==============================================================================
--- branches/upstream/libmodule-manifest-perl/current/lib/Module/Manifest.pm (original)
+++ branches/upstream/libmodule-manifest-perl/current/lib/Module/Manifest.pm Thu Mar 12 22:23:42 2009
@@ -70,7 +70,7 @@
 
 use vars qw{$VERSION};
 BEGIN {
-	$VERSION = '0.05';
+	$VERSION = '0.06';
 }
 
 =pod




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