[libspecio-perl] branch master updated (ce06812 -> 7a9676e)

gregor herrmann gregoa at debian.org
Fri Jan 13 22:36:02 UTC 2017


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

gregoa pushed a change to branch master
in repository libspecio-perl.

      from  ce06812   releasing package libspecio-perl version 0.31-1
      adds  389eaa4   Bump version after release
      adds  c3c80f5   Rename TODO.pod to TODO.md so it does not get installed by EUMM
      adds  08b911b   Fix bug with inlining for *Can types
      adds  65c88ce   Add copyright_year to dist.ini
      adds  50c4c20   v0.32
      adds  9c05699   New upstream version 0.32
       new  78e309d   Merge tag 'upstream/0.32'
       new  d3d33dd   Update debian/changelog
       new  b46b376   Update years of upstream copyright.
       new  7a9676e   releasing package libspecio-perl version 0.32-1

The 4 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:
 CONTRIBUTING.md                          |   4 +-
 Changes                                  |   9 ++
 LICENSE                                  |   2 +-
 MANIFEST                                 |   2 +-
 META.json                                | 137 +++++++++++++++++--------------
 META.yml                                 | 132 +++++++++++++++--------------
 Makefile.PL                              |   2 +-
 README.md                                |  15 +++-
 TODO.pod => TODO.md                      |  53 ++++++------
 debian/changelog                         |   8 ++
 debian/copyright                         |   4 +-
 dist.ini                                 |   1 +
 lib/Specio.pm                            |  17 ++--
 lib/Specio/Coercion.pm                   |  17 ++--
 lib/Specio/Constraint/AnyCan.pm          |  36 ++++----
 lib/Specio/Constraint/AnyDoes.pm         |  17 ++--
 lib/Specio/Constraint/AnyIsa.pm          |  17 ++--
 lib/Specio/Constraint/Enum.pm            |  17 ++--
 lib/Specio/Constraint/Intersection.pm    |  17 ++--
 lib/Specio/Constraint/ObjectCan.pm       |  29 ++++---
 lib/Specio/Constraint/ObjectDoes.pm      |  17 ++--
 lib/Specio/Constraint/ObjectIsa.pm       |  17 ++--
 lib/Specio/Constraint/Parameterizable.pm |  17 ++--
 lib/Specio/Constraint/Parameterized.pm   |  17 ++--
 lib/Specio/Constraint/Role/CanType.pm    |  17 ++--
 lib/Specio/Constraint/Role/DoesType.pm   |  17 ++--
 lib/Specio/Constraint/Role/Interface.pm  |  17 ++--
 lib/Specio/Constraint/Role/IsaType.pm    |  17 ++--
 lib/Specio/Constraint/Simple.pm          |  17 ++--
 lib/Specio/Constraint/Union.pm           |  17 ++--
 lib/Specio/Declare.pm                    |  17 ++--
 lib/Specio/DeclaredAt.pm                 |  17 ++--
 lib/Specio/Exception.pm                  |  17 ++--
 lib/Specio/Exporter.pm                   |  17 ++--
 lib/Specio/Helpers.pm                    |  17 ++--
 lib/Specio/Library/Builtins.pm           |  17 ++--
 lib/Specio/Library/Numeric.pm            |  17 ++--
 lib/Specio/Library/Perl.pm               |  17 ++--
 lib/Specio/Library/String.pm             |  17 ++--
 lib/Specio/OO.pm                         |  17 ++--
 lib/Specio/PartialDump.pm                |  17 ++--
 lib/Specio/Registry.pm                   |  17 ++--
 lib/Specio/Role/Inlinable.pm             |  17 ++--
 lib/Specio/TypeChecks.pm                 |  17 ++--
 lib/Test/Specio.pm                       |  17 ++--
 45 files changed, 617 insertions(+), 344 deletions(-)
 rename TODO.pod => TODO.md (56%)

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



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