r69037 - in /branches/upstream/libcpan-mini-perl/current: Changes LICENSE MANIFEST META.json META.yml Makefile.PL README bin/minicpan dist.ini lib/CPAN/Mini.pm lib/CPAN/Mini/App.pm t/release-pod-coverage.t t/release-pod-syntax.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Feb 19 01:51:30 UTC 2011


Author: jawnsy-guest
Date: Sat Feb 19 01:51:23 2011
New Revision: 69037

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

Removed:
    branches/upstream/libcpan-mini-perl/current/t/release-pod-coverage.t
Modified:
    branches/upstream/libcpan-mini-perl/current/Changes
    branches/upstream/libcpan-mini-perl/current/LICENSE
    branches/upstream/libcpan-mini-perl/current/MANIFEST
    branches/upstream/libcpan-mini-perl/current/META.json
    branches/upstream/libcpan-mini-perl/current/META.yml
    branches/upstream/libcpan-mini-perl/current/Makefile.PL
    branches/upstream/libcpan-mini-perl/current/README
    branches/upstream/libcpan-mini-perl/current/bin/minicpan
    branches/upstream/libcpan-mini-perl/current/dist.ini
    branches/upstream/libcpan-mini-perl/current/lib/CPAN/Mini.pm
    branches/upstream/libcpan-mini-perl/current/lib/CPAN/Mini/App.pm
    branches/upstream/libcpan-mini-perl/current/t/release-pod-syntax.t

Modified: branches/upstream/libcpan-mini-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-mini-perl/current/Changes?rev=69037&op=diff
==============================================================================
--- branches/upstream/libcpan-mini-perl/current/Changes (original)
+++ branches/upstream/libcpan-mini-perl/current/Changes Sat Feb 19 01:51:23 2011
@@ -1,4 +1,14 @@
 Revision history for CPAN-Mini
+
+1.111001  2011-02-10 19:34:38 America/New_York
+          restore six-digit-mantissa versioning to help downstream packagers
+
+1.111     2011-02-05 15:13:17 America/New_York
+          add --timeout (thanks, Gabor Szabo!)
+
+1.110     2011-01-27 21:48:34 America/New_York
+          if the config file does not exist, do not die or spew warnings; this
+          fixes RT #57388
 
 1.100630  2010-03-04 07:57:34 America/New_York
           suppress "using config..." during setup with -qq

Modified: branches/upstream/libcpan-mini-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-mini-perl/current/LICENSE?rev=69037&op=diff
==============================================================================
--- branches/upstream/libcpan-mini-perl/current/LICENSE (original)
+++ branches/upstream/libcpan-mini-perl/current/LICENSE Sat Feb 19 01:51:23 2011
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Ricardo SIGNES.
+This software is copyright (c) 2004 by Ricardo SIGNES.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2010 by Ricardo SIGNES.
+This software is Copyright (c) 2004 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2010 by Ricardo SIGNES.
+This software is Copyright (c) 2004 by Ricardo SIGNES.
 
 This is free software, licensed under:
 

Modified: branches/upstream/libcpan-mini-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-mini-perl/current/MANIFEST?rev=69037&op=diff
==============================================================================
--- branches/upstream/libcpan-mini-perl/current/MANIFEST (original)
+++ branches/upstream/libcpan-mini-perl/current/MANIFEST Sat Feb 19 01:51:23 2011
@@ -13,5 +13,4 @@
 t/00-load.t
 t/config_file.t
 t/filter.t
-t/release-pod-coverage.t
-t/release-pod-syntax.t
+t/release-pod-syntax.t

