[libtype-tiny-perl] branch master updated (43d5920 -> 62312ff)

Jonas Smedegaard dr at jones.dk
Fri Sep 12 18:47:54 UTC 2014


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

js pushed a change to branch master
in repository libtype-tiny-perl.

      from  43d5920   Prepare for release: Update changelog, control file and copyright hints.
      adds  ef0c31a   patch for RT#98362 (from DAKKAR at cpan.org) - mixture of optional values and non-inlineable coercions within a Dict
      adds  9ff71fd   bump version; changelog
      adds  9e6dc89   Added tag 1.000003 for changeset 040daa123285
      adds  35b15e8   fix weird list/scalar context thing - I don't quite understand it myself but it appears to be the root cause of RT#98159
      adds  f8af067   fix for RT#98458
      adds  81dfb58   bump version; changelog
      adds  6e7e1a3   Imported Upstream version 1.000004
       new  216e7df   Merge tag 'upstream/1.000004'
       new  ef90305   Update package relations: Recommend libtype-tiny-xs-perl.
       new  62312ff   Prepare for release: Update changelog and copyright hints.

The 3 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:
 COPYRIGHT                                        |  49 +--
 CREDITS                                          |   2 +
 Changes                                          |  27 ++
 META.json                                        |  73 ++--
 META.yml                                         |  71 +--
 Makefile.PL                                      |  71 +--
 SIGNATURE                                        |  94 ++--
 debian/changelog                                 |  15 +
 debian/copyright_hints                           |  14 +-
 debian/rules                                     |   2 +-
 doap.ttl                                         | 522 +++++++++++++----------
 lib/Devel/TypeTiny/Perl56Compat.pm               |   2 +-
 lib/Devel/TypeTiny/Perl58Compat.pm               |   2 +-
 lib/Error/TypeTiny.pm                            |   2 +-
 lib/Error/TypeTiny/Assertion.pm                  |   2 +-
 lib/Error/TypeTiny/Compilation.pm                |   2 +-
 lib/Error/TypeTiny/WrongNumberOfParameters.pm    |   2 +-
 lib/Eval/TypeTiny.pm                             |   2 +-
 lib/Reply/Plugin/TypeTiny.pm                     |   2 +-
 lib/Test/TypeTiny.pm                             |   2 +-
 lib/Type/Coercion.pm                             |  10 +-
 lib/Type/Coercion/FromMoose.pm                   |   2 +-
 lib/Type/Coercion/Union.pm                       |   2 +-
 lib/Type/Library.pm                              |   2 +-
 lib/Type/Params.pm                               |   2 +-
 lib/Type/Parser.pm                               |   2 +-
 lib/Type/Registry.pm                             |   2 +-
 lib/Type/Tiny.pm                                 |   2 +-
 lib/Type/Tiny/Class.pm                           |   2 +-
 lib/Type/Tiny/Duck.pm                            |   2 +-
 lib/Type/Tiny/Enum.pm                            |   2 +-
 lib/Type/Tiny/Intersection.pm                    |   2 +-
 lib/Type/Tiny/Role.pm                            |   2 +-
 lib/Type/Tiny/Union.pm                           |   2 +-
 lib/Type/Tiny/_HalfOp.pm                         |   2 +-
 lib/Type/Utils.pm                                |   8 +-
 lib/Types/Common/Numeric.pm                      |   2 +-
 lib/Types/Common/String.pm                       |   2 +-
 lib/Types/Standard.pm                            |   2 +-
 lib/Types/Standard/ArrayRef.pm                   |   2 +-
 lib/Types/Standard/Dict.pm                       |   6 +-
 lib/Types/Standard/HashRef.pm                    |   2 +-
 lib/Types/Standard/Map.pm                        |   2 +-
 lib/Types/Standard/ScalarRef.pm                  |   2 +-
 lib/Types/Standard/Tuple.pm                      |   2 +-
 lib/Types/TypeTiny.pm                            |   2 +-
 t/20-unit/Types-Standard/deep-coercions.t        |  22 +
 t/30-integration/Moose/native-attribute-traits.t |  25 +-
 48 files changed, 616 insertions(+), 459 deletions(-)

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



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