r52003 - in /branches/upstream/liborlite-perl/current: Changes META.yml lib/ORLite.pm t/08_prune.pl t/12_xs.t t/15_array_xs.t t/lib/Test.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Feb 2 02:46:00 UTC 2010


Author: jawnsy-guest
Date: Tue Feb  2 02:45:50 2010
New Revision: 52003

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

Modified:
    branches/upstream/liborlite-perl/current/Changes
    branches/upstream/liborlite-perl/current/META.yml
    branches/upstream/liborlite-perl/current/lib/ORLite.pm
    branches/upstream/liborlite-perl/current/t/08_prune.pl
    branches/upstream/liborlite-perl/current/t/12_xs.t
    branches/upstream/liborlite-perl/current/t/15_array_xs.t
    branches/upstream/liborlite-perl/current/t/lib/Test.pm

Modified: branches/upstream/liborlite-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liborlite-perl/current/Changes?rev=52003&op=diff
==============================================================================
--- branches/upstream/liborlite-perl/current/Changes (original)
+++ branches/upstream/liborlite-perl/current/Changes Tue Feb  2 02:45:50 2010
@@ -1,4 +1,7 @@
 Changes for Perl extension ORLite
+
+1.40 Mon  1 Fed 2010
+	- Fixed backwards test skipping logic
 
 1.39 Fri 29 Jan 2010
 	- Typo in the tests, they now run >= instead of > 1.05

Modified: branches/upstream/liborlite-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liborlite-perl/current/META.yml?rev=52003&op=diff
==============================================================================
--- branches/upstream/liborlite-perl/current/META.yml (original)
+++ branches/upstream/liborlite-perl/current/META.yml Tue Feb  2 02:45:50 2010
@@ -34,4 +34,4 @@
   ChangeLog: http://fisheye2.atlassian.com/changelog/cpan/trunk/ORLite
   license: http://dev.perl.org/licenses/
   repository: http://svn.ali.as/cpan/trunk/ORLite
-version: 1.39
+version: 1.40

Modified: branches/upstream/liborlite-perl/current/lib/ORLite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liborlite-perl/current/lib/ORLite.pm?rev=52003&op=diff
==============================================================================
--- branches/upstream/liborlite-perl/current/lib/ORLite.pm (original)
+++ branches/upstream/liborlite-perl/current/lib/ORLite.pm Tue Feb  2 02:45:50 2010
@@ -15,7 +15,7 @@
 
 use vars qw{$VERSION};
 BEGIN {
-	$VERSION = '1.39';
+	$VERSION = '1.40';
 }
 
 # Support for the 'prune' option

Modified: branches/upstream/liborlite-perl/current/t/08_prune.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liborlite-perl/current/t/08_prune.pl?rev=52003&op=diff
==============================================================================
--- branches/upstream/liborlite-perl/current/t/08_prune.pl (original)
+++ branches/upstream/liborlite-perl/current/t/08_prune.pl Tue Feb  2 02:45:50 2010
@@ -4,7 +4,7 @@
 
 use strict;
 
-our $VERSION = '1.39';
+our $VERSION = '1.40';
 
 unless ( $ORLite::VERSION eq $VERSION ) {
 	die('Failed to load correct ORLite version');

Modified: branches/upstream/liborlite-perl/current/t/12_xs.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liborlite-perl/current/t/12_xs.t?rev=52003&op=diff
==============================================================================
--- branches/upstream/liborlite-perl/current/t/12_xs.t (original)
+++ branches/upstream/liborlite-perl/current/t/12_xs.t Tue Feb  2 02:45:50 2010
@@ -13,9 +13,9 @@
 BEGIN {
 	eval { require Class::XSAccessor };
 	if ( ! $@ and Class::XSAccessor->VERSION and Class::XSAccessor->VERSION >= 1.05 ) {
+		plan( tests => 7 );
+	} else {
 		plan( skip_all => 'Class::XSAccessor 1.05 is not installed' );
-	} else {
-		plan( tests => 7 );
 	}
 }
 use File::Spec::Functions ':ALL';

Modified: branches/upstream/liborlite-perl/current/t/15_array_xs.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liborlite-perl/current/t/15_array_xs.t?rev=52003&op=diff
==============================================================================
--- branches/upstream/liborlite-perl/current/t/15_array_xs.t (original)
+++ branches/upstream/liborlite-perl/current/t/15_array_xs.t Tue Feb  2 02:45:50 2010
@@ -13,9 +13,9 @@
 BEGIN {
 	eval { require Class::XSAccessor::Array };
 	if ( ! $@ and Class::XSAccessor::Array->VERSION and Class::XSAccessor::Array->VERSION >= 1.05 ) {
+		plan( tests => 7 );
+	} else {
 		plan( skip_all => 'Class::XSAccessor::Array 1.05 is not installed' );
-	} else {
-		plan( tests => 7 );
 	}
 }
 use File::Spec::Functions ':ALL';

Modified: branches/upstream/liborlite-perl/current/t/lib/Test.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liborlite-perl/current/t/lib/Test.pm?rev=52003&op=diff
==============================================================================
--- branches/upstream/liborlite-perl/current/t/lib/Test.pm (original)
+++ branches/upstream/liborlite-perl/current/t/lib/Test.pm Tue Feb  2 02:45:50 2010
@@ -9,7 +9,7 @@
 
 use vars qw{$VERSION @ISA @EXPORT};
 BEGIN {
-	$VERSION = '1.39';
+	$VERSION = '1.40';
 	@ISA     = 'Exporter';
 	@EXPORT  = qw{ test_db connect_ok create_ok };
 }




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