Modified: branches/upstream/libcpan-mini-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-mini-perl/current/META.json?rev=69037&op=diff
==============================================================================
--- branches/upstream/libcpan-mini-perl/current/META.json (original)
+++ branches/upstream/libcpan-mini-perl/current/META.json Sat Feb 19 01:51:23 2011
@@ -1,40 +1,238 @@
 {
-   "resources" : {
-      "repository" : "git://git.codesimply.com/CPAN-Mini.git"
-   },
-   "meta-spec" : {
-      "version" : 1.4,
-      "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
-   },
-   "generated_by" : "Dist::Zilla version 1.100630",
-   "version" : "1.100630",
-   "name" : "CPAN-Mini",
+   "abstract" : "create a minimal mirror of CPAN",
    "author" : [
       "Ricardo SIGNES <rjbs at cpan.org>",
       "Randal Schwartz <merlyn at stonehenge.com>"
    ],
-   "license" : "perl",
-   "build_requires" : {},
-   "requires" : {
-      "File::Copy" : 0,
-      "Getopt::Long" : 0,
-      "Compress::Zlib" : "1.20",
-      "URI" : "1",
-      "Pod::Usage" : "1.00",
-      "File::HomeDir" : "0.57",
-      "File::Spec" : 0,
-      "Carp" : 0,
-      "Test::More" : 0,
-      "perl" : "5.006",
-      "LWP::UserAgent" : "5",
-      "File::Find" : 0,
-      "File::Temp" : 0,
-      "File::Path" : "2.04",
-      "File::Basename" : 0
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 4.200003, CPAN::Meta::Converter version 2.110390",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
    },
-   "abstract" : "create a minimal mirror of CPAN",
-   "configure_requires" : {
-      "ExtUtils::MakeMaker" : "6.11"
+   "name" : "CPAN-Mini",
+   "prereqs" : {
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "6.31"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Carp" : 0,
+            "Compress::Zlib" : "1.20",
+            "File::Basename" : 0,
+            "File::Copy" : 0,
+            "File::Find" : 0,
+            "File::HomeDir" : "0.57",
+            "File::Path" : "2.04",
+            "File::Spec" : 0,
+            "File::Temp" : 0,
+            "Getopt::Long" : 0,
+            "LWP::UserAgent" : "5",
+            "Pod::Usage" : "1.00",
+            "URI" : "1",
+            "perl" : "5.006"
+         }
+      },
+      "test" : {
+         "requires" : {
+            "Test::More" : "0.96"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "repository" : {
+         "type" : "git",
+         "url" : "git://git.codesimply.com/CPAN-Mini.git"
+      }
+   },
+   "version" : "1.111001",
+   "x_Dist_Zilla" : {
+      "plugins" : [
+         {
+            "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
+            "name" : "@RJBS/CheckPrereqsIndexed",
+            "version" : "0.002"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::GatherDir",
+            "name" : "@RJBS/@Basic/GatherDir",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PruneCruft",
+            "name" : "@RJBS/@Basic/PruneCruft",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ManifestSkip",
+            "name" : "@RJBS/@Basic/ManifestSkip",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaYAML",
+            "name" : "@RJBS/@Basic/MetaYAML",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::License",
+            "name" : "@RJBS/@Basic/License",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Readme",
+            "name" : "@RJBS/@Basic/Readme",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExtraTests",
+            "name" : "@RJBS/@Basic/ExtraTests",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExecDir",
+            "name" : "@RJBS/@Basic/ExecDir",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ShareDir",
+            "name" : "@RJBS/@Basic/ShareDir",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MakeMaker",
+            "name" : "@RJBS/@Basic/MakeMaker",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Manifest",
+            "name" : "@RJBS/@Basic/Manifest",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::TestRelease",
+            "name" : "@RJBS/@Basic/TestRelease",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
+            "name" : "@RJBS/@Basic/ConfirmRelease",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
+            "name" : "@RJBS/@Basic/UploadToCPAN",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
+            "name" : "@RJBS/AutoPrereqs",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::NextVersion",
+            "name" : "@RJBS/Git::NextVersion",
+            "version" : "1.110330"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PkgVersion",
+            "name" : "@RJBS/PkgVersion",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaConfig",
+            "name" : "@RJBS/MetaConfig",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaJSON",
+            "name" : "@RJBS/MetaJSON",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::NextRelease",
+            "name" : "@RJBS/NextRelease",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
+            "name" : "@RJBS/PodSyntaxTests",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Repository",
+            "name" : "@RJBS/Repository",
+            "version" : "0.17"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Prereqs",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs" : {
+                  "phase" : "test",
+                  "type" : "requires"
+               }
+            },
+            "name" : "@RJBS/TestMoreWithSubtests",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodWeaver",
+            "name" : "@RJBS/PodWeaver",
+            "version" : "3.101641"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Check",
+            "name" : "@RJBS/@Git/Check",
+            "version" : "1.110330"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Commit",
+            "name" : "@RJBS/@Git/Commit",
+            "version" : "1.110330"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Tag",
+            "name" : "@RJBS/@Git/Tag",
+            "version" : "1.110330"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Push",
+            "name" : "@RJBS/@Git/Push",
+            "version" : "1.110330"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":InstallModules",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":TestFiles",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ExecFiles",
+            "version" : "4.200003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ShareFiles",
+            "version" : "4.200003"
+         }
+      ],
+      "zilla" : {
+         "class" : "Dist::Zilla::Dist::Builder",
+         "config" : {
+            "is_trial" : 0
+         },
+         "version" : "4.200003"
+      }
    }
 }
 

