r64041 - in /trunk/libstring-formatter-perl: Changes META.json META.yml Makefile.PL README debian/changelog lib/String/Formatter.pm lib/String/Formatter/Cookbook.pm t/stringf.t

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Wed Oct 20 07:26:24 UTC 2010


Author: carnil
Date: Wed Oct 20 07:25:46 2010
New Revision: 64041

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64041
Log:
# Adds explicit requirements on Test::More 0.88
IGNORE-VERSION: 0.102082-1
* New upstream release

Modified:
    trunk/libstring-formatter-perl/Changes
    trunk/libstring-formatter-perl/META.json
    trunk/libstring-formatter-perl/META.yml
    trunk/libstring-formatter-perl/Makefile.PL
    trunk/libstring-formatter-perl/README
    trunk/libstring-formatter-perl/debian/changelog
    trunk/libstring-formatter-perl/lib/String/Formatter.pm
    trunk/libstring-formatter-perl/lib/String/Formatter/Cookbook.pm
    trunk/libstring-formatter-perl/t/stringf.t

Modified: trunk/libstring-formatter-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-formatter-perl/Changes?rev=64041&op=diff
==============================================================================
--- trunk/libstring-formatter-perl/Changes (original)
+++ trunk/libstring-formatter-perl/Changes Wed Oct 20 07:25:46 2010
@@ -1,4 +1,6 @@
 Revision history for String-Formatter
+
+0.102082  2010-10-19 14:34:34 America/New_York
 
 0.102081  2010-10-17 13:40:26 America/New_York
           allow subclasses to provide default_codes

Modified: trunk/libstring-formatter-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-formatter-perl/META.json?rev=64041&op=diff
==============================================================================
--- trunk/libstring-formatter-perl/META.json (original)
+++ trunk/libstring-formatter-perl/META.json Wed Oct 20 07:25:46 2010
@@ -29,7 +29,7 @@
       },
       "test" : {
          "requires" : {
-            "Test::More" : 0
+            "Test::More" : "0.88"
          }
       }
    },
@@ -40,7 +40,7 @@
          "url" : "git://git.codesimply.com/String-Formatter.git"
       }
    },
-   "version" : "0.102081",
+   "version" : "0.102082",
    "x_Dist_Zilla" : {
       "plugins" : [
          {

Modified: trunk/libstring-formatter-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-formatter-perl/META.yml?rev=64041&op=diff
==============================================================================
--- trunk/libstring-formatter-perl/META.yml (original)
+++ trunk/libstring-formatter-perl/META.yml Wed Oct 20 07:25:46 2010
@@ -4,7 +4,7 @@
   - 'Ricardo Signes <rjbs at cpan.org>'
   - 'Darren Chamberlain <darren at cpan.org>'
 build_requires:
-  Test::More: 0
+  Test::More: 0.88
 configure_requires:
   ExtUtils::MakeMaker: 6.31
 dynamic_config: 0
@@ -20,7 +20,7 @@
   perl: 5.006
 resources:
   repository: git://git.codesimply.com/String-Formatter.git
-version: 0.102081
+version: 0.102082
 x_Dist_Zilla:
   plugins:
     -

Modified: trunk/libstring-formatter-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-formatter-perl/Makefile.PL?rev=64041&op=diff
==============================================================================
--- trunk/libstring-formatter-perl/Makefile.PL (original)
+++ trunk/libstring-formatter-perl/Makefile.PL Wed Oct 20 07:25:46 2010
@@ -12,7 +12,7 @@
   'ABSTRACT' => 'build sprintf-like functions of your own',
   'AUTHOR' => 'Ricardo Signes <rjbs at cpan.org>, Darren Chamberlain <darren at cpan.org>',
   'BUILD_REQUIRES' => {
-    'Test::More' => '0'
+    'Test::More' => '0.88'
   },
   'CONFIGURE_REQUIRES' => {
     'ExtUtils::MakeMaker' => '6.31'
@@ -25,7 +25,7 @@
     'Params::Util' => '0',
     'Sub::Exporter' => '0'
   },
-  'VERSION' => '0.102081',
+  'VERSION' => '0.102082',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: trunk/libstring-formatter-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-formatter-perl/README?rev=64041&op=diff
==============================================================================
--- trunk/libstring-formatter-perl/README (original)
+++ trunk/libstring-formatter-perl/README Wed Oct 20 07:25:46 2010
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution String-Formatter,
-version 0.102081:
+version 0.102082:
 
   build sprintf-like functions of your own
 

Modified: trunk/libstring-formatter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-formatter-perl/debian/changelog?rev=64041&op=diff
==============================================================================
--- trunk/libstring-formatter-perl/debian/changelog (original)
+++ trunk/libstring-formatter-perl/debian/changelog Wed Oct 20 07:25:46 2010
@@ -1,3 +1,11 @@
+libstring-formatter-perl (0.102082-1) UNRELEASED; urgency=low
+
+  # Adds explicit requirements on Test::More 0.88
+  IGNORE-VERSION: 0.102082-1
+  * New upstream release
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Wed, 20 Oct 2010 09:23:32 +0200
+
 libstring-formatter-perl (0.102081-1) unstable; urgency=low
 
   [ Salvatore Bonaccorso ]

Modified: trunk/libstring-formatter-perl/lib/String/Formatter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-formatter-perl/lib/String/Formatter.pm?rev=64041&op=diff
==============================================================================
--- trunk/libstring-formatter-perl/lib/String/Formatter.pm (original)
+++ trunk/libstring-formatter-perl/lib/String/Formatter.pm Wed Oct 20 07:25:46 2010
@@ -2,7 +2,7 @@
 use warnings;
 package String::Formatter;
 BEGIN {
-  $String::Formatter::VERSION = '0.102081';
+  $String::Formatter::VERSION = '0.102082';
 }
 # ABSTRACT: build sprintf-like functions of your own
 
@@ -309,7 +309,7 @@
 
 =head1 VERSION
 
-version 0.102081
+version 0.102082
 
 =head1 WARNING
 

Modified: trunk/libstring-formatter-perl/lib/String/Formatter/Cookbook.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-formatter-perl/lib/String/Formatter/Cookbook.pm?rev=64041&op=diff
==============================================================================
--- trunk/libstring-formatter-perl/lib/String/Formatter/Cookbook.pm (original)
+++ trunk/libstring-formatter-perl/lib/String/Formatter/Cookbook.pm Wed Oct 20 07:25:46 2010
@@ -2,7 +2,7 @@
 use warnings;
 package String::Formatter::Cookbook;
 BEGIN {
-  $String::Formatter::Cookbook::VERSION = '0.102081';
+  $String::Formatter::Cookbook::VERSION = '0.102082';
 }
 # ABSTRACT: ways to put String::Formatter to use
 1;
@@ -17,7 +17,7 @@
 
 =head1 VERSION
 
-version 0.102081
+version 0.102082
 
 =head1 OVERVIEW
 

Modified: trunk/libstring-formatter-perl/t/stringf.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-formatter-perl/t/stringf.t?rev=64041&op=diff
==============================================================================
--- trunk/libstring-formatter-perl/t/stringf.t (original)
+++ trunk/libstring-formatter-perl/t/stringf.t Wed Oct 20 07:25:46 2010
@@ -1,7 +1,7 @@
 #!perl
 use strict;
 
-use Test::More;
+use Test::More 0.88;
 
 use String::Formatter
   stringf => {




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