r39493 - in /branches/upstream/libfile-localizenewlines-perl/current: Changes META.yml Makefile.PL lib/File/LocalizeNewlines.pm script/localizenewlines

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jul 8 00:55:53 UTC 2009


Author: jawnsy-guest
Date: Wed Jul  8 00:55:33 2009
New Revision: 39493

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39493
Log:
[svn-upgrade] Integrating new upstream version, libfile-localizenewlines-perl (1.12)

Modified:
    branches/upstream/libfile-localizenewlines-perl/current/Changes
    branches/upstream/libfile-localizenewlines-perl/current/META.yml
    branches/upstream/libfile-localizenewlines-perl/current/Makefile.PL
    branches/upstream/libfile-localizenewlines-perl/current/lib/File/LocalizeNewlines.pm
    branches/upstream/libfile-localizenewlines-perl/current/script/localizenewlines

Modified: branches/upstream/libfile-localizenewlines-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-localizenewlines-perl/current/Changes?rev=39493&op=diff
==============================================================================
--- branches/upstream/libfile-localizenewlines-perl/current/Changes (original)
+++ branches/upstream/libfile-localizenewlines-perl/current/Changes Wed Jul  8 00:55: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: branches/upstream/libfile-localizenewlines-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-localizenewlines-perl/current/META.yml?rev=39493&op=diff
==============================================================================
--- branches/upstream/libfile-localizenewlines-perl/current/META.yml (original)
+++ branches/upstream/libfile-localizenewlines-perl/current/META.yml Wed Jul  8 00:55: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: branches/upstream/libfile-localizenewlines-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-localizenewlines-perl/current/Makefile.PL?rev=39493&op=diff
==============================================================================
--- branches/upstream/libfile-localizenewlines-perl/current/Makefile.PL (original)
+++ branches/upstream/libfile-localizenewlines-perl/current/Makefile.PL Wed Jul  8 00:55: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: branches/upstream/libfile-localizenewlines-perl/current/lib/File/LocalizeNewlines.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-localizenewlines-perl/current/lib/File/LocalizeNewlines.pm?rev=39493&op=diff
==============================================================================
--- branches/upstream/libfile-localizenewlines-perl/current/lib/File/LocalizeNewlines.pm (original)
+++ branches/upstream/libfile-localizenewlines-perl/current/lib/File/LocalizeNewlines.pm Wed Jul  8 00:55:33 2009
@@ -38,7 +38,7 @@
 
 use vars qw{$VERSION @ISA};
 BEGIN {
-	$VERSION = '1.11';
+	$VERSION = '1.12';
 	@ISA     = 'Class::Default';
 }
 

Modified: branches/upstream/libfile-localizenewlines-perl/current/script/localizenewlines
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-localizenewlines-perl/current/script/localizenewlines?rev=39493&op=diff
==============================================================================
--- branches/upstream/libfile-localizenewlines-perl/current/script/localizenewlines (original)
+++ branches/upstream/libfile-localizenewlines-perl/current/script/localizenewlines Wed Jul  8 00:55: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