Modified: branches/upstream/libcpan-mini-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-mini-perl/current/META.yml?rev=69037&op=diff
==============================================================================
--- branches/upstream/libcpan-mini-perl/current/META.yml (original)
+++ branches/upstream/libcpan-mini-perl/current/META.yml Sat Feb 19 01:51:23 2011
@@ -3,10 +3,12 @@
 author:
   - 'Ricardo SIGNES <rjbs at cpan.org>'
   - 'Randal Schwartz <merlyn at stonehenge.com>'
-build_requires: {}
+build_requires:
+  Test::More: 0.96
 configure_requires:
-  ExtUtils::MakeMaker: 6.11
-generated_by: 'Dist::Zilla version 1.100630'
+  ExtUtils::MakeMaker: 6.31
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 4.200003, CPAN::Meta::Converter version 2.110390'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,9 +27,151 @@
   Getopt::Long: 0
   LWP::UserAgent: 5
   Pod::Usage: 1.00
-  Test::More: 0
   URI: 1
   perl: 5.006
 resources:
   repository: git://git.codesimply.com/CPAN-Mini.git
-version: 1.100630
+version: 1.111001
+x_Dist_Zilla:
+  plugins:
+    -
+      class: Dist::Zilla::Plugin::CheckPrereqsIndexed
+      name: '@RJBS/CheckPrereqsIndexed'
+      version: 0.002
+    -
+      class: Dist::Zilla::Plugin::GatherDir
+      name: '@RJBS/@Basic/GatherDir'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::PruneCruft
+      name: '@RJBS/@Basic/PruneCruft'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::ManifestSkip
+      name: '@RJBS/@Basic/ManifestSkip'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::MetaYAML
+      name: '@RJBS/@Basic/MetaYAML'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::License
+      name: '@RJBS/@Basic/License'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::Readme
+      name: '@RJBS/@Basic/Readme'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::ExtraTests
+      name: '@RJBS/@Basic/ExtraTests'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::ExecDir
+      name: '@RJBS/@Basic/ExecDir'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::ShareDir
+      name: '@RJBS/@Basic/ShareDir'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::MakeMaker
+      name: '@RJBS/@Basic/MakeMaker'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::Manifest
+      name: '@RJBS/@Basic/Manifest'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::TestRelease
+      name: '@RJBS/@Basic/TestRelease'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::ConfirmRelease
+      name: '@RJBS/@Basic/ConfirmRelease'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::UploadToCPAN
+      name: '@RJBS/@Basic/UploadToCPAN'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::AutoPrereqs
+      name: '@RJBS/AutoPrereqs'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::Git::NextVersion
+      name: '@RJBS/Git::NextVersion'
+      version: 1.110330
+    -
+      class: Dist::Zilla::Plugin::PkgVersion
+      name: '@RJBS/PkgVersion'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::MetaConfig
+      name: '@RJBS/MetaConfig'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::MetaJSON
+      name: '@RJBS/MetaJSON'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::NextRelease
+      name: '@RJBS/NextRelease'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::PodSyntaxTests
+      name: '@RJBS/PodSyntaxTests'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::Repository
+      name: '@RJBS/Repository'
+      version: 0.17
+    -
+      class: Dist::Zilla::Plugin::Prereqs
+      config:
+        Dist::Zilla::Plugin::Prereqs:
+          phase: test
+          type: requires
+      name: '@RJBS/TestMoreWithSubtests'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::PodWeaver
+      name: '@RJBS/PodWeaver'
+      version: 3.101641
+    -
+      class: Dist::Zilla::Plugin::Git::Check
+      name: '@RJBS/@Git/Check'
+      version: 1.110330
+    -
+      class: Dist::Zilla::Plugin::Git::Commit
+      name: '@RJBS/@Git/Commit'
+      version: 1.110330
+    -
+      class: Dist::Zilla::Plugin::Git::Tag
+      name: '@RJBS/@Git/Tag'
+      version: 1.110330
+    -
+      class: Dist::Zilla::Plugin::Git::Push
+      name: '@RJBS/@Git/Push'
+      version: 1.110330
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':InstallModules'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':TestFiles'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ExecFiles'
+      version: 4.200003
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ShareFiles'
+      version: 4.200003
+  zilla:
+    class: Dist::Zilla::Dist::Builder
+    config:
+      is_trial: 0
+    version: 4.200003

