r37091 - in /trunk/libtest-file-perl: Changes META.yml Makefile.PL debian/changelog lib/File.pm
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Mon Jun 1 06:57:36 UTC 2009
Author: ryan52-guest
Date: Mon Jun 1 06:57:31 2009
New Revision: 37091
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37091
Log:
New upstream release
Modified:
trunk/libtest-file-perl/Changes
trunk/libtest-file-perl/META.yml
trunk/libtest-file-perl/Makefile.PL
trunk/libtest-file-perl/debian/changelog
trunk/libtest-file-perl/lib/File.pm
Modified: trunk/libtest-file-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/Changes?rev=37091&op=diff
==============================================================================
--- trunk/libtest-file-perl/Changes (original)
+++ trunk/libtest-file-perl/Changes Mon Jun 1 06:57:31 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: trunk/libtest-file-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/META.yml?rev=37091&op=diff
==============================================================================
--- trunk/libtest-file-perl/META.yml (original)
+++ trunk/libtest-file-perl/META.yml Mon Jun 1 06:57:31 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: trunk/libtest-file-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/Makefile.PL?rev=37091&op=diff
==============================================================================
--- trunk/libtest-file-perl/Makefile.PL (original)
+++ trunk/libtest-file-perl/Makefile.PL Mon Jun 1 06:57:31 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: trunk/libtest-file-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/debian/changelog?rev=37091&op=diff
==============================================================================
--- trunk/libtest-file-perl/debian/changelog (original)
+++ trunk/libtest-file-perl/debian/changelog Mon Jun 1 06:57:31 2009
@@ -1,4 +1,4 @@
-libtest-file-perl (1.27-1) UNRELEASED; urgency=low
+libtest-file-perl (1.28-1) UNRELEASED; urgency=low
TODO:
it's nice that upstream doesn't provide a "wrong" extension for the manpage
@@ -19,7 +19,10 @@
* New upstream release.
* Add /me to Uploaders.
- -- Ryan Niebur <ryanryan52 at gmail.com> Mon, 18 May 2009 22:19:05 -0700
+ [ Ryan Niebur ]
+ * New upstream release
+
+ -- Ryan Niebur <ryanryan52 at gmail.com> Sun, 31 May 2009 23:57:22 -0700
libtest-file-perl (1.25-1) unstable; urgency=low
Modified: trunk/libtest-file-perl/lib/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-file-perl/lib/File.pm?rev=37091&op=diff
==============================================================================
--- trunk/libtest-file-perl/lib/File.pm (original)
+++ trunk/libtest-file-perl/lib/File.pm Mon Jun 1 06:57:31 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