[libperinci-object-perl] branch master updated (c65db2b -> b1b7616)

Lucas Kanashiro kanashiro.duarte at gmail.com
Sun Dec 6 22:08:06 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libperinci-object-perl.

      from  c65db2b   update changelog
       new  94a514f   Add debian/upstream/metadata
       new  f56f496   Update debian/changelog
      adds  0d948cd   first import, first release v0.01
      adds  e5eba80   Add SSO::Spec (only for feature() and arg() for now)
      adds  b57c151   v0.02
      adds  c25145f   Remove debugging statement
      adds  05ecec1   v0.03
      adds  114859d   Add spec_version()
      adds  dc9450a   v0.04
      adds  23cf79e   Update .gitignore
      adds  27013fa   Rename dist from Sub-Spec-Object to Perinci-Object
      adds  6046407   Grammar
      adds  703ec01   Rename rires to envres, add riresmeta, add langprop()
      adds  0b1b673   Release v0.05
      adds  91a6e55   Add note to Changes
      adds  2936f93   Add rimeta
      adds  f952e4a   Release v0.06
      adds  bf62db7   Fix behavior of langprop(), now language defaults to metadata's default_lang
      adds  8e50192   Release v0.07
      adds  aa65e59   Move trim_blank_lines to dist SHARYANTO-Utils
      adds  3d112fd   dzil: require 5.10.1 for 'parent'
      adds  770e00f   Release v0.08
      adds  30714af   Work around dependency problem with some systems [CT]
      adds  b31ab04   Release v0.09
      adds  734de8a   Fix dependency, SHARYANTO::String::Util 0.18 is already split from SHARYANTO-Utils
      adds  3ae9e4f   Release v0.10
      adds  4b67e29   Remove old references to Sub::Spec
      adds  b784220   function: Add can_dry_run() & features()
      adds  971d600   Add POD
      adds  dc4cffd   Release v0.11
      adds  e486255   Update POD
      adds  23b93d6   Mark todo-rebuild-with-makemaker
      adds  4789d35   dist: Rename .todo tag file
      adds  7345cbc   dist: Rename .todo tag file (put reason into why I need to re-release this dist)
      adds  f2c5ae4   dist: Pass lint-prereqs
      adds  62a598e   dist: dzil: Force @SHARYANTO version (inspired by chorny)
      adds  e89c75f   dist: dzil: rename bundle SHARYANTO -> Author::SHARYANTO
      adds  a2086c8   dist: Add weaver.ini
      adds  1354e16   dist: Remove homepage/repository (become default with pwp-sh 0.05+)
      adds  7c23390   fmt
      adds  ab2556c   Observe LANGUAGE and LANG
      adds  1546e62   Update tests
      adds  a951820   Release v0.12
      adds  5f73e27   Trim language from locale env (e.g. en_US.UTF-8 to en_US) to avoid unnecessary mark
      adds  e2d60c1   Release v0.13
      adds  a6f0007   Add tests
      adds  886ec4a   dist: Replace MANIFEST.SKIP with DZP::PruneFiles
      adds  87fc7c2   [dist] Change dzil/pw plugin bundle
      adds  a7be699   Search foo.alt.lang.xx as well as foo.alt.lang.xx_XX in langprop(), for convenience
      adds  126498e   Rename module files
      adds  de2f9e2   [minor] Move placeholder location
      adds  0e8ab8f   Release v0.14
      adds  4336afb   Fix typo in test which caused CT failure reports
      adds  50edebb   Release v0.15
      adds  4bd5ef6   Add envresmulti() (Perinci::Object::EnvResultMulti)
      adds  3399094   Release v0.16
      adds  f5fb953   Update example, change opts to be the first optional argument
      adds  8f28c32   Allow setting langprop
      adds  b364387   Add methods: name(), caption(), summary(), description()
      adds  c604465   Release v0.17
      adds  60554f3   Grammar
      adds  cfc617e   [Incompatible change] envresmulti(): change 'response' terminology to 'result' to follow Rinci 1.1.63, so now the method add_response() is renamed to add_result(), and the result metadata property is now the correct 'results' and not 'responses'
      adds  1ac44cd   Release v0.18
      adds  fa0795e   Regard status 304 as success
      adds  71fed5a   Release v0.19
      adds  8f485df   Use new name of renamed/split module SHARYANTO::String::Util -> String::Trim::More
      adds  0694129   Release v0.20
      adds  e8ca45d   [ux] Add example of using riresmulti() in Synopsis
      adds  11e475f   Release v0.21
      adds  ec5aa7e   [dzil] Update syntax of lint-prereqs directive (-> lint_prereqs) to be more IOD-compliant
      adds  7b34d5a   Mark requested language to aid debugging
      adds  e34cc9a   Release v0.22
      adds  265863d   Assume LANG=C will use the default en_US, this fixes lots of '{en_US ...}' marks on lots of dists using this
      adds  f7807c7   [dist] Move spec prereqs from RuntimeRequires to DevelopRecommends to reduce deps but still allow indicating spec requirement
      adds  be00577   Release v0.24
      adds  c7cff73   Imported Upstream version 0.24
       new  987c1b1   Merge tag 'upstream/0.24'
       new  ecb85c8   Update debian/changelog
       new  e307907   Update upstream metadata
       new  b24376f   Update upstream copyright and contact in debian/copyright
       new  fd36662   Bump debhelper compatibility level to 9
       new  a118b15   Declare compliance with Debian policy 3.9.6
       new  2852518   Update runtime and build dependencies
       new  1c1a31a   Update long description to have more than 2 lines.
       new  b1b7616   Waits for libstring-trim-more-perl 0.02-1