Modified: branches/upstream/libcpan-mini-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-mini-perl/current/Makefile.PL?rev=69037&op=diff
==============================================================================
--- branches/upstream/libcpan-mini-perl/current/Makefile.PL (original)
+++ branches/upstream/libcpan-mini-perl/current/Makefile.PL Sat Feb 19 01:51:23 2011
@@ -2,50 +2,64 @@
 use strict;
 use warnings;
 
- BEGIN { require 5.006; } 
+BEGIN { require 5.006; }
 
-use ExtUtils::MakeMaker 6.11;
+use ExtUtils::MakeMaker 6.31;
 
 
 
 my %WriteMakefileArgs = (
-                       'test' => {
-                                   'TESTS' => 't/*.t'
-                                 },
-                       'NAME' => 'CPAN::Mini',
-                       'DISTNAME' => 'CPAN-Mini',
-                       'CONFIGURE_REQUIRES' => {
-                                                 'ExtUtils::MakeMaker' => '6.11'
-                                               },
-                       'AUTHOR' => 'Ricardo SIGNES <rjbs at cpan.org>, Randal Schwartz <merlyn at stonehenge.com>',
-                       'BUILD_REQUIRES' => {},
-                       'ABSTRACT' => 'create a minimal mirror of CPAN',
-                       'EXE_FILES' => [
-                                        'bin/minicpan'
-                                      ],
-                       'VERSION' => '1.100630',
-                       'PREREQ_PM' => {
-                                        'File::Copy' => 0,
-                                        'Getopt::Long' => 0,
-                                        'Compress::Zlib' => '1.20',
-                                        'URI' => '1',
-                                        'Pod::Usage' => '1.00',
-                                        'File::HomeDir' => '0.57',
-                                        'File::Spec' => 0,
-                                        'Carp' => 0,
-                                        'Test::More' => 0,
-                                        'LWP::UserAgent' => '5',
-                                        'File::Find' => 0,
-                                        'File::Temp' => 0,
-                                        'File::Path' => '2.04',
-                                        'File::Basename' => 0
-                                      },
-                       'LICENSE' => 'perl'
-                     );
+  'ABSTRACT' => 'create a minimal mirror of CPAN',
+  'AUTHOR' => 'Ricardo SIGNES <rjbs at cpan.org>, Randal Schwartz <merlyn at stonehenge.com>',
+  'BUILD_REQUIRES' => {
+    'Test::More' => '0.96'
+  },
+  'CONFIGURE_REQUIRES' => {
+    'ExtUtils::MakeMaker' => '6.31'
+  },
+  'DISTNAME' => 'CPAN-Mini',
+  'EXE_FILES' => [
+    'bin/minicpan'
+  ],
+  'LICENSE' => 'perl',
+  'NAME' => 'CPAN::Mini',
+  'PREREQ_PM' => {
+    'Carp' => '0',
+    'Compress::Zlib' => '1.20',
+    'File::Basename' => '0',
+    'File::Copy' => '0',
+    'File::Find' => '0',
+    'File::HomeDir' => '0.57',
+    'File::Path' => '2.04',
+    'File::Spec' => '0',
+    'File::Temp' => '0',
+    'Getopt::Long' => '0',
+    'LWP::UserAgent' => '5',
+    'Pod::Usage' => '1.00',
+    'URI' => '1'
+  },
+  'VERSION' => '1.111001',
+  'test' => {
+    'TESTS' => 't/*.t'
+  }
+);
 
 
-delete $WriteMakefileArgs{LICENSE}
-  unless eval { ExtUtils::MakeMaker->VERSION(6.31) };
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
+  my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
+  my $pp = $WriteMakefileArgs{PREREQ_PM};
+  for my $mod ( keys %$br ) {
+    if ( exists $pp->{$mod} ) {
+      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
+    }
+    else {
+      $pp->{$mod} = $br->{$mod};
+    }
+  }
+}
+
+delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
+  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
 WriteMakefile(%WriteMakefileArgs);
 

