r48326 - in /trunk/libcpan-uploader-perl: Changes META.json META.yml Makefile.PL README bin/cpan-upload debian/changelog debian/rules lib/CPAN/Uploader.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Dec 6 02:09:12 UTC 2009


Author: jawnsy-guest
Date: Sun Dec  6 02:09:04 2009
New Revision: 48326

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48326
Log:
integrate new upstream version, which has docs for cpan-upload

Modified:
    trunk/libcpan-uploader-perl/Changes
    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/bin/cpan-upload
    trunk/libcpan-uploader-perl/debian/changelog
    trunk/libcpan-uploader-perl/debian/rules
    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=48326&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/Changes (original)
+++ trunk/libcpan-uploader-perl/Changes Sun Dec  6 02:09:04 2009
@@ -1,4 +1,7 @@
 Revision history for CPAN-Uploader
+
+0.093390  2009-12-05 20:59:51 America/New_York
+          include docs on cpan-uploader command
 
 0.093330  2009-11-29 17:47:16 America/New_York
           prompt for password if none is in config (patch from David Caldwell)

Modified: trunk/libcpan-uploader-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/META.json?rev=48326&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/META.json (original)
+++ trunk/libcpan-uploader-perl/META.json Sun Dec  6 02:09:04 2009
@@ -6,8 +6,8 @@
       "version" : 1.4,
       "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
    },
-   "generated_by" : "Dist::Zilla version 1.093290",
-   "version" : "0.093330",
+   "generated_by" : "Dist::Zilla version 1.093380",
+   "version" : "0.093390",
    "name" : "CPAN-Uploader",
    "author" : [
       "Ricardo SIGNES <rjbs at cpan.org>"

Modified: trunk/libcpan-uploader-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/META.yml?rev=48326&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/META.yml (original)
+++ trunk/libcpan-uploader-perl/META.yml Sun Dec  6 02:09:04 2009
@@ -2,7 +2,7 @@
 abstract: 'upload things to the CPAN'
 author:
   - 'Ricardo SIGNES <rjbs at cpan.org>'
-generated_by: 'Dist::Zilla version 1.093290'
+generated_by: 'Dist::Zilla version 1.093380'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,4 +19,4 @@
   URI: 0
 resources:
   repository: http://github.com/rjbs/cpan-uploader
-version: 0.093330
+version: 0.093390

Modified: trunk/libcpan-uploader-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/Makefile.PL?rev=48326&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/Makefile.PL (original)
+++ trunk/libcpan-uploader-perl/Makefile.PL Sun Dec  6 02:09:04 2009
@@ -11,7 +11,7 @@
   NAME      => 'CPAN::Uploader',
   AUTHOR    => "Ricardo\ SIGNES\ \<rjbs\@cpan\.org\>",
   ABSTRACT  => "upload\ things\ to\ the\ CPAN",
-  VERSION   => '0.093330',
+  VERSION   => '0.093390',
   EXE_FILES => [ qw(bin/cpan-upload) ],
   (eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'perl') : ()),
   PREREQ_PM    => {

Modified: trunk/libcpan-uploader-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/README?rev=48326&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/README (original)
+++ trunk/libcpan-uploader-perl/README Sun Dec  6 02:09:04 2009
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution CPAN-Uploader, version
-0.093330:
+0.093390:
 
   upload things to the CPAN
 

Modified: trunk/libcpan-uploader-perl/bin/cpan-upload
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/bin/cpan-upload?rev=48326&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/bin/cpan-upload (original)
+++ trunk/libcpan-uploader-perl/bin/cpan-upload Sun Dec  6 02:09:04 2009
@@ -4,6 +4,36 @@
 use Carp;
 use CPAN::Uploader;
 use File::Spec;
+
+=head1 NAME
+
+cpan-upload - upload a distribution to the CPAN
+
+=head1 USAGE
+
+  usage: cpan-upload [options] file-to-upload
+    -v --verbose       enable verbose logging
+    -h --help          display this help message
+    --dry-run          do not actually upload anything
+                     
+    -u --user          your PAUSE username
+    -p --password      the password to your PAUSE account
+    -d --directory     a dir in your CPAN space in which to put the file
+    --http-proxy       URL of the http proxy to use in uploading
+
+=head1 CONFIGURATION
+
+If you have a C<.pause> file in your home directory, it will be checked for a
+username and password.  It should look like this:
+
+  user EXAMPLE
+  password your-secret-password
+
+=head1 SEE ALSO
+
+L<CPAN::Uploader>
+
+=cut
 
 use Getopt::Long::Descriptive;
 $Getopt::Long::Descriptive::MungeOptions = 1;

Modified: trunk/libcpan-uploader-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/debian/changelog?rev=48326&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/debian/changelog (original)
+++ trunk/libcpan-uploader-perl/debian/changelog Sun Dec  6 02:09:04 2009
@@ -1,5 +1,5 @@
-libcpan-uploader-perl (0.093330-1) UNRELEASED; urgency=low
+libcpan-uploader-perl (0.093390-1) UNRELEASED; urgency=low
 
   * Initial Release (Closes: #559066)
 
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 30 Nov 2009 17:06:07 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 05 Dec 2009 17:56:32 -0500

Modified: trunk/libcpan-uploader-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-uploader-perl/debian/rules?rev=48326&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/debian/rules (original)
+++ trunk/libcpan-uploader-perl/debian/rules Sun Dec  6 02:09:04 2009
@@ -4,4 +4,4 @@
 	dh $@
 
 override_dh_auto_test:
-	RELEASE_TESTING dh_auto_test
+	RELEASE_TESTING=1 dh_auto_test

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=48326&op=diff
==============================================================================
--- trunk/libcpan-uploader-perl/lib/CPAN/Uploader.pm (original)
+++ trunk/libcpan-uploader-perl/lib/CPAN/Uploader.pm Sun Dec  6 02:09:04 2009
@@ -1,9 +1,7 @@
 use strict;
 use warnings;
 package CPAN::Uploader;
-our $VERSION = '0.093330';
-
-
+our $VERSION = '0.093390';
 # ABSTRACT: upload things to the CPAN
 
 
@@ -134,7 +132,7 @@
 
 =head1 VERSION
 
-version 0.093330
+version 0.093390
 
 =head1 METHODS
 




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