r39496 - in /trunk/libfile-localizenewlines-perl: Changes META.yml Makefile.PL debian/changelog lib/File/LocalizeNewlines.pm script/localizenewlines
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Wed Jul 8 01:00:40 UTC 2009
Author: jawnsy-guest
Date: Wed Jul 8 01:00:33 2009
New Revision: 39496
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39496
Log:
No release necessary
* New upstream release
+ Fix to requires_from
Modified:
trunk/libfile-localizenewlines-perl/Changes
trunk/libfile-localizenewlines-perl/META.yml
trunk/libfile-localizenewlines-perl/Makefile.PL
trunk/libfile-localizenewlines-perl/debian/changelog
trunk/libfile-localizenewlines-perl/lib/File/LocalizeNewlines.pm
trunk/libfile-localizenewlines-perl/script/localizenewlines
Modified: trunk/libfile-localizenewlines-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-localizenewlines-perl/Changes?rev=39496&op=diff
==============================================================================
--- trunk/libfile-localizenewlines-perl/Changes (original)
+++ trunk/libfile-localizenewlines-perl/Changes Wed Jul 8 01:00:33 2009
@@ -1,4 +1,7 @@
Revision history for Perl extension File-LocalizeNewlines
+
+1.12 Wed 8 Jul 2009
+ - Fixing the Makefile.PL (adding the missing requires_from)
1.11 Thu 18 Jul 2009
- Fixed Bug 45176. Individual files can now be localized
Modified: trunk/libfile-localizenewlines-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-localizenewlines-perl/META.yml?rev=39496&op=diff
==============================================================================
--- trunk/libfile-localizenewlines-perl/META.yml (original)
+++ trunk/libfile-localizenewlines-perl/META.yml Wed Jul 8 01:00:33 2009
@@ -22,10 +22,16 @@
- inc
- t
requires:
+ Class::Default: 1.0
+ File::Find::Rule: 0.20
+ File::Slurp: 9999.04
+ File::Spec: 0.80
+ FileHandle: 0
Getopt::Long: 0
+ Params::Util: 0.10
perl: 5.005
resources:
ChangeLog: http://fisheye2.atlassian.com/changelog/cpan/trunk/File-LocalizeNewlines
license: http://dev.perl.org/licenses/
repository: http://svn.ali.as/cpan/trunk/File-LocalizeNewlines
-version: 1.11
+version: 1.12
Modified: trunk/libfile-localizenewlines-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-localizenewlines-perl/Makefile.PL?rev=39496&op=diff
==============================================================================
--- trunk/libfile-localizenewlines-perl/Makefile.PL (original)
+++ trunk/libfile-localizenewlines-perl/Makefile.PL Wed Jul 8 01:00:33 2009
@@ -1,6 +1,7 @@
use inc::Module::Install::DSL 0.91;
all_from lib/File/LocalizeNewlines.pm
+requires_from lib/File/LocalizeNewlines.pm
requires Getopt::Long 0
test_requires Test::More 0.42
test_requires Test::Script 1.02
Modified: trunk/libfile-localizenewlines-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-localizenewlines-perl/debian/changelog?rev=39496&op=diff
==============================================================================
--- trunk/libfile-localizenewlines-perl/debian/changelog (original)
+++ trunk/libfile-localizenewlines-perl/debian/changelog Wed Jul 8 01:00:33 2009
@@ -1,3 +1,12 @@
+libfile-localizenewlines-perl (1.12-1) UNRELEASED; urgency=low
+
+ No release necessary
+
+ * New upstream release
+ + Fix to requires_from
+
+ -- Jonathan Yu <frequency at cpan.org> Tue, 07 Jul 2009 17:02:20 -0400
+
libfile-localizenewlines-perl (1.11-1) unstable; urgency=low
* New upstream release
Modified: trunk/libfile-localizenewlines-perl/lib/File/LocalizeNewlines.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-localizenewlines-perl/lib/File/LocalizeNewlines.pm?rev=39496&op=diff
==============================================================================
--- trunk/libfile-localizenewlines-perl/lib/File/LocalizeNewlines.pm (original)
+++ trunk/libfile-localizenewlines-perl/lib/File/LocalizeNewlines.pm Wed Jul 8 01:00:33 2009
@@ -38,7 +38,7 @@
use vars qw{$VERSION @ISA};
BEGIN {
- $VERSION = '1.11';
+ $VERSION = '1.12';
@ISA = 'Class::Default';
}
Modified: trunk/libfile-localizenewlines-perl/script/localizenewlines
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-localizenewlines-perl/script/localizenewlines?rev=39496&op=diff
==============================================================================
--- trunk/libfile-localizenewlines-perl/script/localizenewlines (original)
+++ trunk/libfile-localizenewlines-perl/script/localizenewlines Wed Jul 8 01:00:33 2009
@@ -11,7 +11,7 @@
use vars qw{$VERSION};
BEGIN {
- $VERSION = '1.10';
+ $VERSION = '1.12';
}
# Create the filter
More information about the Pkg-perl-cvs-commits
mailing list