r59483 - in /branches/upstream/libcpan-meta-perl/current: ./ lib/CPAN/ lib/CPAN/Meta/ t/

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri Jun 18 02:26:27 UTC 2010


Author: ansgar-guest
Date: Fri Jun 18 02:26:15 2010
New Revision: 59483

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59483
Log:
[svn-upgrade] new version libcpan-meta-perl (2.101670)

Modified:
    branches/upstream/libcpan-meta-perl/current/Changes
    branches/upstream/libcpan-meta-perl/current/META.json
    branches/upstream/libcpan-meta-perl/current/META.yml
    branches/upstream/libcpan-meta-perl/current/Makefile.PL
    branches/upstream/libcpan-meta-perl/current/README
    branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta.pm
    branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Converter.pm
    branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Feature.pm
    branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/History.pm
    branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Prereqs.pm
    branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Spec.pm
    branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Validator.pm
    branches/upstream/libcpan-meta-perl/current/t/repository.t

Modified: branches/upstream/libcpan-meta-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-meta-perl/current/Changes?rev=59483&op=diff
==============================================================================
--- branches/upstream/libcpan-meta-perl/current/Changes (original)
+++ branches/upstream/libcpan-meta-perl/current/Changes Fri Jun 18 02:26:15 2010
@@ -1,4 +1,9 @@
 Revision history for CPAN-Meta
+
+2.101670  2010-06-15 21:02:42 EST5EDT
+
+  - converting 1.x 'repository' field now puts converted url into the
+    'url' sub-field of 'repository' instead of the 'web' sub-field
 
 2.101610  2010-06-10 18:51:30 EST5EDT
 

Modified: branches/upstream/libcpan-meta-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-meta-perl/current/META.json?rev=59483&op=diff
==============================================================================
--- branches/upstream/libcpan-meta-perl/current/META.json (original)
+++ branches/upstream/libcpan-meta-perl/current/META.json Fri Jun 18 02:26:15 2010
@@ -56,7 +56,7 @@
          "web" : "http://github.com/dagolden/cpan-meta"
       }
    },
-   "version" : "2.101610",
+   "version" : "2.101670",
    "x_Dist_Zilla" : {
       "plugins" : [
          {

Modified: branches/upstream/libcpan-meta-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-meta-perl/current/META.yml?rev=59483&op=diff
==============================================================================
--- branches/upstream/libcpan-meta-perl/current/META.yml (original)
+++ branches/upstream/libcpan-meta-perl/current/META.yml Fri Jun 18 02:26:15 2010
@@ -33,7 +33,7 @@
   version: 0.82
 resources:
   repository: http://github.com/dagolden/cpan-meta.git
-version: 2.101610
+version: 2.101670
 x_Dist_Zilla:
   plugins:
     -

Modified: branches/upstream/libcpan-meta-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-meta-perl/current/Makefile.PL?rev=59483&op=diff
==============================================================================
--- branches/upstream/libcpan-meta-perl/current/Makefile.PL (original)
+++ branches/upstream/libcpan-meta-perl/current/Makefile.PL Fri Jun 18 02:26:15 2010
@@ -35,7 +35,7 @@
     'autodie' => '0',
     'version' => '0.82'
   },
-  'VERSION' => '2.101610',
+  'VERSION' => '2.101670',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libcpan-meta-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-meta-perl/current/README?rev=59483&op=diff
==============================================================================
--- branches/upstream/libcpan-meta-perl/current/README (original)
+++ branches/upstream/libcpan-meta-perl/current/README Fri Jun 18 02:26:15 2010
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution CPAN-Meta,
-version 2.101610:
+version 2.101670:
 
   the distribution metadata for a CPAN dist
 

Modified: branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta.pm?rev=59483&op=diff
==============================================================================
--- branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta.pm (original)
+++ branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta.pm Fri Jun 18 02:26:15 2010
@@ -4,7 +4,7 @@
 use autodie;
 package CPAN::Meta;
 BEGIN {
-  $CPAN::Meta::VERSION = '2.101610';
+  $CPAN::Meta::VERSION = '2.101670';
 }
 # ABSTRACT: the distribution metadata for a CPAN dist
 
@@ -314,7 +314,7 @@
 
 =head1 VERSION
 
-version 2.101610
+version 2.101670
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Converter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Converter.pm?rev=59483&op=diff
==============================================================================
--- branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Converter.pm (original)
+++ branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Converter.pm Fri Jun 18 02:26:15 2010
@@ -4,7 +4,7 @@
 use autodie;
 package CPAN::Meta::Converter;
 BEGIN {
-  $CPAN::Meta::Converter::VERSION = '2.101610';
+  $CPAN::Meta::Converter::VERSION = '2.101670';
 }
 # ABSTRACT: Convert CPAN distribution metadata structures
 
@@ -547,7 +547,7 @@
     elsif( _is_urlish($item) ) { return { web => $_[0] } }
     else { return undef }
   },
-  repository => sub { return _is_urlish($_[0]) ? { web => $_[0] } : undef },
+  repository => sub { return _is_urlish($_[0]) ? { url => $_[0] } : undef },
   ':custom'  => \&_prefix_custom,
 };
 
