[libmoo-perl] 01/05: Merge tag 'upstream/1.004005'

gregor herrmann gregoa at debian.org
Fri May 23 13:02:26 UTC 2014


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

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

commit e37d7a026076e206393fd43212bb113ea0c90a0b
Merge: 5c3feba 4a436ec
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 23 14:51:52 2014 +0200

    Merge tag 'upstream/1.004005'
    
    Upstream version 1.004005

 Changes                              |  35 +++++++-
 MANIFEST                             |  15 +++-
 META.json                            |  31 ++++---
 META.yml                             |  34 +++----
 Makefile.PL                          | 169 ++++++++++++++---------------------
 README                               |   2 +-
 bin/moo-outdated                     |  21 -----
 lib/Method/Generate/Accessor.pm      |  76 ++++++++--------
 lib/Method/Generate/BuildAll.pm      |   5 +-
 lib/Method/Generate/Constructor.pm   |  37 +++++---
 lib/Method/Generate/DemolishAll.pm   |   7 +-
 lib/Moo.pm                           |  56 ++++++------
 lib/Moo/Conflicts.pm                 |  27 ------
 lib/Moo/HandleMoose.pm               |  19 ++--
 lib/Moo/HandleMoose/FakeMetaClass.pm |   1 +
 lib/Moo/Object.pm                    |  11 +--
 lib/Moo/Role.pm                      |  49 +++++++---
 lib/Moo/_Utils.pm                    |  31 ++++---
 lib/Moo/_mro.pm                      |   1 +
 lib/Sub/Defer.pm                     |  17 ++--
 lib/Sub/Quote.pm                     |  90 +++++++++++++------
 lib/oo.pm                            |  32 +++++++
 maint/Makefile.PL.include            |   2 +-
 maint/fulltest                       |   7 +-
 maint/travis-install                 |  55 ------------
 maint/travis-perlbrew                |  16 ----
 t/accessor-default.t                 |   4 +
 t/accessor-generator-extension.t     |   8 +-
 t/extends-non-moo.t                  |  16 +++-
 t/has-plus.t                         |  19 ++++
 t/lib/INCModule.pm                   |  27 ++++++
 t/load_module.t                      |   6 +-
 t/load_module_role_tiny.t            |   6 +-
 t/method-generate-accessor.t         |  50 ++++++++++-
 t/method-generate-constructor.t      |   9 +-
 t/moo-c3.t                           |  37 ++++++++
 t/moo-object.t                       |  54 +++++++++++
 t/moo-utils.t                        |  35 ++++++++
 t/non-moo-extends-c3.t               |  68 ++++++++++++++
 t/non-moo-extends.t                  |  52 ++++++++++-
 t/sub-defer.t                        |  47 ++++++++++
 t/sub-quote.t                        |  82 ++++++++++++++++-
 t/zzz-check-breaks.t                 |  46 ++++++++++
 xt/global-destruct-jenga-helper.pl   |  18 ++++
 xt/global-destruct-jenga.t           |   6 +-
 xt/handle_moose.t                    |   9 ++
 xt/moo-inflate.t                     |  18 ++++
 xt/moo-roles-into-moose-class.t      |   9 ++
 xt/moose-accessor-isa.t              |   5 ++
 xt/moose-extend-moo.t                |  36 ++++++++
 xt/moose-inflate-error-recurse.t     |  25 ++++++
 xt/role-tiny-inflate.t               |  45 ++++++++++
 xt/strictures.t                      |   7 +-
 xt/test-my-dependents.t              | 100 +++++++++++++++++----
 xt/withautoclean.t                   |   5 +-
 55 files changed, 1241 insertions(+), 454 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