r12846 - in /branches/upstream/libtest-class-perl/current: Build.PL Changes META.yml Makefile.PL README lib/Test/Class.pm t/developer/spelling.t

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Thu Jan 17 02:22:36 UTC 2008


Author: rmayorga-guest
Date: Thu Jan 17 02:22:35 2008
New Revision: 12846

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

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/README
    branches/upstream/libtest-class-perl/current/lib/Test/Class.pm
    branches/upstream/libtest-class-perl/current/t/developer/spelling.t

Modified: branches/upstream/libtest-class-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libtest-class-perl/current/Build.PL?rev=12846&op=diff
==============================================================================
--- branches/upstream/libtest-class-perl/current/Build.PL (original)
+++ branches/upstream/libtest-class-perl/current/Build.PL Thu Jan 17 02:22:35 2008
@@ -8,12 +8,12 @@
         'Attribute::Handlers'   => '0.77',
         'Class::ISA'            => '0.32',
         'Devel::Symdump'        => '2.03',
-        'IO::File'              => '1.14',
+        'IO::File'              => '1.13',
         'Storable'              => '2.04',
-        'Test::Simple'          => '0.7',
-        'Test::Builder'         => '0.7',
-        'Test::Builder::Tester' => '1.07',
-        'Test::More'            => '0.7',
+        'Test::Simple'          => '0.62',
+        'Test::Builder'         => '0.32',
+        'Test::Builder::Tester' => '1.02',
+        'Test::More'            => '0.62',
         'Test::Exception'       => '0.25',
     },
     create_makefile_pl => 'traditional',

Modified: branches/upstream/libtest-class-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libtest-class-perl/current/Changes?rev=12846&op=diff
==============================================================================
--- branches/upstream/libtest-class-perl/current/Changes (original)
+++ branches/upstream/libtest-class-perl/current/Changes Thu Jan 17 02:22:35 2008
@@ -1,12 +1,16 @@
+0.28 - or the "just for the debian folk" release
+    -   Downgraded some dependencies to avoid some bogus warnings on Debian
+        (thanks Gunnar Wolf & Hynek)
+
 0.27 - or the "Adrian cannot write in English" release
     -   Fixed a couple of typos/grammar stupidities (thank Jim Brandt)
 
 0.26 - or the "really working on windows this time (fingers crossed)" release
-	-	Tests that look at test_err from Test::Builder::Tester now use caller() 
-		to get the filename - just like Test::Builder. So hopefully everything 
-		should work on all platforms this time.
-	-	Updated the Test::* version dependencies to something vaguely modern
-	-	Fixed runtests_die.t, which still had platform-specific paths in
+    -   Tests that look at test_err from Test::Builder::Tester now use caller() 
+        to get the filename - just like Test::Builder. So hopefully everything 
+        should work on all platforms this time.
+    -   Updated the Test::* version dependencies to something vaguely modern
+    -   Fixed runtests_die.t, which still had platform-specific paths in
 
 0.25 - or the "idiotic platform specific tests fixed" release
     -   Fixed RT#31122 that was failing tests on Strawberry Perl

Modified: branches/upstream/libtest-class-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libtest-class-perl/current/META.yml?rev=12846&op=diff
==============================================================================
--- branches/upstream/libtest-class-perl/current/META.yml (original)
+++ branches/upstream/libtest-class-perl/current/META.yml Thu Jan 17 02:22:35 2008
@@ -1,6 +1,6 @@
 ---
 name: Test-Class
-version: 0.27
+version: 0.28
 author:
   - 'Adrian Howard <adrianh at quietstars.com>'
 abstract: Easily create test classes in an xUnit/JUnit style
@@ -11,18 +11,18 @@
   Attribute::Handlers: 0.77
   Class::ISA: 0.32
   Devel::Symdump: 2.03
-  IO::File: 1.14
+  IO::File: 1.13
   Storable: 2.04
-  Test::Builder: 0.7
-  Test::Builder::Tester: 1.07
+  Test::Builder: 0.32
+  Test::Builder::Tester: 1.02
   Test::Exception: 0.25
-  Test::More: 0.7
-  Test::Simple: 0.7
+  Test::More: 0.62
+  Test::Simple: 0.62
   perl: 5.6.1
 provides:
   Test::Class:
     file: lib/Test/Class.pm
-    version: 0.27
+    version: 0.28
   Test::Class::Load:
     file: lib/Test/Class/Load.pm
     version: 0.02

Modified: branches/upstream/libtest-class-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libtest-class-perl/current/Makefile.PL?rev=12846&op=diff
==============================================================================
--- branches/upstream/libtest-class-perl/current/Makefile.PL (original)
+++ branches/upstream/libtest-class-perl/current/Makefile.PL Thu Jan 17 02:22:35 2008
@@ -9,13 +9,13 @@
                            'Attribute::Handlers' => '0.77',
                            'Class::ISA' => '0.32',
                            'Devel::Symdump' => '2.03',
