r58846 - in /trunk/libcpan-uploader-perl: Changes MANIFEST META.json META.yml Makefile.PL README debian/changelog lib/CPAN/Uploader.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri Jun 4 11:44:51 UTC 2010


Author: ansgar-guest
Date: Fri Jun  4 11:44:42 2010
New Revision: 58846

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58846
Log:
IGNORE-VERSION: 0.101550-1
Minor change to user agent string.

Modified:
    trunk/libcpan-uploader-perl/Changes
    trunk/libcpan-uploader-perl/MANIFEST
    trunk/libcpan-uploader-perl/META.json
    trunk/libcpan-uploader-perl/META.yml
    trunk/libcpan-uploader-perl/Makefile.PL
    trunk/libcpan-uploader-perl/README
    trunk/libcpan-uploader-perl/debian/changelog
    trunk/libcpan-uploader-perl/lib/CPAN/Uploader.pm

Modified: trunk/libcpan-uploader-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/Changes?rev=58846&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/Changes (original)
+++ trunk/libcpan-uploader-perl/Changes Fri Jun  4 11:44:42 2010
@@ -1,4 +1,7 @@
 Revision history for CPAN-Uploader
+
+0.101550  2010-06-04 00:00:50 America/New_York
+          minor tweak to the user-agent string sent
 
 0.101260  2010-05-06 22:48:37 America/New_York
           move config file reading into CPAN::Uploader and out of the bin

Modified: trunk/libcpan-uploader-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/MANIFEST?rev=58846&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/MANIFEST (original)
+++ trunk/libcpan-uploader-perl/MANIFEST Fri Jun  4 11:44:42 2010
@@ -9,4 +9,4 @@
 dist.ini
 lib/CPAN/Uploader.pm
 t/00-load.t
-t/release-pod-syntax.t
+t/release-pod-syntax.t

Modified: trunk/libcpan-uploader-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/META.json?rev=58846&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/META.json (original)
+++ trunk/libcpan-uploader-perl/META.json Fri Jun  4 11:44:42 2010
@@ -3,191 +3,202 @@
    "author" : [
       "Ricardo SIGNES <rjbs at cpan.org>"
    ],
-   "build_requires" : {
-      "Test::More" : "0"
-   },
-   "configure_requires" : {
-      "ExtUtils::MakeMaker" : "6.31"
-   },
-   "generated_by" : "Dist::Zilla version 2.101240",
-   "license" : "perl",
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 4.101540",
+   "license" : "perl_5",
    "meta-spec" : {
-      "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html",
-      "version" : 1.4
+      "url" : "http://github.com/dagolden/cpan-meta/",
+      "version" : 2
    },
    "name" : "CPAN-Uploader",
-   "recommends" : {},
-   "requires" : {
-      "Carp" : "0",
-      "Data::Dumper" : "0",
-      "File::Basename" : "0",
-      "File::Spec" : "0",
-      "Getopt::Long::Descriptive" : "0.084",
-      "HTTP::Request::Common" : "0",
-      "HTTP::Status" : "0",
-      "LWP::UserAgent" : "0",
-      "Term::ReadKey" : "0"
+   "prereqs" : {
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "6.31"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Carp" : "0",
+            "Data::Dumper" : "0",
+            "File::Basename" : "0",
+            "File::Spec" : "0",
+            "Getopt::Long::Descriptive" : "0.084",
+            "HTTP::Request::Common" : "0",
+            "HTTP::Status" : "0",
+            "LWP::UserAgent" : "0",
+            "Term::ReadKey" : "0"
+         }
+      },
+      "test" : {
+         "requires" : {
+            "Test::More" : "0"
+         }
+      }
    },
+   "release_status" : "stable",
    "resources" : {
-      "repository" : "git://git.codesimply.com/CPAN-Uploader.git"
+      "repository" : {
+         "url" : "git://git.codesimply.com/CPAN-Uploader.git"
+      }
    },
