r8764 - in /branches/upstream/libdata-optlist-perl/current: ./ inc/Module/ inc/Module/Install/ lib/Data/ t/

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Nov 2 15:58:19 UTC 2007


Author: gregoa-guest
Date: Fri Nov  2 15:58:19 2007
New Revision: 8764

URL: http://svn.debian.org/wsvn/?sc=1&rev=8764
Log:
[svn-upgrade] Integrating new upstream version, libdata-optlist-perl (0.103)

Modified:
    branches/upstream/libdata-optlist-perl/current/Changes
    branches/upstream/libdata-optlist-perl/current/META.yml
    branches/upstream/libdata-optlist-perl/current/inc/Module/Install.pm
    branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Base.pm
    branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Can.pm
    branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Fetch.pm
    branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Makefile.pm
    branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Metadata.pm
    branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Win32.pm
    branches/upstream/libdata-optlist-perl/current/inc/Module/Install/WriteAll.pm
    branches/upstream/libdata-optlist-perl/current/lib/Data/OptList.pm
    branches/upstream/libdata-optlist-perl/current/t/pod.t

Modified: branches/upstream/libdata-optlist-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-optlist-perl/current/Changes?rev=8764&op=diff
==============================================================================
--- branches/upstream/libdata-optlist-perl/current/Changes (original)
+++ branches/upstream/libdata-optlist-perl/current/Changes Fri Nov  2 15:58:19 2007
@@ -1,20 +1,23 @@
 Revision history for Sub-Exporter
 
-0.102   2006-07-04
-        improved documentation
-        tweaked some Perl::Critic-offending code
+0.103     2007-11-01
+          require taint-safe Test::Pod
 
-0.100   2006-06-05
-        broken out of Sub-Exporter into its own dist
-        renamed routines to be easier to type
+0.102     2006-07-04
+          improved documentation
+          tweaked some Perl::Critic-offending code
 
-0.040   2006-05-11 (in Sub-Exporter)
-        tweaks to Data::OptList, moving toward its own dist: now it exports
-        expand_opt_list is now opt_list_as_hash
+0.100     2006-06-05
+          broken out of Sub-Exporter into its own dist
+          renamed routines to be easier to type
 
-0.???   2006-05-10 (in Sub-Exporter)
-        require Params::Util for craftier opt list validation
+0.040     2006-05-11 (in Sub-Exporter)
+          tweaks to Data::OptList, moving toward its own dist: now it exports
+          expand_opt_list is now opt_list_as_hash
 
-0.???   2006-04-26 (in Sub-Exporter)
-        broken out of Sub::Exporter module
-        remove an "optimization" that broke expand_opt_list
+0.???     2006-05-10 (in Sub-Exporter)
+          require Params::Util for craftier opt list validation
+
+0.???     2006-04-26 (in Sub-Exporter)
+          broken out of Sub::Exporter module
+          remove an "optimization" that broke expand_opt_list

Modified: branches/upstream/libdata-optlist-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-optlist-perl/current/META.yml?rev=8764&op=diff
==============================================================================
--- branches/upstream/libdata-optlist-perl/current/META.yml (original)
+++ branches/upstream/libdata-optlist-perl/current/META.yml Fri Nov  2 15:58:19 2007
@@ -1,7 +1,8 @@
 --- 
-author: Ricardo SIGNES <rjbs at cpan.org>
+author: 
+  - Ricardo SIGNES <rjbs at cpan.org>
 distribution_type: module
-generated_by: Module::Install version 0.67
+generated_by: Module::Install version 0.68
 license: perl
 meta-spec: 
   url: http://module-build.sourceforge.net/META-spec-v1.3.html
@@ -15,4 +16,4 @@
   List::Util: 0
   Params::Util: 0.14
   Sub::Install: 0.92
-version: 0.102
+version: 0.103

Modified: branches/upstream/libdata-optlist-perl/current/inc/Module/Install.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-optlist-perl/current/inc/Module/Install.pm?rev=8764&op=diff
==============================================================================
--- branches/upstream/libdata-optlist-perl/current/inc/Module/Install.pm (original)
+++ branches/upstream/libdata-optlist-perl/current/inc/Module/Install.pm Fri Nov  2 15:58:19 2007
@@ -28,7 +28,7 @@
     # This is not enforced yet, but will be some time in the next few
     # releases once we can make sure it won't clash with custom
     # Module::Install extensions.
