[libmoosex-attributeshortcuts-perl] branch master updated (3ac3fb0 -> 35d40b0)

gregor herrmann gregoa at debian.org
Sat Dec 21 23:02:15 UTC 2013


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

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

      from  3ac3fb0   Remove trailing whitespace
      adds  5a54610   Imported Upstream version 0.022
       new  bcb3e0d   Merge tag 'upstream/0.022'
       new  158de17   New upstream release.
       new  05617a4   Update build dependencies.
       new  d197423   Declare compliance with Debian Policy 3.9.5.
       new  35d40b0   update changelog / add WAITS-FOR

The 5 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:
 .travis.yml                                        |  25 ++
 Changes                                            |  56 +++
 MANIFEST                                           |  17 +-
 META.json                                          | 418 +++++++++++++++------
 META.yml                                           | 362 ++++++++++++------
 Makefile.PL                                        |  40 +-
 README                                             |  95 ++++-
 SIGNATURE                                          |  68 ++++
 cpanfile                                           |  40 ++
 debian/changelog                                   |  11 +-
 debian/control                                     |  10 +-
 dist.ini                                           |   5 +-
 lib/MooseX/AttributeShortcuts.pm                   | 323 ++++++++++++++--
 t/00-check-deps.t                                  |  16 +
 t/00-compile.t                                     |  98 ++---
 t/000-report-versions-tiny.t                       |  28 +-
 t/01-basic.t                                       |  31 +-
 t/03-lazy.t                                        |   5 +
 t/04-clearer-and-predicate.t                       |  16 +-
 t/05-extend.t                                      |   2 +-
 t/{01-basic.t => 07-trigger.t}                     |   0
 t/anon-builder.t                                   |  56 +++
 t/author-pod-spell.t                               |  38 ++
 t/constraint.t                                     |  51 +++
 t/handles-metaclass.t                              |  19 +
 t/inline_coercion-back-compat.t                    |  92 +++++
 t/inline_coercion.t                                |  87 +++++
 t/inline_subtyping.t                               |  68 ++++
 t/inline_subtyping_with_coercion.t                 |  81 ++++
 t/inline_typing.t                                  |  43 +++
 ...ase-portability.t => release-minimum-version.t} |   8 +-
 t/release-no-tabs.t                                |  14 +-
 ...no-smart-comments.t => release-pod-linkcheck.t} |  24 +-
 33 files changed, 1826 insertions(+), 421 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 SIGNATURE
 create mode 100644 cpanfile
 create mode 100644 t/00-check-deps.t
 copy t/{01-basic.t => 07-trigger.t} (100%)
 create mode 100644 t/anon-builder.t
 create mode 100644 t/author-pod-spell.t
 create mode 100644 t/constraint.t
 create mode 100644 t/handles-metaclass.t
 create mode 100644 t/inline_coercion-back-compat.t
 create mode 100644 t/inline_coercion.t
 create mode 100644 t/inline_subtyping.t
 create mode 100644 t/inline_subtyping_with_coercion.t
 create mode 100644 t/inline_typing.t
 rename t/{release-portability.t => release-minimum-version.t} (71%)
 copy t/{release-no-smart-comments.t => release-pod-linkcheck.t} (56%)

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



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