-   "version" : "0.101260",
+   "version" : "0.101550",
    "x_Dist_Zilla" : {
       "plugins" : [
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
             "name" : "@RJBS/@Basic/GatherDir",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@RJBS/@Basic/PruneCruft",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@RJBS/@Basic/ManifestSkip",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@RJBS/@Basic/MetaYAML",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@RJBS/@Basic/License",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@RJBS/@Basic/Readme",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
             "name" : "@RJBS/@Basic/ExtraTests",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@RJBS/@Basic/ExecDir",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@RJBS/@Basic/ShareDir",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "name" : "@RJBS/@Basic/MakeMaker",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@RJBS/@Basic/Manifest",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@RJBS/@Basic/TestRelease",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@RJBS/@Basic/ConfirmRelease",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@RJBS/@Basic/UploadToCPAN",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereq",
             "name" : "@RJBS/AutoPrereq",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoVersion",
             "name" : "@RJBS/AutoVersion",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@RJBS/PkgVersion",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@RJBS/MetaConfig",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@RJBS/MetaJSON",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@RJBS/NextRelease",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@RJBS/PodSyntaxTests",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::Repository",
             "name" : "@RJBS/Repository",
-            "version" : "0.11"
+            "version" : "0.13"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
             "name" : "@RJBS/PodWeaver",
-            "version" : "3.100710"
+            "version" : "3.101530"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
             "name" : "@RJBS/@Git/Check",
-            "version" : "1.100970"
+            "version" : "1.101330"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "name" : "@RJBS/@Git/Commit",
-            "version" : "1.100970"
+            "version" : "1.101330"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
             "name" : "@RJBS/@Git/Tag",
-            "version" : "1.100970"
+            "version" : "1.101330"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
             "name" : "@RJBS/@Git/Push",
-            "version" : "1.100970"
+            "version" : "1.101330"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "2.101240"
+            "version" : "4.101540"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "2.101240"
+            "version" : "4.101540"
          }
       ],
       "zilla" : {
@@ -195,7 +206,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "2.101240"
+         "version" : "4.101540"
       }
    }
 }

Modified: trunk/libcpan-uploader-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/META.yml?rev=58846&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/META.yml (original)
+++ trunk/libcpan-uploader-perl/META.yml Fri Jun  4 11:44:42 2010
@@ -6,13 +6,13 @@
   Test::More: 0
 configure_requires:
   ExtUtils::MakeMaker: 6.31
-generated_by: 'Dist::Zilla version 2.101240'
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 4.101540, CPAN::Meta::Converter version 2.101461'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: CPAN-Uploader
-recommends: {}
 requires:
   Carp: 0
   Data::Dumper: 0
@@ -25,135 +25,135 @@
   Term::ReadKey: 0
 resources:
   repository: git://git.codesimply.com/CPAN-Uploader.git
-version: 0.101260
+version: 0.101550
 x_Dist_Zilla:
   plugins:
     -
       class: Dist::Zilla::Plugin::GatherDir
       name: '@RJBS/@Basic/GatherDir'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@RJBS/@Basic/PruneCruft'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@RJBS/@Basic/ManifestSkip'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@RJBS/@Basic/MetaYAML'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::License
       name: '@RJBS/@Basic/License'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@RJBS/@Basic/Readme'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::ExtraTests
       name: '@RJBS/@Basic/ExtraTests'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@RJBS/@Basic/ExecDir'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@RJBS/@Basic/ShareDir'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::MakeMaker
       name: '@RJBS/@Basic/MakeMaker'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@RJBS/@Basic/Manifest'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@RJBS/@Basic/TestRelease'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@RJBS/@Basic/ConfirmRelease'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@RJBS/@Basic/UploadToCPAN'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::AutoPrereq
       name: '@RJBS/AutoPrereq'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::AutoVersion
       name: '@RJBS/AutoVersion'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@RJBS/PkgVersion'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@RJBS/MetaConfig'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@RJBS/MetaJSON'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@RJBS/NextRelease'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@RJBS/PodSyntaxTests'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::Repository
       name: '@RJBS/Repository'
-      version: 0.11
+      version: 0.13
     -
       class: Dist::Zilla::Plugin::PodWeaver
       name: '@RJBS/PodWeaver'
-      version: 3.100710
+      version: 3.101530
     -
       class: Dist::Zilla::Plugin::Git::Check
       name: '@RJBS/@Git/Check'
-      version: 1.100970
+      version: 1.101330
     -
       class: Dist::Zilla::Plugin::Git::Commit
       name: '@RJBS/@Git/Commit'
-      version: 1.100970
+      version: 1.101330
     -
       class: Dist::Zilla::Plugin::Git::Tag
       name: '@RJBS/@Git/Tag'
-      version: 1.100970
+      version: 1.101330
     -
       class: Dist::Zilla::Plugin::Git::Push
       name: '@RJBS/@Git/Push'
-      version: 1.100970
+      version: 1.101330
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 2.101240
+      version: 4.101540
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 2.101240
+      version: 4.101540
   zilla:
     class: Dist::Zilla
     config:
       is_trial: 0
-    version: 2.101240
+    version: 4.101540

