r37089 - in /branches/upstream/libtest-file-perl/current: Changes META.yml Makefile.PL lib/File.pm

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Jun 1 06:56:19 UTC 2009


Author: ryan52-guest
Date: Mon Jun  1 06:56:05 2009
New Revision: 37089

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

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

Modified: branches/upstream/libtest-file-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-file-perl/current/Changes?rev=37089&op=diff
==============================================================================
--- branches/upstream/libtest-file-perl/current/Changes (original)
+++ branches/upstream/libtest-file-perl/current/Changes Mon Jun  1 06:56:05 2009
@@ -1,4 +1,7 @@
 # $Id$
+
+1.28 - Sun May 31 23:52:45 2009
+	* Make the man pages after all
 
 1.27 - Thu May 21 08:49:29 2009
 	* Fix to the tests for 1.26 which didn't account for an

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=37089&op=diff
==============================================================================
--- branches/upstream/libtest-file-perl/current/META.yml (original)
+++ branches/upstream/libtest-file-perl/current/META.yml Mon Jun  1 06:56:05 2009
@@ -1,12 +1,14 @@
 --- #YAML:1.0
 name:               Test-File
-version:            1.27
+version:            1.28
 abstract:           Check file attributes
 author:
     - brian d foy <bdfoy at cpan.org>
 license:            perl
 distribution_type:  module
 configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
     ExtUtils::MakeMaker:  0
 requires:
     Test::Builder:        0.33
@@ -17,7 +19,7 @@
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.48
+generated_by:       ExtUtils::MakeMaker version 6.50
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: branches/upstream/libtest-file-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtest-file-perl/current/Makefile.PL?rev=37089&op=diff
==============================================================================
--- branches/upstream/libtest-file-perl/current/Makefile.PL (original)
+++ branches/upstream/libtest-file-perl/current/Makefile.PL Mon Jun  1 06:56:05 2009
@@ -25,6 +25,10 @@
 		'lib/File.pm'     => '$(INST_LIBDIR)/File.pm',
 		},
 
+	'MAN3PODS'  => {
+		'lib/File.pm'     => '$(INST_MAN3DIR)/File.$(MAN3EXT)',
+		},
+
 	clean  => { FILES    => q|Test-File-* test_files| },
 	);
 

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=37089&op=diff
==============================================================================
--- branches/upstream/libtest-file-perl/current/lib/File.pm (original)
+++ branches/upstream/libtest-file-perl/current/lib/File.pm Mon Jun  1 06:56:05 2009
@@ -23,7 +23,7 @@
     file_line_count_is file_line_count_isnt file_line_count_between
 	);
 
-$VERSION = '1.27';
+$VERSION = '1.28';
 
 {
 use warnings;




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