[libmoox-options-perl] branch master updated (14326d2 -> c1b1f2c)

Jonas Smedegaard dr at jones.dk
Tue Oct 14 16:13:28 UTC 2014


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

js pushed a change to branch master
in repository libmoox-options-perl.

      from  14326d2   update changelog
      adds  f932716   fix value equal to zero
      adds  f2ff95e   Merge redmine-review-bug-450-options-with-format-s-do-not-accept-0-as-value
      adds  c62f030   reflect changes
      adds  d4a182f   Add version in Changes
      adds  c0d970e   Update version DistZilla
      adds  e66474f   Merge redmine-release-v4.009
      adds  685ed60   Merge redmine-release-v4.009
      adds  113c428   Support UTF-8 in man pages
      adds  2ad6d98   remove mouse tests
      adds  99647d2   enforce utf8 for all sources
      adds  aaecf5f   add test for utf8 sources
      adds  a53f830   Merge redmine-review-feature-452-support-utf8-source-for-pod-and-man
      adds  e89ad92   reflect changes
      adds  3eedf24   use line fold
      adds  877badb   Merge redmine-review-feature-453-use-text-linefold-instead-of-text-wrapi18n
      adds  4ac8972   reflect changes
      adds  c0de572   Add version in Changes
      adds  8e12804   Update version DistZilla
      adds  e240d2d   update mkdn
      adds  e3c7690   Merge redmine-release-v4.010
      adds  0081db2   Merge redmine-release-v4.010
      adds  863e0bd   do not touch option of option
      adds  b701892   Merge redmine-review-bug-455-option-of-options-should-not-be-change-for-trait
      adds  8d108fb   reflect changes
      adds  d6cc1be   Add version in Changes
      adds  6bbe3e6   Update version DistZilla
      adds  f0faaa9   Merge redmine-release-v4.011
      adds  1230d9b   Merge redmine-release-v4.011
      adds  6227c0d   handle shorter name of option for option in option
      adds  ea4d16f   Add version in Changes
      adds  c82f587   Update version DistZilla
      adds  ce117da   Merge redmine-release-v4.012
      adds  53f5ba0   Merge redmine-release-v4.012
      adds  6ac2c1d   Imported Upstream version 4.012
       new  106fc6d   Merge tag 'upstream/4.012'
       new  252e1a1   Sync control.in with control: Update Vcs-Browser URL to use cgit web frontend.
       new  661a78d   Declare compliance with Debian Policy 3.9.6.
       new  f28cbed   (Build-)depend on libunicode-linebreak-perl (not libtext-wrapi18n-perl).
       new  7b0d6f6   Update to favor (build-)dependency on (now released) recent perl over recent libmodule-metadata-perl.
       new  e018230   Build-depend on libmoox-cmd-perl: Strengthens testsuite.
       new  c1b1f2c   Prepare for release: Update changelog, control file and copyright hints.

The 7 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:
 Build.PL                                   |  13 +-
 Changes                                    |  14 ++
 LICENSE                                    |   2 +-
 MANIFEST                                   |   6 +-
 META.json                                  | 137 ++++++++++--------
 META.yml                                   | 216 ++++++++++++++++-------------
 README                                     |   4 +-
 README.mkdn                                |  20 +--
 debian/changelog                           |  23 ++-
 debian/control                             |   9 +-
 debian/control.in                          |   4 +-
 debian/copyright_hints                     |   5 +-
 debian/rules                               |   6 +-
 dist.ini                                   |   2 +-
 lib/MooX/Options.pm                        |   4 +-
 lib/MooX/Options/Descriptive.pm            |   4 +-
 lib/MooX/Options/Descriptive/Usage.pm      |  19 ++-
 lib/MooX/Options/Manual/Man.pod            |   2 +-
 lib/MooX/Options/Manual/MooXCmd.pod        |   2 +-
 lib/MooX/Options/Manual/NamespaceClean.pod |   2 +-
 lib/MooX/Options/Role.pm                   |  49 +++++--
 perltidy.LOG                               |   7 -
 t/00-compile.t                             |   6 +-
 t/doc-utf8.t                               |  42 ++++++
 t/option-of-option.t                       |  40 ++++++
 t/release-pod-coverage.t                   |  11 +-
 t/release-unused-vars.t                    |  16 ++-
 t/{mouse.t => string_with_zero_value.t}    |  17 ++-
 28 files changed, 437 insertions(+), 245 deletions(-)
 delete mode 100644 perltidy.LOG
 create mode 100644 t/doc-utf8.t
 create mode 100644 t/option-of-option.t
 rename t/{mouse.t => string_with_zero_value.t} (52%)

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



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