[libcpan-uploader-perl] branch master updated (d3d1b94 -> 355d101)

gregor herrmann gregoa at debian.org
Wed May 6 19:05:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libcpan-uploader-perl.

      from  d3d1b94   Update debian/changelog
       new  52cb705   Add debian/upstream/metadata
       new  2b571dd   Update debian/changelog
      adds  039e990   initial import
      adds  4a937f4   rename
      adds  b45eca4   update config
      adds  52b0690   script
      adds  a5d41fa   make it work, people
      adds  bff2791   new ver with EXE_FILES
      adds  90195c9   prereq bump
      adds  bbe0fee   ignore -verbose
      adds  ff4c3e3   fix docs and error message for class/obj methods from https://rt.cpan.org/Ticket/Display.html?id=40702
      adds  62d02e1   prep new release
      adds  84205a7   add Getopt::Long::Descriptive to prereqs
      adds  1c672b1   switch to Getopt::Long::Descriptive for argument management
      adds  e80edf6   require Data::Dumper
      adds  28c507a   extract the upload process to a stand alone sub. provide a very lame --dry-run option which refuses to upload anything and dumps the args to _upload
      adds  643b162   process .pause before command line arguments so that those args can override .pause
      adds  9583554   document the http_proxy option to upload_file
      adds  3a6db0c   create command line arguments for all arguments to upload_file
      adds  4cb8f0d   remove useless (and incorrect) =opts block in cpan-upload
      adds  f15b1f7   use @RJBS in dzil
      adds  65c9de1   futz with cpan-upload to match my idioms
      adds  74e9f91   correct for case where $self was obj to begin with
      adds  ce1e040   oops, credit sungo
      adds  5822c74   cope with how Module::Install works
      adds  576d5e7   Ask for password interactively instead of failing when it isn't specified. (Requires Term::ReadKey)
      adds  22ab9ff   prep release
      adds  0dd4e32   bump changelog
      adds  ca0e9af   docs in cpan-upload
      adds  02df8b1   bump changelog
      adds  f17994c   make log methods publicker
      adds  eb9bd79   update .gitignore for @Git
      adds  bbd26df   prereqs are auto now
      adds  6d96064   v0.100660
      adds  bb3316a   eliminate a bit of multi-line logging
      adds  768427a   fix interact between file and opt user/pw
      adds  eea10a3   final fixes to "prompt for new pw"
      adds  4fca954   v0.100750
      adds  5c35846   do not log $self
      adds  350c376   v0.100760
      adds  e1aa5e5   move config file reading to class
      adds  23ebad1   force user to provide --user or config
      adds  cb689da   v0.101260
      adds  9f77866   factor out user agent string generation
      adds  8bb07e6   v0.101550
      adds  f15a999   debug less awful noise
      adds  4c957b3   v0.101670
      adds  592a5fb   allow proxy from env var
      adds  eaf3f76   v0.102150
      adds  5b38e9c   added an optional parameter to upload to a different url than the official PAUSE server
      adds  587c6f1   minor reworking of "dpan" feature
      adds  5c9fa92   v0.103000
      adds  575ae0c   Small fixes about upload_uri usage and option to name target different than PAUSE
      adds  52b9f65   v0.103001
      adds  7bc5bec   allow uploading multiple files
      adds  506b66a   tweaks to docs for multi-file uploads
      adds  5a792dd   v0.103002
      adds  baa0c51   Add link to config format docs
      adds  97db7a7   use github issues
      adds  c5817d7   more reliable and portable means to finding config
      adds  3892328   Use SSL to connect to PAUSE
      adds  0e7c855   Use 'dev' in UA if VERSION isn't defined yet
      adds  6e291e3   credit for SSL, also prereq
      adds  5245fb5   v0.103003
      adds  f4cb63b   v0.103004
      adds  ae81092   Use Config::Identity to permit GPG-encrypting credentials
      adds  7be3e1a   Don't load Data::Dumper until it is needed
      adds  264f4c8   Make Config::Identity optional
      adds  f035f15   tweak changelog
      adds  339d36a   make Config::Identity a non-prereq, too
      adds  57221da   v0.103005
      adds  dc4ba20   name section in script should match script name
      adds  8690777   v0.103006
      adds  cdfc0f4   add the -c option
      adds  44ad08e   v0.103007
      adds  37ac876   fix documentation link to cpan-upload/CONFIGURATION
      adds  0239147   make it possible to upload from a public url
      adds  8d5da8c   Add option --ignore-errors
      adds  e1771a2   tweak how we check errors, give credit
      adds  e5a4735   v0.103008
      adds  0d77914   Imported Upstream version 0.103008
       new  e9aa812   Merge tag 'upstream/0.103008'
       new  e3640c4   Update debian/changelog
       new  1bf8d4c   Update years of upstream and packaging copyright.
       new  6dcf221   Declare compliance with Debian Policy 3.9.6.
       new  c8f5c92   Mark package as autopkgtest-able.
       new  355d101   releasing package libcpan-uploader-perl version 0.103008-1

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                          |   5 +
 LICENSE                          |   6 +-
 MANIFEST                         |   3 +-
 META.json                        | 229 ++++++++++++++++++++++++-----------
 META.yml                         | 198 +++++++++++++++++++-----------
 Makefile.PL                      |  18 +--
 README                           |   6 +-
 bin/cpan-upload                  |  27 +++--
 debian/changelog                 |  12 +-
 debian/control                   |   3 +-
 debian/copyright                 |   4 +-
 debian/upstream/metadata         |   7 ++
 lib/CPAN/Uploader.pm             |  45 ++++---
 t/00-report-prereqs.dd           |  41 +++++++
 t/00-report-prereqs.t            | 253 ++++++++++++++++++++-------------------
 xt/release/changes_has_content.t |   2 +-
 16 files changed, 546 insertions(+), 313 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpan-uploader-perl.git



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