[libmoo-perl] branch master updated (c975568 -> bc6eecb)

gregor herrmann gregoa at debian.org
Thu Jan 2 19:24:11 UTC 2014


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

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

      from  c975568   Upload to unstable as 1.003001-1
      adds  63da8db   Imported Upstream version 1.004002
       new  bb65dbc   Merge tag 'upstream/1.004002'
       new  0074be5   New upstream release.
       new  41e37ca   Add new upstream copyright holder.
       new  fe82ee9   Add (build) dependency on libimport-into-perl.
       new  8fdcc7a   cme: reformat debian/control
       new  67fa958   Declare compliance with Debian Policy 3.9.5.
       new  bc6eecb   releasing package libmoo-perl version 1.004002-1

The 7 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:
 Changes                            |  32 ++++++++
 MANIFEST                           |  12 ++-
 META.json                          |  25 +++---
 META.yml                           |  10 +--
 Makefile.PL                        | 153 ++++++++++++++++++++-----------------
 README                             |  72 +++++++++++++++--
 debian/changelog                   |  10 +++
 debian/control                     |  40 +++++-----
 debian/copyright                   |   1 +
 lib/Method/Generate/Accessor.pm    |  42 ++++++----
 lib/Method/Generate/Constructor.pm |  20 ++++-
 lib/Moo.pm                         | 119 +++++++++++++++++++++++++----
 lib/Moo/HandleMoose.pm             |   4 +-
 lib/Moo/HandleMoose/_TypeMap.pm    |  72 +++++++++++++++++
 lib/Moo/Role.pm                    |  50 +++++++++++-
 lib/Moo/_Utils.pm                  |  43 ++++++-----
 lib/Sub/Defer.pm                   |  22 +++++-
 lib/Sub/Quote.pm                   |  72 ++++++++++-------
 maint/bump-version                 |   1 +
 maint/fulltest                     |  15 +++-
 maint/mkfat                        |  16 ----
 maint/travis-install               |  55 +++++++++++++
 maint/travis-perlbrew              |   3 +-
 t/accessor-coerce.t                |   5 ++
 t/accessor-isa.t                   |   5 ++
 t/accessor-reader-writer.t         |  15 ++++
 t/accessor-trigger.t               |   5 ++
 t/accessor-weaken.t                |   9 +++
 t/buildargs.t                      |  14 +++-
 t/lib/ComplexWriter.pm             |  18 +++++
 t/method-generate-constructor.t    |   7 ++
 t/modify_lazy_handlers.t           |   3 +-
 t/sub-defer.t                      |  16 ++++
 t/sub-quote-threads.t              |   3 +-
 t/sub-quote.t                      |  17 +++++
 xt/handle_moose.t                  |  10 +++
 xt/moo-attr-handles-moose-role.t   |  34 +++++++++
 xt/moo-consume-mouse-role-coerce.t |   2 +-
 xt/moo-does-moose-role.t           |   3 +
 xt/strictures.t                    |  67 ++++++++++++++++
 xt/test-my-dependents.t            |  72 +++++++++--------
 xt/type-inflate-threads.t          |  65 ++++++++++++++++
 xt/type-inflate-type-tiny.t        |  41 ++++++++++
 43 files changed, 1032 insertions(+), 268 deletions(-)
 create mode 100644 lib/Moo/HandleMoose/_TypeMap.pm
 delete mode 100755 maint/mkfat
 create mode 100755 maint/travis-install
 create mode 100644 t/lib/ComplexWriter.pm
 create mode 100644 xt/moo-attr-handles-moose-role.t
 create mode 100644 xt/strictures.t
 create mode 100644 xt/type-inflate-threads.t
 create mode 100644 xt/type-inflate-type-tiny.t

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



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