[libmoo-perl] branch master updated (5c3feba -> 725625a)

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 change to branch master
in repository libmoo-perl.

      from  5c3feba   Remove Maximilian Gaß from Uploaders (no more active according to himself)
      adds  4a436ec   Imported Upstream version 1.004005
       new  e37d7a0   Merge tag 'upstream/1.004005'
       new  f523612   New upstream release.
       new  158c476   debian/rules: remove override_dh_auto_install.
       new  91ad0bf   Update (build) dependencies.
       new  725625a   releasing package libmoo-perl version 1.004005-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                              |  35 +++++++-
 MANIFEST                             |  15 +++-
 META.json                            |  31 ++++---
 META.yml                             |  34 +++----
 Makefile.PL                          | 169 ++++++++++++++---------------------
 README                               |   2 +-
 bin/moo-outdated                     |  21 -----
 debian/changelog                     |  12 ++-
 debian/control                       |  11 +--
 debian/rules                         |   5 --
 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 +-
 58 files changed, 1257 insertions(+), 466 deletions(-)
 delete mode 100644 bin/moo-outdated
 delete mode 100644 lib/Moo/Conflicts.pm
 delete mode 100755 maint/travis-install
 delete mode 100644 maint/travis-perlbrew
 create mode 100644 t/lib/INCModule.pm
 create mode 100644 t/moo-c3.t
 create mode 100644 t/moo-object.t
 create mode 100644 t/moo-utils.t
 create mode 100644 t/non-moo-extends-c3.t
 create mode 100644 t/zzz-check-breaks.t
 create mode 100644 xt/global-destruct-jenga-helper.pl
 create mode 100644 xt/moo-inflate.t
 create mode 100644 xt/moose-extend-moo.t
 create mode 100644 xt/moose-inflate-error-recurse.t
 create mode 100644 xt/role-tiny-inflate.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