The 11 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                                         |  88 +++++-
 LICENSE                                         |   8 +-
 MANIFEST                                        |  20 +-
 MANIFEST.SKIP                                   |   1 -
 META.json                                       | 346 ++++++++++++++++--------
 META.yml                                        | 330 +++++++++++++---------
 Makefile.PL                                     |  24 +-
 README                                          | 122 +++++----
 debian/changelog                                |  16 +-
 debian/compat                                   |   2 +-
 debian/control                                  |  29 +-
 debian/copyright                                |   4 +-
 debian/upstream/metadata                        |   7 +
 dist.ini                                        |  18 +-
 lib/Perinci/Object.pm                           |  88 ++++--
 lib/Perinci/Object/EnvResult.pm                 |  58 ++--
 lib/Perinci/Object/EnvResultMulti.pm            | 149 ++++++++++
 lib/Perinci/Object/{function.pm => Function.pm} |  21 +-
 lib/Perinci/Object/Metadata.pm                  | 130 +++++++--
 lib/Perinci/Object/{package.pm => Package.pm}   |  23 +-
 lib/Perinci/Object/{result.pm => ResMeta.pm}    |  25 +-
 lib/Perinci/Object/{variable.pm => Variable.pm} |  23 +-
 t/00-compile.t                                  |  25 +-
 t/EnvResultMulti.t                              |  79 ++++++
 t/{function.t => Function.t}                    |   0
 t/Metadata.t                                    |  94 ++++++-
 t/{package.t => Package.t}                      |   0
 t/{result.t => ResMeta.t}                       |   2 +-
 t/{variable.t => Variable.t}                    |   0
 t/release-pod-coverage.t                        |  12 +-
 t/release-pod-syntax.t                          |   5 +-
 t/release-rinci.t                               |   2 +
 weaver.ini                                      |   2 +-
 33 files changed, 1256 insertions(+), 497 deletions(-)
 delete mode 100644 MANIFEST.SKIP
 create mode 100644 debian/upstream/metadata
 create mode 100644 lib/Perinci/Object/EnvResultMulti.pm
 rename lib/Perinci/Object/{function.pm => Function.pm} (86%)
 rename lib/Perinci/Object/{package.pm => Package.pm} (62%)
 rename lib/Perinci/Object/{result.pm => ResMeta.pm} (59%)
 rename lib/Perinci/Object/{variable.pm => Variable.pm} (61%)
 create mode 100644 t/EnvResultMulti.t
 rename t/{function.t => Function.t} (100%)
 rename t/{package.t => Package.t} (100%)
 rename t/{result.t => ResMeta.t} (79%)
 rename t/{variable.t => Variable.t} (100%)

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



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