r36040 - in /branches/upstream/libtest-file-perl/current: Changes META.yml lib/File.pm t/link_counts.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu May 21 16:36:28 UTC 2009


Author: gregoa
Date: Thu May 21 16:36:24 2009
New Revision: 36040

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

Modified:
    branches/upstream/libtest-file-perl/current/Changes
    branches/upstream/libtest-file-perl/current/META.yml
    branches/upstream/libtest-file-perl/current/lib/File.pm
    branches/upstream/libtest-file-perl/current/t/link_counts.t

Modified: branches/upstream/libtest-file-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-file-perl/current/Changes?rev=36040&op=diff
==============================================================================
--- branches/upstream/libtest-file-perl/current/Changes (original)
+++ branches/upstream/libtest-file-perl/current/Changes Thu May 21 16:36:24 2009
@@ -1,4 +1,8 @@
 # $Id$
+
+1.27 - Thu May 21 08:49:29 2009
+	* Fix to the tests for 1.26 which didn't account for an
+	extra setup test.
 
 1.26 - Fri May 15 09:31:23 2009
 	Don't create man pages for the module (RT #45977)

Modified: branches/upstream/libtest-file-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-file-perl/current/META.yml?rev=36040&op=diff
==============================================================================
--- branches/upstream/libtest-file-perl/current/META.yml (original)
+++ branches/upstream/libtest-file-perl/current/META.yml Thu May 21 16:36:24 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Test-File
-version:            1.26
+version:            1.27
 abstract:           Check file attributes
 author:
     - brian d foy <bdfoy at cpan.org>

Modified: branches/upstream/libtest-file-perl/current/lib/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-file-perl/current/lib/File.pm?rev=36040&op=diff
==============================================================================
--- branches/upstream/libtest-file-perl/current/lib/File.pm (original)
+++ branches/upstream/libtest-file-perl/current/lib/File.pm Thu May 21 16:36:24 2009
@@ -23,7 +23,7 @@
     file_line_count_is file_line_count_isnt file_line_count_between
 	);
 
-$VERSION = '1.26';
+$VERSION = '1.27';
 
 {
 use warnings;

Modified: branches/upstream/libtest-file-perl/current/t/link_counts.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-file-perl/current/t/link_counts.t?rev=36040&op=diff
==============================================================================
--- branches/upstream/libtest-file-perl/current/t/link_counts.t (original)
+++ branches/upstream/libtest-file-perl/current/t/link_counts.t Thu May 21 16:36:24 2009
@@ -2,12 +2,12 @@
 use strict;
 
 use Test::Builder::Tester;
-use Test::More tests => 13; # includes those in t/setup_common
+use Test::More tests => 14; # includes those in t/setup_common
 use Test::File;
 
 my $test_directory = 'test_files';
 SKIP: {
-    skip "setup already done", 5 if -d $test_directory;
+    skip "setup already done", 6 if -d $test_directory;
     require "t/setup_common";
 };
 




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