-                           'IO::File' => '1.14',
+                           'IO::File' => '1.13',
                            'Storable' => '2.04',
-                           'Test::Builder' => '0.7',
-                           'Test::Builder::Tester' => '1.07',
+                           'Test::Builder' => '0.32',
+                           'Test::Builder::Tester' => '1.02',
                            'Test::Exception' => '0.25',
-                           'Test::More' => '0.7',
-                           'Test::Simple' => '0.7'
+                           'Test::More' => '0.62',
+                           'Test::Simple' => '0.62'
                          },
           'INSTALLDIRS' => 'site',
           'EXE_FILES' => [],

Modified: branches/upstream/libtest-class-perl/current/README
URL: http://svn.debian.org/wsvn/branches/upstream/libtest-class-perl/current/README?rev=12846&op=diff
==============================================================================
--- branches/upstream/libtest-class-perl/current/README (original)
+++ branches/upstream/libtest-class-perl/current/README Thu Jan 17 02:22:35 2008
@@ -1202,15 +1202,16 @@
 
     Thanks to Adam Kennedy, agianni, Apocalypse, Ask Bjorn Hansen, Chris
     Dolan, Chris Williams, Corion, Daniel Berger, Dave O'Neill, David
-    Cantrell, David Wheeler, Emil Jansson, Hai Pham, imacat, Jeff Deifik,
-    Jochen Stenzel, Johan Lindstrom, John West, Jonathan R. Warden, Joshua
-    ben Jore, Jost Krieger, Kenichi Ishigaki Lee Goddard, Mark Reynolds,
-    Mark Stosberg, Martin Ferrari, Mathieu Sauve-Frankel, Matt Trout, Matt
-    Williamson, Michael G Schwern, Murat Uenalan, Nicholas Clark, Ovid,
-    Piers Cawley, Rob Kinyon, Scott Lanning, Sebastien Aperghis-Tramoni,
-    Steve Kirkup, Stray Toaster, Ted Carnahan, Terrence Brannon, Tom Metro,
-    Tony Bowden, William McKee, various anonymous folk and all the fine
-    people on perl-qa for their feedback, patches, suggestions and nagging.
+    Cantrell, David Wheeler, Emil Jansson, Gunnar Wolf, Hai Pham, Hynek,
+    imacat, Jeff Deifik, Jim Brandt, Jochen Stenzel, Johan Lindstrom, John
+    West, Jonathan R. Warden, Joshua ben Jore, Jost Krieger, Kenichi
+    Ishigaki Lee Goddard, Mark Reynolds, Mark Stosberg, Martin Ferrari,
+    Mathieu Sauve-Frankel, Matt Trout, Matt Williamson, Michael G Schwern,
+    Murat Uenalan, Nicholas Clark, Ovid, Piers Cawley, Rob Kinyon, Scott
+    Lanning, Sebastien Aperghis-Tramoni, Steve Kirkup, Stray Toaster, Ted
+    Carnahan, Terrence Brannon, Tom Metro, Tony Bowden, William McKee,
+    various anonymous folk and all the fine people on perl-qa for their
+    feedback, patches, suggestions and nagging.
 
     This module wouldn't be possible without the excellent Test::Builder.
     Thanks to chromatic and Michael G Schwern for creating such a useful

Modified: branches/upstream/libtest-class-perl/current/lib/Test/Class.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libtest-class-perl/current/lib/Test/Class.pm?rev=12846&op=diff
==============================================================================
--- branches/upstream/libtest-class-perl/current/lib/Test/Class.pm (original)
+++ branches/upstream/libtest-class-perl/current/lib/Test/Class.pm Thu Jan 17 02:22:35 2008
@@ -12,7 +12,7 @@
 use Test::Builder;
 use Test::Class::MethodInfo;
 
-our $VERSION = '0.27';
+our $VERSION = '0.28';
 
 my $Check_block_has_run;
 {
@@ -1534,9 +1534,12 @@
 David Cantrell,
 David Wheeler,
 Emil Jansson, 
+Gunnar Wolf,
 Hai Pham,
+Hynek,
 imacat,
 Jeff Deifik,
+Jim Brandt,
 Jochen Stenzel,
 Johan Lindstrom, 
 John West,

Modified: branches/upstream/libtest-class-perl/current/t/developer/spelling.t
URL: http://svn.debian.org/wsvn/branches/upstream/libtest-class-perl/current/t/developer/spelling.t?rev=12846&op=diff
==============================================================================
--- branches/upstream/libtest-class-perl/current/t/developer/spelling.t (original)
+++ branches/upstream/libtest-class-perl/current/t/developer/spelling.t Thu Jan 17 02:22:35 2008
@@ -100,3 +100,5 @@
 Curtis
 gnarly
 Dolan
+Brandt
+Hynek




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