r25330 - in /branches/upstream/libtest-class-perl/current: Build.PL Changes META.yml Makefile.PL lib/Test/Class.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Sep 18 17:24:11 UTC 2008


Author: ansgar-guest
Date: Thu Sep 18 17:24:08 2008
New Revision: 25330

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25330
Log:
[svn-upgrade] Integrating new upstream version, libtest-class-perl (0.31)

Modified:
    branches/upstream/libtest-class-perl/current/Build.PL
    branches/upstream/libtest-class-perl/current/Changes
    branches/upstream/libtest-class-perl/current/META.yml
    branches/upstream/libtest-class-perl/current/Makefile.PL
    branches/upstream/libtest-class-perl/current/lib/Test/Class.pm

Modified: branches/upstream/libtest-class-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-class-perl/current/Build.PL?rev=25330&op=diff
==============================================================================
--- branches/upstream/libtest-class-perl/current/Build.PL (original)
+++ branches/upstream/libtest-class-perl/current/Build.PL Thu Sep 18 17:24:08 2008
@@ -8,7 +8,7 @@
         'Attribute::Handlers'   => '0.77',
         'Class::ISA'            => '0.32',
         'Devel::Symdump'        => '2.03',
-        'IO::File'              => '1.13',
+        'IO::File'              => '1.09',
         'Storable'              => '2.04',
         'Test::Simple'          => '0.78',
         'Test::Builder'         => '0.78',

Modified: branches/upstream/libtest-class-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-class-perl/current/Changes?rev=25330&op=diff
==============================================================================
--- branches/upstream/libtest-class-perl/current/Changes (original)
+++ branches/upstream/libtest-class-perl/current/Changes Thu Sep 18 17:24:08 2008
@@ -1,3 +1,6 @@
+0.31 - or the "good god adrian is still alive" release
+    -   Downgraded IO::File dependancy to 1.09 (RT#38424 - thanks Mark Stosberg)
+
 0.30 - or the "Oslo QA 2008 #2" release
     -   Move up to depend on Test::Simple 0.78 to stomp on RT##33809
 

Modified: branches/upstream/libtest-class-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-class-perl/current/META.yml?rev=25330&op=diff
==============================================================================
--- branches/upstream/libtest-class-perl/current/META.yml (original)
+++ branches/upstream/libtest-class-perl/current/META.yml Thu Sep 18 17:24:08 2008
@@ -1,6 +1,6 @@
 ---
 name: Test-Class
-version: 0.30
+version: 0.31
 author:
   - 'Adrian Howard <adrianh at quietstars.com>'
 abstract: Easily create test classes in an xUnit/JUnit style
@@ -11,7 +11,7 @@
   Attribute::Handlers: 0.77
   Class::ISA: 0.32
   Devel::Symdump: 2.03
-  IO::File: 1.13
+  IO::File: 1.09
   Storable: 2.04
   Test::Builder: 0.78
   Test::Builder::Tester: 1.02
@@ -22,7 +22,7 @@
 provides:
   Test::Class:
     file: lib/Test/Class.pm
-    version: 0.30
+    version: 0.31
   Test::Class::Load:
     file: lib/Test/Class/Load.pm
     version: 0.03

Modified: branches/upstream/libtest-class-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-class-perl/current/Makefile.PL?rev=25330&op=diff
==============================================================================
--- branches/upstream/libtest-class-perl/current/Makefile.PL (original)
+++ branches/upstream/libtest-class-perl/current/Makefile.PL Thu Sep 18 17:24:08 2008
@@ -9,7 +9,7 @@
                            'Attribute::Handlers' => '0.77',
                            'Class::ISA' => '0.32',
                            'Devel::Symdump' => '2.03',
-                           'IO::File' => '1.13',
+                           'IO::File' => '1.09',
                            'Storable' => '2.04',
                            'Test::Builder' => '0.78',
                            'Test::Builder::Tester' => '1.02',

Modified: branches/upstream/libtest-class-perl/current/lib/Test/Class.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-class-perl/current/lib/Test/Class.pm?rev=25330&op=diff
==============================================================================
--- branches/upstream/libtest-class-perl/current/lib/Test/Class.pm (original)
+++ branches/upstream/libtest-class-perl/current/lib/Test/Class.pm Thu Sep 18 17:24:08 2008
@@ -12,7 +12,7 @@
 use Test::Builder;
 use Test::Class::MethodInfo;
 
-our $VERSION = '0.30';
+our $VERSION = '0.31';
 
 my $Check_block_has_run;
 {




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