Modified: branches/upstream/libcpan-mini-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-mini-perl/current/README?rev=69037&op=diff
==============================================================================
--- branches/upstream/libcpan-mini-perl/current/README (original)
+++ branches/upstream/libcpan-mini-perl/current/README Sat Feb 19 01:51:23 2011
@@ -1,12 +1,13 @@
 
 
-This archive contains the distribution CPAN-Mini, version
-1.100630:
+This archive contains the distribution CPAN-Mini,
+version 1.111001:
 
   create a minimal mirror of CPAN
 
-This software is copyright (c) 2010 by Ricardo SIGNES.
+This software is copyright (c) 2004 by Ricardo SIGNES.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
+

Modified: branches/upstream/libcpan-mini-perl/current/bin/minicpan
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-mini-perl/current/bin/minicpan?rev=69037&op=diff
==============================================================================
--- branches/upstream/libcpan-mini-perl/current/bin/minicpan (original)
+++ branches/upstream/libcpan-mini-perl/current/bin/minicpan Sat Feb 19 01:51:23 2011
@@ -4,11 +4,20 @@
 use CPAN::Mini::App;
 CPAN::Mini::App->run;
 
-__END__
+# PODNAME: minicpan
+# ABSTRACT: uses CPAN::Mini to create or update a local mirror
+
+
+
+=pod
 
 =head1 NAME
 
 minicpan - uses CPAN::Mini to create or update a local mirror
+
+=head1 VERSION
+
+version 1.111001
 
 =head1 SYNOPSIS
 
@@ -27,6 +36,7 @@
    -h         - print help and exit
    -v         - print version and exit
    -x         - build an exact mirror, getting even normally disallowed files
+   -t SEC     - timeout in sec. Defaults to 180 sec
    --offline  - operate in offline mode (generally: do nothing)
 
 =head1 DESCRIPTION
@@ -43,7 +53,7 @@
  local:  /home/rjbs/mirrors/minicpan/
  remote: http://your.favorite.cpan/cpan/
  exact_mirror: 1
- 
+
 C<minicpan> tries to find a configuration file through the following process.
 It takes the first defined it finds:
 
@@ -77,13 +87,27 @@
 
 =head1 AUTHORS
 
-Randal Schwartz <F<merlyn at stonehenge.com>> had the bright idea and wrote the
-original implementation.
+=over 4
 
-Ricardo SIGNES <F<rjbs at cpan.org>> brazenly took the script, made a module and
-distribution, and slowly allowed it to gain features.
+=item *
 
-This code was copyrighted in 2004, and is released under the same terms as Perl
-itself.
+Ricardo SIGNES <rjbs at cpan.org>
+
+=item *
+
+Randal Schwartz <merlyn at stonehenge.com>
+
+=back
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2004 by Ricardo SIGNES.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
 
 =cut
+
+
+__END__
+

Modified: branches/upstream/libcpan-mini-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-mini-perl/current/dist.ini?rev=69037&op=diff
==============================================================================
--- branches/upstream/libcpan-mini-perl/current/dist.ini (original)
+++ branches/upstream/libcpan-mini-perl/current/dist.ini Sat Feb 19 01:51:23 2011
@@ -2,6 +2,7 @@
 author  = Ricardo SIGNES <rjbs at cpan.org>
 author  = Randal Schwartz <merlyn at stonehenge.com>
 license = Perl_5
+copyright_year   = 2004
 copyright_holder = Ricardo SIGNES
 
 [@RJBS]

Modified: branches/upstream/libcpan-mini-perl/current/lib/CPAN/Mini.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-mini-perl/current/lib/CPAN/Mini.pm?rev=69037&op=diff
==============================================================================
--- branches/upstream/libcpan-mini-perl/current/lib/CPAN/Mini.pm (original)
+++ branches/upstream/libcpan-mini-perl/current/lib/CPAN/Mini.pm Sat Feb 19 01:51:23 2011
@@ -3,7 +3,9 @@
 use warnings;
 
 package CPAN::Mini;
-our $VERSION = '1.100630';
+BEGIN {
+  $CPAN::Mini::VERSION = '1.111001';
+}
 
 # ABSTRACT: create a minimal mirror of CPAN
 