@@ -1242,7 +1242,7 @@
 
 =head1 VERSION
 
-version 2.101610
+version 2.101670
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Feature.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Feature.pm?rev=59483&op=diff
==============================================================================
--- branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Feature.pm (original)
+++ branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Feature.pm Fri Jun 18 02:26:15 2010
@@ -4,7 +4,7 @@
 use autodie;
 package CPAN::Meta::Feature;
 BEGIN {
-  $CPAN::Meta::Feature::VERSION = '2.101610';
+  $CPAN::Meta::Feature::VERSION = '2.101670';
 }
 # ABSTRACT: an optional feature provided by a CPAN distribution
 
@@ -44,7 +44,7 @@
 
 =head1 VERSION
 
-version 2.101610
+version 2.101670
 
 =head1 DESCRIPTION
 

Modified: branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/History.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/History.pm?rev=59483&op=diff
==============================================================================
--- branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/History.pm (original)
+++ branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/History.pm Fri Jun 18 02:26:15 2010
@@ -5,7 +5,7 @@
 use autodie;
 package CPAN::Meta::History;
 BEGIN {
-  $CPAN::Meta::History::VERSION = '2.101610';
+  $CPAN::Meta::History::VERSION = '2.101670';
 }
 # ABSTRACT: history of CPAN Meta Spec changes
 1;
@@ -21,7 +21,7 @@
 
 =head1 VERSION
 
-version 2.101610
+version 2.101670
 
 =head1 DESCRIPTION
 

Modified: branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Prereqs.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Prereqs.pm?rev=59483&op=diff
==============================================================================
--- branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Prereqs.pm (original)
+++ branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Prereqs.pm Fri Jun 18 02:26:15 2010
@@ -4,7 +4,7 @@
 use autodie;
 package CPAN::Meta::Prereqs;
 BEGIN {
-  $CPAN::Meta::Prereqs::VERSION = '2.101610';
+  $CPAN::Meta::Prereqs::VERSION = '2.101670';
 }
 # ABSTRACT: a set of distribution prerequisites by phase and type
 
@@ -151,7 +151,7 @@
 
 =head1 VERSION
 
-version 2.101610
+version 2.101670
 
 =head1 DESCRIPTION
 

Modified: branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Spec.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Spec.pm?rev=59483&op=diff
==============================================================================
--- branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Spec.pm (original)
+++ branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Spec.pm Fri Jun 18 02:26:15 2010
@@ -5,7 +5,7 @@
 use autodie;
 package CPAN::Meta::Spec;
 BEGIN {
-  $CPAN::Meta::Spec::VERSION = '2.101610';
+  $CPAN::Meta::Spec::VERSION = '2.101670';
 }
 # ABSTRACT: specification for CPAN distribution metadata
 1;
@@ -21,7 +21,7 @@
 
 =head1 VERSION
 
-version 2.101610
+version 2.101670
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Validator.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Validator.pm?rev=59483&op=diff
==============================================================================
--- branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Validator.pm (original)
+++ branches/upstream/libcpan-meta-perl/current/lib/CPAN/Meta/Validator.pm Fri Jun 18 02:26:15 2010
@@ -4,7 +4,7 @@
 use autodie;
 package CPAN::Meta::Validator;
 BEGIN {
-  $CPAN::Meta::Validator::VERSION = '2.101610';
+  $CPAN::Meta::Validator::VERSION = '2.101670';
 }
 # ABSTRACT: validate CPAN distribution metadata structures
 
@@ -840,7 +840,7 @@
 
 =head1 VERSION
 
-version 2.101610
+version 2.101670
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libcpan-meta-perl/current/t/repository.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-meta-perl/current/t/repository.t?rev=59483&op=diff
==============================================================================
--- branches/upstream/libcpan-meta-perl/current/t/repository.t (original)
+++ branches/upstream/libcpan-meta-perl/current/t/repository.t Fri Jun 18 02:26:15 2010
@@ -6,7 +6,7 @@
 
 # 1.4 repository upgrade
 {
-  my $label = "(version 1.4) old repository winds up in 'web'";
+  my $label = "(version 1.4) old repository winds up in 'url'";
   my $meta = CPAN::Meta->new(
     {
       name     => 'Module-Billed',
@@ -32,7 +32,7 @@
     $meta->resources,
     {
       repository => {
-        web => 'http://example.com/',
+        url => 'http://example.com/',
       },
     },
     $label,




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