r54941 - in /branches/upstream/libsoftware-license-perl/current: Changes META.yml Makefile.PL lib/Software/License.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Mar 28 18:24:52 UTC 2010


Author: gregoa
Date: Sun Mar 28 18:24:34 2010
New Revision: 54941

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54941
Log:
[svn-upgrade] Integrating new upstream version, libsoftware-license-perl (0.015)

Modified:
    branches/upstream/libsoftware-license-perl/current/Changes
    branches/upstream/libsoftware-license-perl/current/META.yml
    branches/upstream/libsoftware-license-perl/current/Makefile.PL
    branches/upstream/libsoftware-license-perl/current/lib/Software/License.pm

Modified: branches/upstream/libsoftware-license-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsoftware-license-perl/current/Changes?rev=54941&op=diff
==============================================================================
--- branches/upstream/libsoftware-license-perl/current/Changes (original)
+++ branches/upstream/libsoftware-license-perl/current/Changes Sun Mar 28 18:24:34 2010
@@ -1,4 +1,7 @@
 Revision history for Software-License
+
+0.015     2010-03-26
+          up the Test::More prereq
 
 0.014     2010-03-23
           add meta_name to almost all remaining licenses, and add a test

Modified: branches/upstream/libsoftware-license-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsoftware-license-perl/current/META.yml?rev=54941&op=diff
==============================================================================
--- branches/upstream/libsoftware-license-perl/current/META.yml (original)
+++ branches/upstream/libsoftware-license-perl/current/META.yml Sun Mar 28 18:24:34 2010
@@ -4,6 +4,7 @@
   - 'Ricardo Signes <rjbs at cpan.org>'
 build_requires:
   ExtUtils::MakeMaker: 6.42
+  Test::More: 0.88
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 distribution_type: module
@@ -26,4 +27,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://github.com/rjbs/software-license
-version: 0.014
+version: 0.015

Modified: branches/upstream/libsoftware-license-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsoftware-license-perl/current/Makefile.PL?rev=54941&op=diff
==============================================================================
--- branches/upstream/libsoftware-license-perl/current/Makefile.PL (original)
+++ branches/upstream/libsoftware-license-perl/current/Makefile.PL Sun Mar 28 18:24:34 2010
@@ -12,6 +12,8 @@
 requires('Sub::Install'        => '0.000'); # minimum unknown
 requires('Text::Template'      => '0.000'); # minimum unknown
 
+build_requires('Test::More'    => '0.88'); # done_testing!
+
 extra_tests;
 
 repository('http://github.com/rjbs/software-license');

Modified: branches/upstream/libsoftware-license-perl/current/lib/Software/License.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsoftware-license-perl/current/lib/Software/License.pm?rev=54941&op=diff
==============================================================================
--- branches/upstream/libsoftware-license-perl/current/lib/Software/License.pm (original)
+++ branches/upstream/libsoftware-license-perl/current/lib/Software/License.pm Sun Mar 28 18:24:34 2010
@@ -9,11 +9,11 @@
 
 =head1 VERSION
 
-version 0.014
-
-=cut
-
-our $VERSION = '0.014';
+version 0.015
+
+=cut
+
+our $VERSION = '0.015';
 
 use Data::Section -setup => { header_re => qr/\A__([^_]+)__\Z/ };
 use Sub::Install ();




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