@@ -156,6 +158,7 @@
     agent     => "$class/$version",
     env_proxy => 1,
     ($self->{no_conn_cache} ? () : (keep_alive => 5)),
+    ($self->{timeout} ? (timeout => $self->{timeout}) : ()),
   );
 
   unless ($self->{offline}) {
@@ -426,10 +429,14 @@
 
   my $config_file = $class->config_file($options);
 
+  return unless defined $config_file;
+
   # This is ugly, but lets us respect -qq for now even before we have an
   # object.  I think a better fix is warranted. -- rjbs, 2010-03-04
   $class->trace("Using config from $config_file\n")
     unless $options->{quiet};
+
+  return unless -e $config_file;
 
   open my $config_fh, '<', $config_file
     or die "couldn't open config file $config_file: $!";
@@ -517,7 +524,7 @@
 
 =head1 VERSION
 
-version 1.100630
+version 1.111001
 
 =head1 SYNOPSIS
 
@@ -615,7 +622,7 @@
 C<skip_perl>
 
 If true, CPAN::Mini will skip the major language distributions: perl, parrot,
-and ponie.
+and ponie.  It will also skip embperl, sybperl, bioperl, and kurila.
 
 =item *
 
@@ -813,12 +820,21 @@
 
 =head1 AUTHORS
 
-  Ricardo SIGNES <rjbs at cpan.org>
-  Randal Schwartz <merlyn at stonehenge.com>
+=over 4
+
+=item *
+
+Ricardo SIGNES <rjbs at cpan.org>
+
+=item *
+
+Randal Schwartz <merlyn at stonehenge.com>
+
+=back
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo SIGNES.
+This software is copyright (c) 2004 by Ricardo SIGNES.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libcpan-mini-perl/current/lib/CPAN/Mini/App.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-mini-perl/current/lib/CPAN/Mini/App.pm?rev=69037&op=diff
==============================================================================
--- branches/upstream/libcpan-mini-perl/current/lib/CPAN/Mini/App.pm (original)
+++ branches/upstream/libcpan-mini-perl/current/lib/CPAN/Mini/App.pm Sat Feb 19 01:51:23 2011
@@ -2,7 +2,9 @@
 use warnings;
 
 package CPAN::Mini::App;
-our $VERSION = '1.100630';
+BEGIN {
+  $CPAN::Mini::App::VERSION = '1.111001';
+}
 
 # ABSTRACT: the guts of the minicpan command
 
@@ -41,6 +43,7 @@
     "f+"          => \$commandline{force},
     "p+"          => \$commandline{perl},
     "x+"          => \$commandline{exact_mirror},
+    "t|timeout=i" => \$commandline{timeout},
   ) or pod2usage(2);
 
   my %config = CPAN::Mini->read_config(\%commandline);
@@ -71,6 +74,7 @@
     path_filters   => $config{path_filters},
     skip_cleanup   => $config{skip_cleanup},
     skip_perl      => (not $config{perl}),
+    timeout        => $config{timeout},
     ignore_source_control => $config{ignore_source_control},
     (defined $config{dirmode} ? (dirmode => $config{dirmode}) : ()),
     (defined $config{errors}  ? (errors  => $config{errors})  : ()),
@@ -89,7 +93,7 @@
 
 =head1 VERSION
 
-version 1.100630
+version 1.111001
 
 =head1 SYNOPSIS
 
@@ -112,12 +116,21 @@
 
 =head1 AUTHORS
 
-  Ricardo SIGNES <rjbs at cpan.org>
-  Randal Schwartz <merlyn at stonehenge.com>
+=over 4
+
+=item *
+
+Ricardo SIGNES <rjbs at cpan.org>
+
+=item *
+
+Randal Schwartz <merlyn at stonehenge.com>
+
+=back
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo SIGNES.
+This software is copyright (c) 2004 by Ricardo SIGNES.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libcpan-mini-perl/current/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcpan-mini-perl/current/t/release-pod-syntax.t?rev=69037&op=diff
==============================================================================
--- branches/upstream/libcpan-mini-perl/current/t/release-pod-syntax.t (original)
+++ branches/upstream/libcpan-mini-perl/current/t/release-pod-syntax.t Sat Feb 19 01:51:23 2011
@@ -9,7 +9,7 @@
 
 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.41";
+plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
 
-all_pod_files_ok();
+all_pod_files_ok();




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