[libtype-tiny-perl] branch master updated (a7f6748 -> dd25e62)

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 21:13:08 UTC 2013


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  a7f6748   Prepare for release: Update changelog and copyright hints.
       new  4e9bc6c   Improve watch file to use both www.cpan.org/authors URL (for newest info) and search.cpan.org/dist URL (for change of author).
      adds  6e30bce   Added tag 0.020 for changeset bd71c97aa7ee
      adds  5fa0270   document that is_subtype_of does DWIMmery
      adds  ea3487a   add strict versions of type comparison functions
      adds  0dce155   bump version; changelog
      adds  258d939   remove warning
      adds  2bd28be   use lexical variables for Eval::TypeTiny
      adds  e0708f4   document usage of Devel::LexAlias
      adds  017aef6   test for tied variables being closed over
      adds  2a0817d   make tied($foo) behave slightly better in closures
      adds  5e96336   getting better at making the tie process transparent
      adds  993b5fd   fix error messages
      adds  047f5cc   tests for untie, retie
      adds  da6663a   fix can for tied variables in closures
      adds  6131220   tidy tests
      adds  7e4e99f   Added tag 0.021_01 for changeset cbc000a9ab61
      adds  aaf63b9   bump version; changelog
       new  8692055   Added tag 0.021_02 for changeset 86e07671980a
       new  2943b95   Eval::TypeTiny should support alias=>0|1 like Eval::Closure hopefully will
       new  9a8b587   fix Enum regexps
       new  a2d46af   actuallly it looks like these tests passed anyway
       new  801a1e8   compat with Moose attribute traits
       new  04f7ebb   bump version; changelog
       new  63070c3   Added tag 0.021_03 for changeset eabef55ac04a
       new  d6a9349   tests for dicts containing Maybe and Bool (some fails)
       new  76bf703   fixes for Dict distinguishing between undef and not exists
       new  eb9c402   need newer version of Exporter if perl < 5.9.1
       new  efa9168   Type::Parser improvements
       new  52dde81   bump version; changelog
       new  37c2640   freshen up dependency metadata
       new  b55c588   I'm still getting used to this new RDF schema
       new  f5b8c1b   Added tag 0.021_04 for changeset 6222440d8933
       new  fc45155   use strict; use warnings
       new  72cc472   bump version; changelog
       new  a7b746a   better implementations of is_subtype_of/is_strictly_subtype_of, more subclassable
       new  44de940   changelog
       new  b4fc412   ws
       new  6df5b90   Imported Upstream version 0.022
       new  ab40e34   Merge tag 'upstream/0.022'
       new  1e0427f   Suggest (not only build-depend on) libdevel-stacktrace-perl.
       new  1ea805e   Recommend libdevel-lexalias-perl.
       new  eeefd00   Enhance libtype-tie-perl and libreply-perl.
       new  dd25e62   Prepare for release: Update changelog and control file.

The 27 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                                     |   46 ++---
 CREDITS                                       |   10 +-
 Changes                                       |   43 ++++-
 META.ttl                                      |  221 ++++++++++++++++++++-----
 META.yml                                      |    7 +-
 Makefile.PL                                   |    4 +
 NEWS                                          |    5 +
 README                                        |    3 +-
 SIGNATURE                                     |   94 +++++------
 debian/changelog                              |   14 ++
 debian/control                                |    5 +-
 debian/control.in                             |    1 +
 debian/rules                                  |   17 +-
 debian/watch                                  |    3 +-
 inc/Module/Package/Dist/RDF.pm                |    6 +-
 lib/Devel/TypeTiny/Perl56Compat.pm            |    7 +-
 lib/Eval/TypeTiny.pm                          |  163 ++++++++++++++++--
 lib/Exporter/TypeTiny.pm                      |    2 +-
 lib/Reply/Plugin/TypeTiny.pm                  |    2 +-
 lib/Test/TypeTiny.pm                          |    2 +-
 lib/Type/Coercion.pm                          |    2 +-
 lib/Type/Coercion/Union.pm                    |    2 +-
 lib/Type/Exception.pm                         |    2 +-
 lib/Type/Exception/Assertion.pm               |    2 +-
 lib/Type/Exception/Compilation.pm             |    2 +-
 lib/Type/Exception/WrongNumberOfParameters.pm |    2 +-
 lib/Type/Library.pm                           |    2 +-
 lib/Type/Params.pm                            |    2 +-
 lib/Type/Parser.pm                            |    9 +-
 lib/Type/Registry.pm                          |    2 +-
 lib/Type/Tiny.pm                              |  107 ++++++++++--
 lib/Type/Tiny/Class.pm                        |    2 +-
 lib/Type/Tiny/Duck.pm                         |    2 +-
 lib/Type/Tiny/Enum.pm                         |    8 +-
 lib/Type/Tiny/Intersection.pm                 |    2 +-
 lib/Type/Tiny/Manual.pod                      |    3 +-
 lib/Type/Tiny/Role.pm                         |    2 +-
 lib/Type/Tiny/Union.pm                        |    2 +-
 lib/Type/Utils.pm                             |    2 +-
 lib/Types/Standard.pm                         |   21 ++-
 lib/Types/TypeTiny.pm                         |    8 +-
 meta/changes.pret                             |   48 ++++++
 meta/makefile.pret                            |   23 ++-
 t/00-begin.t                                  |    2 +
 t/eval.t                                      |   84 ++++++++++
 t/moose.t                                     |   31 ++++
 t/parser.t                                    |  132 +++++++++++++++
 t/stdlib-structures.t                         |   13 ++
 t/type-enum.t                                 |    4 +-
 t/type.t                                      |   20 +++
 50 files changed, 998 insertions(+), 200 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