r11626 - in /branches/upstream/libroman-perl/current: Changes META.yml Makefile.PL lib/Roman.pm

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Tue Dec 25 22:58:31 UTC 2007


Author: gregoa-guest
Date: Tue Dec 25 22:58:31 2007
New Revision: 11626

URL: http://svn.debian.org/wsvn/?sc=1&rev=11626
Log:
[svn-upgrade] Integrating new upstream version, libroman-perl (1.22)

Modified:
    branches/upstream/libroman-perl/current/Changes
    branches/upstream/libroman-perl/current/META.yml
    branches/upstream/libroman-perl/current/Makefile.PL
    branches/upstream/libroman-perl/current/lib/Roman.pm

Modified: branches/upstream/libroman-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libroman-perl/current/Changes?rev=11626&op=diff
==============================================================================
--- branches/upstream/libroman-perl/current/Changes (original)
+++ branches/upstream/libroman-perl/current/Changes Tue Dec 25 22:58:31 2007
@@ -1,4 +1,7 @@
 Revision history for Roman
+
+1.22  20 Dec 2007, Perl 20th birthday version
+        Require a new version of Exporter
 
 1.21  26 Nov 2007
         Requires 5.006 instead of 5.6.0.

Modified: branches/upstream/libroman-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libroman-perl/current/META.yml?rev=11626&op=diff
==============================================================================
--- branches/upstream/libroman-perl/current/META.yml (original)
+++ branches/upstream/libroman-perl/current/META.yml Tue Dec 25 22:58:31 2007
@@ -1,11 +1,12 @@
 --- #YAML:1.0
 name:                Roman
-version:             1.21
+version:             1.22
 abstract:            Perl module for conversion between Roman and Arabic numerals.
 license:             perl
 generated_by:        ExtUtils::MakeMaker version 6.32
 distribution_type:   module
 requires:     
+    Exporter:                      5.57
     Test::More:                    0
 meta-spec:
     url:     http://module-build.sourceforge.net/META-spec-v1.2.html

Modified: branches/upstream/libroman-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libroman-perl/current/Makefile.PL?rev=11626&op=diff
==============================================================================
--- branches/upstream/libroman-perl/current/Makefile.PL (original)
+++ branches/upstream/libroman-perl/current/Makefile.PL Tue Dec 25 22:58:31 2007
@@ -11,6 +11,7 @@
     PL_FILES            => {},
     PREREQ_PM => {
         'Test::More' => 0,
+        'Exporter' => 5.57,
     },
     ($ExtUtils::MakeMaker::VERSION gt '6.30'? 
      ('LICENSE'		=> 'perl', ) : ()),

Modified: branches/upstream/libroman-perl/current/lib/Roman.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libroman-perl/current/lib/Roman.pm?rev=11626&op=diff
==============================================================================
--- branches/upstream/libroman-perl/current/lib/Roman.pm (original)
+++ branches/upstream/libroman-perl/current/lib/Roman.pm Tue Dec 25 22:58:31 2007
@@ -3,7 +3,7 @@
 use 5.006;
 use strict;
 use warnings;
-our $VERSION='1.21';
+our $VERSION='1.22';
 
 =head1 NAME
 




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