Modified: trunk/libcpan-uploader-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/Makefile.PL?rev=58846&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/Makefile.PL (original)
+++ trunk/libcpan-uploader-perl/Makefile.PL Fri Jun  4 11:44:42 2010
@@ -9,44 +9,44 @@
 
 
 my %WriteMakefileArgs = (
-                       'ABSTRACT' => 'upload things to the CPAN',
-                       'AUTHOR' => 'Ricardo SIGNES <rjbs at cpan.org>',
-                       'BUILD_REQUIRES' => {
-                                             'Test::More' => '0'
-                                           },
-                       'CONFIGURE_REQUIRES' => {
-                                                 'ExtUtils::MakeMaker' => '6.31'
-                                               },
-                       'DISTNAME' => 'CPAN-Uploader',
-                       'EXE_FILES' => [
-                                        'bin/cpan-upload'
-                                      ],
-                       'LICENSE' => 'perl',
-                       'NAME' => 'CPAN::Uploader',
-                       'PREREQ_PM' => {
-                                        'Carp' => '0',
-                                        'Data::Dumper' => '0',
-                                        'File::Basename' => '0',
-                                        'File::Spec' => '0',
-                                        'Getopt::Long::Descriptive' => '0.084',
-                                        'HTTP::Request::Common' => '0',
-                                        'HTTP::Status' => '0',
-                                        'LWP::UserAgent' => '0',
-                                        'Term::ReadKey' => '0'
-                                      },
-                       'VERSION' => '0.101260',
-                       'test' => {
-                                   'TESTS' => 't/*.t'
-                                 }
-                     );
+  'ABSTRACT' => 'upload things to the CPAN',
+  'AUTHOR' => 'Ricardo SIGNES <rjbs at cpan.org>',
+  'BUILD_REQUIRES' => {
+    'Test::More' => '0'
+  },
+  'CONFIGURE_REQUIRES' => {
+    'ExtUtils::MakeMaker' => '6.31'
+  },
+  'DISTNAME' => 'CPAN-Uploader',
+  'EXE_FILES' => [
+    'bin/cpan-upload'
+  ],
+  'LICENSE' => 'perl',
+  'NAME' => 'CPAN::Uploader',
+  'PREREQ_PM' => {
+    'Carp' => '0',
+    'Data::Dumper' => '0',
+    'File::Basename' => '0',
+    'File::Spec' => '0',
+    'Getopt::Long::Descriptive' => '0.084',
+    'HTTP::Request::Common' => '0',
+    'HTTP::Status' => '0',
+    'LWP::UserAgent' => '0',
+    'Term::ReadKey' => '0'
+  },
+  'VERSION' => '0.101550',
+  'test' => {
+    'TESTS' => 't/*.t'
+  }
+);
 
 
 unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
   my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
-  my $pp = $WriteMakefileArgs{PREREQ_PM}; 
+  my $pp = $WriteMakefileArgs{PREREQ_PM};
   for my $mod ( keys %$br ) {
     if ( exists $pp->{$mod} ) {
-      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod}; 
+      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
     }
     else {
       $pp->{$mod} = $br->{$mod};

Modified: trunk/libcpan-uploader-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/README?rev=58846&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/README (original)
+++ trunk/libcpan-uploader-perl/README Fri Jun  4 11:44:42 2010
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution CPAN-Uploader,
-version 0.101260:
+version 0.101550:
 
   upload things to the CPAN
 

Modified: trunk/libcpan-uploader-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/debian/changelog?rev=58846&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/debian/changelog (original)
+++ trunk/libcpan-uploader-perl/debian/changelog Fri Jun  4 11:44:42 2010
@@ -1,3 +1,10 @@
+libcpan-uploader-perl (0.101550-1) UNRELEASED; urgency=low
+
+  IGNORE-VERSION: 0.101550-1
+  Minor change to user agent string.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 04 Jun 2010 20:36:56 +0900
+
 libcpan-uploader-perl (0.101260-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libcpan-uploader-perl/lib/CPAN/Uploader.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/lib/CPAN/Uploader.pm?rev=58846&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/lib/CPAN/Uploader.pm (original)
+++ trunk/libcpan-uploader-perl/lib/CPAN/Uploader.pm Fri Jun  4 11:44:42 2010
@@ -2,7 +2,7 @@
 use warnings;
 package CPAN::Uploader;
 BEGIN {
-  $CPAN::Uploader::VERSION = '0.101260';
+  $CPAN::Uploader::VERSION = '0.101550';
 }
 # ABSTRACT: upload things to the CPAN
 
@@ -42,6 +42,14 @@
   }
 }
 
+sub _ua_string {
+  my ($self) = @_;
+  my $class   = ref $self || $self;
+  my $version = $class->VERSION;
+
+  return "$class/$version";
+}
+
 sub _upload {
   my $self = shift;
   my $file = shift;
@@ -49,7 +57,7 @@
   $self->log("registering upload with PAUSE web server");
 
   my $agent = LWP::UserAgent->new;
-  $agent->agent($self . q{/} . $self->VERSION);
+  $agent->agent( $self->_ua_string );
 
   $agent->proxy(http => $self->{http_proxy}) if $self->{http_proxy};
 
@@ -167,7 +175,7 @@
 
 =head1 VERSION
 
-version 0.101260
+version 0.101550
 
 =head1 METHODS
 




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