-    $VERSION = '0.67';
+    $VERSION = '0.68';
 }
 
 # Whether or not inc::Module::Install is actually loaded, the

Modified: branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Base.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Base.pm?rev=8764&op=diff
==============================================================================
--- branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Base.pm (original)
+++ branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Base.pm Fri Nov  2 15:58:19 2007
@@ -1,7 +1,7 @@
 #line 1
 package Module::Install::Base;
 
-$VERSION = '0.67';
+$VERSION = '0.68';
 
 # Suspend handler for "redefined" warnings
 BEGIN {

Modified: branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Can.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Can.pm?rev=8764&op=diff
==============================================================================
--- branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Can.pm (original)
+++ branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Can.pm Fri Nov  2 15:58:19 2007
@@ -11,7 +11,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.67';
+	$VERSION = '0.68';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Fetch.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Fetch.pm?rev=8764&op=diff
==============================================================================
--- branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Fetch.pm (original)
+++ branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Fetch.pm Fri Nov  2 15:58:19 2007
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.67';
+	$VERSION = '0.68';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Makefile.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Makefile.pm?rev=8764&op=diff
==============================================================================
--- branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Makefile.pm (original)
+++ branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Makefile.pm Fri Nov  2 15:58:19 2007
@@ -7,7 +7,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.67';
+	$VERSION = '0.68';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Metadata.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Metadata.pm?rev=8764&op=diff
==============================================================================
--- branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Metadata.pm (original)
+++ branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Metadata.pm Fri Nov  2 15:58:19 2007
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.67';
+	$VERSION = '0.68';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Win32.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Win32.pm?rev=8764&op=diff
==============================================================================
--- branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Win32.pm (original)
+++ branches/upstream/libdata-optlist-perl/current/inc/Module/Install/Win32.pm Fri Nov  2 15:58:19 2007
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.67';
+	$VERSION = '0.68';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: branches/upstream/libdata-optlist-perl/current/inc/Module/Install/WriteAll.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-optlist-perl/current/inc/Module/Install/WriteAll.pm?rev=8764&op=diff
==============================================================================
--- branches/upstream/libdata-optlist-perl/current/inc/Module/Install/WriteAll.pm (original)
+++ branches/upstream/libdata-optlist-perl/current/inc/Module/Install/WriteAll.pm Fri Nov  2 15:58:19 2007
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION $ISCORE @ISA};
 BEGIN {
-	$VERSION = '0.67';
+	$VERSION = '0.68';
 	$ISCORE  = 1;
 	@ISA     = qw{Module::Install::Base};
 }

Modified: branches/upstream/libdata-optlist-perl/current/lib/Data/OptList.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-optlist-perl/current/lib/Data/OptList.pm?rev=8764&op=diff
==============================================================================
--- branches/upstream/libdata-optlist-perl/current/lib/Data/OptList.pm (original)
+++ branches/upstream/libdata-optlist-perl/current/lib/Data/OptList.pm Fri Nov  2 15:58:19 2007
@@ -13,13 +13,11 @@
 
 =head1 VERSION
 
-version 0.102
-
-  $Id: /my/cs/projects/Data-OptList/trunk/lib/Data/OptList.pm 31979 2007-07-05T02:17:36.805594Z rjbs  $
-
-=cut
-
-our $VERSION = '0.102';
+version 0.103
+
+=cut
+
+our $VERSION = '0.103';
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libdata-optlist-perl/current/t/pod.t
URL: http://svn.debian.org/wsvn/branches/upstream/libdata-optlist-perl/current/t/pod.t?rev=8764&op=diff
==============================================================================
--- branches/upstream/libdata-optlist-perl/current/t/pod.t (original)
+++ branches/upstream/libdata-optlist-perl/current/t/pod.t Fri Nov  2 15:58:19 2007
@@ -1,7 +1,7 @@
 #!perl -T
 use Test::More;
 
-eval "use Test::Pod 1.00";
-plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+eval "use Test::Pod 1.14";
+plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
 
 all_pod_files_ok();




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