r10828 - in /branches/upstream/libarray-compare-perl/current: Build.PL Changes META.yml Makefile.PL README lib/Array/Compare.pm
gregoa-guest at users.alioth.debian.org
gregoa-guest at users.alioth.debian.org
Wed Dec 5 17:04:48 UTC 2007
Author: gregoa-guest
Date: Wed Dec 5 17:04:47 2007
New Revision: 10828
URL: http://svn.debian.org/wsvn/?sc=1&rev=10828
Log:
[svn-upgrade] Integrating new upstream version, libarray-compare-perl (1.14)
Modified:
branches/upstream/libarray-compare-perl/current/Build.PL
branches/upstream/libarray-compare-perl/current/Changes
branches/upstream/libarray-compare-perl/current/META.yml
branches/upstream/libarray-compare-perl/current/Makefile.PL
branches/upstream/libarray-compare-perl/current/README
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/branches/upstream/libarray-compare-perl/current/Build.PL?rev=10828&op=diff
==============================================================================
--- branches/upstream/libarray-compare-perl/current/Build.PL (original)
+++ branches/upstream/libarray-compare-perl/current/Build.PL Wed Dec 5 17:04:47 2007
@@ -4,7 +4,7 @@
requires => {
perl => '5.6.0',
},
- create_makefile_pl => 'passthrough'
+ create_makefile_pl => 'traditional',
);
$build->create_build_script;
Modified: branches/upstream/libarray-compare-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libarray-compare-perl/current/Changes?rev=10828&op=diff
==============================================================================
--- branches/upstream/libarray-compare-perl/current/Changes (original)
+++ branches/upstream/libarray-compare-perl/current/Changes Wed Dec 5 17:04:47 2007
@@ -1,41 +1,68 @@
-2004-10-23 09:11 dave
+2007-04-01 dave
- * lib/Array/Compare.pm (1.11), t/test.t (1.2): Improved test
- coverage
+ * [r23] README.xml: Updated copyright dates
+ * [r22] lib/Array/Compare.pm: Changed $VERSION definition
+ * [r21] Build.PL: Changed create_makefile_pl parameter to
+ 'traditional'
-2004-10-22 21:32 dave
+2005-10-01 dave
- * lib/Array/Compare.pm (1.10): Improved docs for full comparison
- * t/pod.t (1.2): Updated pod tests
+ * [r19] MANIFEST: Reordering
-2004-05-13 21:01 dave
+2005-09-21 dave
- * README.xml (1.3): Small formatting changes
+ * [r18] lib/Array/Compare.pm: Documentation fix
-2004-05-12 23:52 dave
+2005-07-10 dave
- * Makefile.PL (1.1): Added Makefile.PL
- * MANIFEST (1.1), t/pod.t (1.1), t/test.t (1.1): Added various
- files to cvs
+ * [r17] MANIFEST: Added t/pod_coverage to MANIFEST
+ * [r16] Makefile.PL: Removed Makefile.PL (which is autogenerated)
-2003-09-19 10:37 dave
+2005-03-01 dave
- * lib/Array/Compare.pm (1.9): Bring CVS version into line with old
+ * [r15] lib/Array/Compare.pm, t/pod_coverage.t: Changes to pass
+ Pod::Coverage tests (and, hence, increase kwalitee)
+
+2004-10-23 dave
+
+ * [r14] lib/Array/Compare.pm, t/test.t: Improved test coverage
+
+2004-10-22 dave
+
+ * [r13] lib/Array/Compare.pm: Improved docs for full comparison
+ * [r12] t/pod.t: Updated pod tests
+
+2004-05-13 dave
+
+ * [r11] README.xml: Small formatting changes
+
+2004-05-12 dave
+
+ * [r10] Makefile.PL: Added Makefile.PL
+ * [r9] MANIFEST, t, t/pod.t, t/test.t: Added various files to cvs
+
+2003-09-19 dave
+
+ * [r8] lib/Array/Compare.pm: Bring CVS version into line with old
file
- * Build.PL (1.1), Compare.pm (1.8), README.xml (1.2), test.pl
- (1.2), lib/Array/Compare.pm (1.1): Bit of an overhaul
+ * [r7] Build.PL, Compare.pm, README.xml, lib, lib/Array,
+ lib/Array/Compare.pm, test.pl: Bit of an overhaul
-2002-03-29 17:45 dave
+2002-03-29 dave
- * Compare.pm (1.7): Test version
- * README.xml (1.1): README input file
- * test.pl (1.1): Test script.
+ * [r6] Compare.pm: Test version
+ * [r5] README.xml: README input file
+ * [r4] test.pl: Test script.
-2002-01-09 11:41 dave
+2002-01-09 dave
- * Compare.pm (1.6): Small cleanups
+ * [r3] Compare.pm: Small cleanups
-2001-12-09 19:31 dave
+2001-12-09 dave
- * Compare.pm (1.5): Cleanup.
+ * [r2] Compare.pm: Cleanup.
+2001-12-09
+
+ * [r1] branches, tags, .: New repository initialized by cvs2svn.
+
Modified: branches/upstream/libarray-compare-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libarray-compare-perl/current/META.yml?rev=10828&op=diff
==============================================================================
--- branches/upstream/libarray-compare-perl/current/META.yml (original)
+++ branches/upstream/libarray-compare-perl/current/META.yml Wed Dec 5 17:04:47 2007
@@ -1,14 +1,19 @@
---
name: Array-Compare
-version: 1.13
+version: 1.14
author:
- Dave Cross <dave at mag-sol.com>
abstract: Perl extension for comparing arrays.
license: perl
+resources:
+ license: http://dev.perl.org/licenses/
requires:
perl: 5.6.0
provides:
Array::Compare:
file: lib/Array/Compare.pm
- version: 1.13
-generated_by: Module::Build version 0.261
+ version: 1.14
+generated_by: Module::Build version 0.2805
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.2.html
+ version: 1.2
Modified: branches/upstream/libarray-compare-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libarray-compare-perl/current/Makefile.PL?rev=10828&op=diff
==============================================================================
--- branches/upstream/libarray-compare-perl/current/Makefile.PL (original)
+++ branches/upstream/libarray-compare-perl/current/Makefile.PL Wed Dec 5 17:04:47 2007
@@ -1,31 +1,12 @@
# Note: this file was auto-generated by Module::Build::Compat version 0.03
-
- unless (eval "use Module::Build::Compat 0.02; 1" ) {
- print "This module requires Module::Build to install itself.\n";
-
- require ExtUtils::MakeMaker;
- my $yn = ExtUtils::MakeMaker::prompt
- (' Install Module::Build now from CPAN?', 'y');
-
- unless ($yn =~ /^y/i) {
- die " *** Cannot install without Module::Build. Exiting ...\n";
- }
-
- require Cwd;
- require File::Spec;
- require CPAN;
-
- # Save this 'cause CPAN will chdir all over the place.
- my $cwd = Cwd::cwd();
- my $makefile = File::Spec->rel2abs($0);
-
- CPAN::Shell->install('Module::Build::Compat')
- or die " *** Cannot install without Module::Build. Exiting ...\n";
-
- chdir $cwd or die "Cannot chdir() back to $cwd: $!";
- }
- eval "use Module::Build::Compat 0.02; 1" or die $@;
- use lib '_build/lib';
- Module::Build::Compat->run_build_pl(args => \@ARGV);
- require Module::Build;
- Module::Build::Compat->write_makefile(build_class => 'Module::Build');
+use ExtUtils::MakeMaker;
+WriteMakefile
+(
+ 'NAME' => 'Array::Compare',
+ 'VERSION_FROM' => 'lib/Array/Compare.pm',
+ 'PREREQ_PM' => {},
+ 'INSTALLDIRS' => 'site',
+ 'EXE_FILES' => [],
+ 'PL_FILES' => {}
+ )
+;
Modified: branches/upstream/libarray-compare-perl/current/README
URL: http://svn.debian.org/wsvn/branches/upstream/libarray-compare-perl/current/README?rev=10828&op=diff
==============================================================================
--- branches/upstream/libarray-compare-perl/current/README (original)
+++ branches/upstream/libarray-compare-perl/current/README Wed Dec 5 17:04:47 2007
@@ -57,7 +57,7 @@
COPYRIGHT
- Copyright (C) 2003, Magnum Solutions Ltd. All Rights Reserved.
+ Copyright (C) 2003-7, Magnum Solutions Ltd. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
Modified: branches/upstream/libarray-compare-perl/current/lib/Array/Compare.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libarray-compare-perl/current/lib/Array/Compare.pm?rev=10828&op=diff
==============================================================================
--- branches/upstream/libarray-compare-perl/current/lib/Array/Compare.pm (original)
+++ branches/upstream/libarray-compare-perl/current/lib/Array/Compare.pm Wed Dec 5 17:04:47 2007
@@ -1,5 +1,5 @@
#
-# $Id: Compare.pm,v 1.13 2005/09/21 09:23:40 dave Exp $
+# $Id: Compare.pm 22 2007-04-01 15:03:22Z dave $
#
=head1 NAME
@@ -183,7 +183,7 @@
use Carp;
-$VERSION = sprintf "%d.%02d", '$Revision: 1.13 $ ' =~ /(\d+)\.(\d+)/;
+$VERSION = 1.14;
my %_defaults = (Sep => '^G',
WhiteSpace => 1,
@@ -503,7 +503,7 @@
=cut
#
-# $Log: Compare.pm,v $
+# $Log$
# Revision 1.13 2005/09/21 09:23:40 dave
# Documentation fix
#
More information about the Pkg-perl-cvs-commits
mailing list