[libgetopt-long-descriptive-perl] branch master updated (3e1e7ba -> 13c546b)

gregor herrmann gregoa at debian.org
Sat May 2 20:42:55 UTC 2015


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

gregoa pushed a change to branch master
in repository libgetopt-long-descriptive-perl.

      from  3e1e7ba   update changelog
       new  ef7b546   Add debian/upstream/metadata
       new  8e30d84   Update debian/changelog
      adds  89acd4e   structure
      adds  e92eabb   ignores
      adds  70ba403   import 0.06
      adds  922323a   remove .cvsignore
      adds  9113cda   fix RT#32481
      adds  f3dc930   bump to 0.070 for release
      adds  b0b2b96   autogenerated
      adds  f7c67da   patch for rt#34153 from bcbailey
      adds  42f6d2c   bump version
      adds  5fc43fe   later Getopt::Long complains about 'string' appearing twice
      adds  622218d   0.072
      adds  755a3a2   make versions match, fix stupid test failures
      adds  382bce4   fix #35678
      adds  a4b79d8   [bump] 0.073 -> 0.074
      adds  6009117   move the closure away, but keep the class closure-based
      adds  b8cb999   become a hashy object
      adds  9c8a386   restore $usage->() behavior
      adds  4621563   switch to Sub::Exporter
      adds  90b8378   docs for Usage
      adds  b422717   refactored all that Usage code into its own file
      adds  a98b441    prep next release
      adds  855943f   factory for opt classes
      adds  a831155   refactoring for reading
      adds  c50a374   remove the option class cache
      adds  99eb1fe   prep release
      adds  d03ccb3   allow one-char opt names
      adds  6e7f3cb   version for Usage.pm
      adds  c5df904   make GLD a subclassable toolkit
      adds  51ad06d   too big; mostly refactoring; fold OptObjFactory into GLD itself
      adds  a0ecc2f   prep release
      adds  edb07ce   IO::Scalar no longer required
      adds  72c684f   do not fail to have $opt->x if -x was not given
      adds  e2b6e75   "+" is also noise in a opt name
      adds  7d18f7e   pass params to fully qualified describe_options call! oops!
      adds  e9f5d75   prep release
      adds  0bf17ff   do not create undef, existing entries for non-existing opts
      adds  54a4a7c   prep release
      adds  6c80209   bump Getopt::Long requirement
      adds  335c743   prep release/bump vers
      adds  42e0e2b   refactor opt objects to add _specified
      adds  78d44e6   change how we handle opts
      adds  25d8e58   _complete_opts
      adds  6dc1a5b   prep release; warning
      adds  3604549   manfiest sux
      adds  d35f232   version bump
      adds  b258b3c   do not auto_help by accident
      adds  a97f4c4   major redoc
      adds  083f9ac   prep release
      adds  418a4f9   pod tweaks
      adds  0309ce3   fix minimum prereq for Sub::Exporter
      adds  b8b709e   next release: better S::Ex prereq, warnings
      adds  97f3ea5   If an option's doc string is too long, line wrap it nicely.
      adds  ca5e45c   Add Changes for line-wrapping
      adds  3e07df1   bump version
      adds  d33e931   fix line-wrapping infinite loop bug
      adds  b4b1685   credit to hdp in changelog
      adds  a072681   bump version for rerelease
      adds  bbce2ab   dzilify
      adds  b821372   add a gitignore
      adds  1237d1d   v0.090
      adds  26fb0f8   added handling for error messages found in Params::Validate::PP so stack traces are not dumped to the user
      adds  20567db   changed error handling for _validate_with to use on_fail in the case of bad parameters
      adds  92740ce   use a easier-to-identify error object
      adds  d41a51f   changelog
      adds  f3091d2   v0.091
      adds  6ffbd47   allow hidden options to be used
      adds  720ec5b   v0.092
      adds  0e6b689   00-load.t now handled by dzil
      adds  3079def   notice bogus %x in usage desc
      adds  bf1bdfb   v0.093
      adds  8b191c1   Adds required as additional constraint in SYNOPSIS
      adds  c376371   document that validation errors are fatal
      adds  3896d8c   update changelog
      adds  8b2d997   v0.094
      adds  63a6122   add shortcircuit options
      adds  45c81cf   v0.095
      adds  a9298be   Test::Warnings 0.005 needed for warning()
      adds  c3b5349   v0.096
      adds  3a8ef4a   ignore option case by default
      adds  41430b8   add "show_defaults" option
      adds  3c313cc   update changelog for show_defaults
      adds  66f03ed   show an example of params validate in use
      adds  8e5cdb9   only compress horizontal ws
      adds  66efe71   v0.097
      adds  29deb5b   show defaults even if they are false
      adds  8a197da   v0.098
      adds  4385539   _strip_assignment: optionally return "assignment" rules
      adds  5e6a0c4   Usage: Show optional/mandatory arguments in usage
      adds  b17de4c   Usage: Use STR,INT,FLOAT instead of X,N,X and "..." with @ plus %
      adds  9fbb867   v0.099
      adds  beaae3d   Imported Upstream version 0.099
       new  90fe374   Merge tag 'upstream/0.099'
       new  ef449cf   Update debian/changelog
       new  4f9aee1   Update years of packaging copyright and Upstream-Contact.
       new  31a35ff   Declare compliance with Debian Policy 3.9.6.
       new  003cd52   Mark package as autopkgtest-able.
       new  13c546b   releasing package libgetopt-long-descriptive-perl version 0.099-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                              |   7 +
 MANIFEST                             |   5 +-
 META.json                            | 241 +++++++++++-----
 META.yml                             | 205 ++++++++-----
 Makefile.PL                          |  13 +-
 README                               |   4 +-
 debian/changelog                     |  12 +-
 debian/control                       |   3 +-
 debian/copyright                     |   4 +-
 debian/upstream/metadata             |   7 +
 lib/Getopt/Long/Descriptive.pm       | 544 ++++++++++++++++++-----------------
 lib/Getopt/Long/Descriptive/Opts.pm  |  82 +++---
 lib/Getopt/Long/Descriptive/Usage.pm | 225 ++++++++++-----
 t/00-report-prereqs.dd               |  41 +++
 t/00-report-prereqs.t                | 176 ++++++++++++
 t/000-report-versions-tiny.t         |  84 ------
 t/descriptive.t                      |  42 ++-
 xt/release/changes_has_content.t     |   2 +-
 18 files changed, 1071 insertions(+), 626 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/000-report-versions-tiny.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgetopt-long-descriptive-perl.git



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