r36043 - in /trunk/libtest-file-perl: Changes META.yml debian/changelog lib/File.pm t/link_counts.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu May 21 16:37:57 UTC 2009


Author: gregoa
Date: Thu May 21 16:37:52 2009
New Revision: 36043

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36043
Log:
New upstream release.

Modified:
    trunk/libtest-file-perl/Changes
    trunk/libtest-file-perl/META.yml
    trunk/libtest-file-perl/debian/changelog
    trunk/libtest-file-perl/lib/File.pm
    trunk/libtest-file-perl/t/link_counts.t

Modified: trunk/libtest-file-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/Changes?rev=36043&op=diff
==============================================================================
--- trunk/libtest-file-perl/Changes (original)
+++ trunk/libtest-file-perl/Changes Thu May 21 16:37:52 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: trunk/libtest-file-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/META.yml?rev=36043&op=diff
==============================================================================
--- trunk/libtest-file-perl/META.yml (original)
+++ trunk/libtest-file-perl/META.yml Thu May 21 16:37:52 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: trunk/libtest-file-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/debian/changelog?rev=36043&op=diff
==============================================================================
--- trunk/libtest-file-perl/debian/changelog (original)
+++ trunk/libtest-file-perl/debian/changelog Thu May 21 16:37:52 2009
@@ -1,4 +1,4 @@
-libtest-file-perl (1.26-1) unstable; urgency=low
+libtest-file-perl (1.27-1) UNRELEASED; urgency=low
 
   * New upstream release
   * remove quilt patching, man pages are gone

Modified: trunk/libtest-file-perl/lib/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/lib/File.pm?rev=36043&op=diff
==============================================================================
--- trunk/libtest-file-perl/lib/File.pm (original)
+++ trunk/libtest-file-perl/lib/File.pm Thu May 21 16:37:52 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: trunk/libtest-file-perl/t/link_counts.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/t/link_counts.t?rev=36043&op=diff
==============================================================================
--- trunk/libtest-file-perl/t/link_counts.t (original)
+++ trunk/libtest-file-perl/t/link_counts.t Thu May 21 16:37:52 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