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

gregor herrmann gregoa at debian.org
Tue Nov 15 19:41:38 UTC 2016


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

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

      from  7355978   releasing package libspecio-perl version 0.30-1
      adds  5c8fab0   Bump version after release
      adds  ee8e705   Eliminate the Specio::Exception package from stack traces
      adds  ff45596   Make the _description and _inline_environment methods public
      adds  8211cac   Use GitHub issues instead of RT for this distro
      adds  23dbaed   v0.31
      adds  e9321bd   New upstream version 0.31
       new  ac875d7   Merge tag 'upstream/0.31'
       new  f6e8abc   Update debian/changelog
       new  834a3a3   Update debian/upstream/metadata.
       new  ce06812   releasing package libspecio-perl version 0.31-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                          |   8 +-
 Changes                                  |   9 ++
 META.json                                | 158 +++++++++++++++----------------
 META.yml                                 | 150 ++++++++++++++---------------
 Makefile.PL                              |   2 +-
 README.md                                |   5 +-
 debian/changelog                         |   8 ++
 debian/upstream/metadata                 |   7 +-
 dist.ini                                 |   1 +
 lib/Specio.pm                            |   7 +-
 lib/Specio/Coercion.pm                   |  32 +++++--
 lib/Specio/Constraint/AnyCan.pm          |   7 +-
 lib/Specio/Constraint/AnyDoes.pm         |   7 +-
 lib/Specio/Constraint/AnyIsa.pm          |   7 +-
 lib/Specio/Constraint/Enum.pm            |   7 +-
 lib/Specio/Constraint/Intersection.pm    |   9 +-
 lib/Specio/Constraint/ObjectCan.pm       |   7 +-
 lib/Specio/Constraint/ObjectDoes.pm      |   7 +-
 lib/Specio/Constraint/ObjectIsa.pm       |   7 +-
 lib/Specio/Constraint/Parameterizable.pm |   7 +-
 lib/Specio/Constraint/Parameterized.pm   |   7 +-
 lib/Specio/Constraint/Role/CanType.pm    |   9 +-
 lib/Specio/Constraint/Role/DoesType.pm   |   9 +-
 lib/Specio/Constraint/Role/Interface.pm  |  25 ++---
 lib/Specio/Constraint/Role/IsaType.pm    |   9 +-
 lib/Specio/Constraint/Simple.pm          |  34 +++++--
 lib/Specio/Constraint/Union.pm           |   9 +-
 lib/Specio/Declare.pm                    |   7 +-
 lib/Specio/DeclaredAt.pm                 |   7 +-
 lib/Specio/Exception.pm                  |  10 +-
 lib/Specio/Exporter.pm                   |   7 +-
 lib/Specio/Helpers.pm                    |   7 +-
 lib/Specio/Library/Builtins.pm           |   7 +-
 lib/Specio/Library/Numeric.pm            |   7 +-
 lib/Specio/Library/Perl.pm               |   7 +-
 lib/Specio/Library/String.pm             |   7 +-
 lib/Specio/OO.pm                         |   7 +-
 lib/Specio/PartialDump.pm                |   7 +-
 lib/Specio/Registry.pm                   |   7 +-
 lib/Specio/Role/Inlinable.pm             |  23 +++--
 lib/Specio/TypeChecks.pm                 |   7 +-
 lib/Test/Specio.pm                       |   7 +-
 xt/author/00-compile.t                   |  12 ++-
 xt/author/pod-spell.t                    |   2 +-
 44 files changed, 357 insertions(+), 335 deletions(-)

-- 
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