[libmoo-perl] branch master updated (9e11c28 -> cadfceb)

gregor herrmann gregoa at debian.org
Thu Oct 23 21:43:43 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  9e11c28   libmoo-perl (1.006000-1)
      adds  f183031   update Makefile.PL boilerplate
      adds  8ed7a83   if _TypeMap is loaded on non-threaded perl, don't apply threading workaround
      adds  dc417c0   better travis notification config
      adds  adf3a3e   Moo::_Utils: import Exporter's import instead of inheriting
      adds  752a94a   Sub::{Defer,Quote}: import Exporter's 'import' instead of inheriting
      adds  ff9db14   'use base ...' replaced with 'our @ISA = ...'
      adds  c7e9142   Merge branch 'no-base-pm'
      adds  af46994   avoid using the special namespace "B" in tests
      adds  a032219   Fix broken POD links found by App::PodLinkChecker
      adds  ee93b2a   Name the ->DOES method installed by Role::Tiny
      adds  325f54f   update changelog for recent changes
      adds  12eb782   improve formatting of IRC links in pod
      adds  c88e5d3   fix applying roles with multiple attributes with defaults to objects (RT#99217)
      adds  35b13ea   update travis helpers url
      adds  1d7f625   drop MetaCPAN::API from dependents test
      adds  8b99963   clean up moose extending moo test
      adds  ecb3b13   Fix mutable Moose classes inheriting from Moo, inheriting from non-M*
      adds  936f762   update changelog
      adds  dd743dc   fix ->does on Moose child class that composes roles
      adds  591ee39   changelog fix for does
      adds  99d2a53   bump version
      adds  f96580f   Release commit for 1.006001
      adds  7040880   Imported Upstream version 1.006001
       new  ab6ae5f   Merge tag 'upstream/1.006001'
       new  7d4086c   Update debian/changelog
       new  df9880a   Declare compliance with Debian Policy 3.9.6.
       new  ddb37de   Update versioned (build) dependency on librole-tiny-perl.
       new  cadfceb   releasing package libmoo-perl version 1.006001-1

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:
 Changes                            | 12 +++++
 META.json                          |  7 +--
 META.yml                           |  7 +--
 Makefile.PL                        | 12 +++--
 README                             |  6 +--
 debian/changelog                   |  9 ++++
 debian/control                     |  6 +--
 lib/Method/Generate/Accessor.pm    |  3 +-
 lib/Method/Generate/BuildAll.pm    |  3 +-
 lib/Method/Generate/DemolishAll.pm |  3 +-
 lib/Moo.pm                         | 21 +++++----
 lib/Moo/HandleMoose/_TypeMap.pm    |  9 ++--
 lib/Moo/Role.pm                    | 31 +++++++++++--
 lib/Moo/_Utils.pm                  |  2 +-
 lib/Sub/Defer.pm                   |  4 +-
 lib/Sub/Quote.pm                   |  4 +-
 t/compose-roles.t                  | 20 ++++++++
 t/sub-and-handles.t                | 20 ++++----
 xt/moose-extend-moo.t              | 93 +++++++++++++++++++++++++++++---------
 xt/test-my-dependents.t            | 16 +++----
 20 files changed, 207 insertions(+), 81 deletions(-)

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