r29232 - in /branches/upstream/libarray-compare-perl/current: Build.PL META.yml Makefile.PL lib/Array/Compare.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jan 4 13:17:22 UTC 2009


Author: ansgar-guest
Date: Sun Jan  4 13:17:19 2009
New Revision: 29232

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29232
Log:
[svn-upgrade] Integrating new upstream version, libarray-compare-perl (1.17)

Modified:
    branches/upstream/libarray-compare-perl/current/Build.PL
    branches/upstream/libarray-compare-perl/current/META.yml
    branches/upstream/libarray-compare-perl/current/Makefile.PL
    branches/upstream/libarray-compare-perl/current/lib/Array/Compare.pm

Modified: branches/upstream/libarray-compare-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libarray-compare-perl/current/Build.PL?rev=29232&op=diff
==============================================================================
--- branches/upstream/libarray-compare-perl/current/Build.PL (original)
+++ branches/upstream/libarray-compare-perl/current/Build.PL Sun Jan  4 13:17:19 2009
@@ -1,6 +1,6 @@
 use Module::Build;
 my $build = Module::Build->new(
-        dist_version => '1.16',
+        dist_version => '1.17',
 	module_name => 'Array::Compare',
 	license => 'perl',
 	requires => {

Modified: branches/upstream/libarray-compare-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libarray-compare-perl/current/META.yml?rev=29232&op=diff
==============================================================================
--- branches/upstream/libarray-compare-perl/current/META.yml (original)
+++ branches/upstream/libarray-compare-perl/current/META.yml Sun Jan  4 13:17:19 2009
@@ -1,6 +1,6 @@
 ---
 name: Array-Compare
-version: 1.16
+version: 1.17
 author:
   - 'Dave Cross <dave at mag-sol.com>'
 abstract: Perl extension for comparing arrays.
@@ -13,7 +13,7 @@
 provides:
   Array::Compare:
     file: lib/Array/Compare.pm
-    version: 1.15
+    version: 33
 generated_by: Module::Build version 0.280801
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.2.html

Modified: branches/upstream/libarray-compare-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libarray-compare-perl/current/Makefile.PL?rev=29232&op=diff
==============================================================================
--- branches/upstream/libarray-compare-perl/current/Makefile.PL (original)
+++ branches/upstream/libarray-compare-perl/current/Makefile.PL Sun Jan  4 13:17:19 2009
@@ -3,13 +3,13 @@
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
-          'PL_FILES' => {},
-          'INSTALLDIRS' => 'site',
           'NAME' => 'Array::Compare',
-          'EXE_FILES' => [],
           'VERSION_FROM' => 'lib/Array/Compare.pm',
           'PREREQ_PM' => {
                            'Carp' => 0
-                         }
+                         },
+          'INSTALLDIRS' => 'site',
+          'EXE_FILES' => [],
+          'PL_FILES' => {}
         )
 ;

Modified: branches/upstream/libarray-compare-perl/current/lib/Array/Compare.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libarray-compare-perl/current/lib/Array/Compare.pm?rev=29232&op=diff
==============================================================================
--- branches/upstream/libarray-compare-perl/current/lib/Array/Compare.pm (original)
+++ branches/upstream/libarray-compare-perl/current/lib/Array/Compare.pm Sun Jan  4 13:17:19 2009
@@ -1,5 +1,5 @@
 #
-# $Id: Compare.pm 30 2008-06-29 14:04:29Z dave $
+# $Id: Compare.pm 33 2008-12-18 11:34:24Z dave $
 #
 
 =head1 NAME
@@ -185,7 +185,7 @@
 
 use Carp;
 
-$VERSION = 1.15;
+($VERSION) = '$Id: Compare.pm 33 2008-12-18 11:34:24Z dave $' =~ /(\d+)/;
 
 my %_defaults = (Sep => '^G',
 		 WhiteSpace => 1,




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