r31982 - in /trunk/libmodule-manifest-perl: Changes META.yml Makefile.PL debian/changelog lib/Module/Manifest.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Mar 12 22:25:11 UTC 2009


Author: gregoa
Date: Thu Mar 12 22:25:08 2009
New Revision: 31982

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

Modified:
    trunk/libmodule-manifest-perl/Changes
    trunk/libmodule-manifest-perl/META.yml
    trunk/libmodule-manifest-perl/Makefile.PL
    trunk/libmodule-manifest-perl/debian/changelog
    trunk/libmodule-manifest-perl/lib/Module/Manifest.pm

Modified: trunk/libmodule-manifest-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-manifest-perl/Changes?rev=31982&op=diff
==============================================================================
--- trunk/libmodule-manifest-perl/Changes (original)
+++ trunk/libmodule-manifest-perl/Changes Thu Mar 12 22:25:08 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: trunk/libmodule-manifest-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-manifest-perl/META.yml?rev=31982&op=diff
==============================================================================
--- trunk/libmodule-manifest-perl/META.yml (original)
+++ trunk/libmodule-manifest-perl/META.yml Thu Mar 12 22:25:08 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: trunk/libmodule-manifest-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-manifest-perl/Makefile.PL?rev=31982&op=diff
==============================================================================
--- trunk/libmodule-manifest-perl/Makefile.PL (original)
+++ trunk/libmodule-manifest-perl/Makefile.PL Thu Mar 12 22:25:08 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: trunk/libmodule-manifest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-manifest-perl/debian/changelog?rev=31982&op=diff
==============================================================================
--- trunk/libmodule-manifest-perl/debian/changelog (original)
+++ trunk/libmodule-manifest-perl/debian/changelog Thu Mar 12 22:25:08 2009
@@ -1,3 +1,9 @@
+libmodule-manifest-perl (0.06-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 12 Mar 2009 23:24:16 +0100
+
 libmodule-manifest-perl (0.05-1) unstable; urgency=low
 
   [ Ansgar Burchardt ]

Modified: trunk/libmodule-manifest-perl/lib/Module/Manifest.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-manifest-perl/lib/Module/Manifest.pm?rev=31982&op=diff
==============================================================================
--- trunk/libmodule-manifest-perl/lib/Module/Manifest.pm (original)
+++ trunk/libmodule-manifest-perl/lib/Module/Manifest.pm Thu Mar 12 22:25:08 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