[libmoo-perl] branch master updated (5ce80df -> 7102176)

gregor herrmann gregoa at debian.org
Sun Oct 18 16:42:59 UTC 2015


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

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

      from  5ce80df   releasing package libmoo-perl version 2.000001-3
      adds  acd3206   Add basic .dir-locals.el file for Emacs
      adds  9cd704a   remove unnecessary ; in sub example
      adds  1dc45e0   add myself to contributors
      adds  aebf7dc   avoid threading tests on old perls where threads are very unreliable
      adds  dafa511   check for existence of sub naming subs before using them
      adds  03a8285   allow stub methods to be overwritten by generated methods
      adds  59068e1   Fix wildcard delegation from Moose class to isa => MooClass attribute
      adds  b144caf   test for Moo class in Moose attribute isa with handles
      adds  a5fa473   use foreach consistently for iteration
      adds  55ff2e2   names for exceptions in defaults tests
      adds  bde919f   allow required attributes should be satisfied by false defaults
      adds  d17a90e   manual TAP in global destruction test
      adds  8967afa   don't load Moo::Role for does check when roles can't exist
      adds  904b35c   setup Moo::sification with import rather than on load
      adds  e7c0519   prevent inflation under no Moo::sificiation
      adds  6188f03   fulltest script not needed anymore
      adds  d1223fb   skip check breaks test if no meta file exists
      adds  ffd4b36   allow is => lazy, required => 1, init_arg => undef
      adds  a2a9d37   fix thinko in does when Moose::Role/Role::Tiny not loaded
      adds  c3d880a   fix required attribute with spaces in init_arg
      adds  91354c9   testcase for init_arg with spaces in it
      adds  6b96fde   test init_arg support for any arbitrary string
      adds  f9ea970   always call BUILDARGS when constructing object
      adds  f8981fe   changelog
      adds  53580de   Bumping version to 2.000002
      adds  cde3211   Release commit for 2.000002
      adds  836599d   Imported Upstream version 2.000002
       new  445aceb   Merge tag 'upstream/2.000002'
       new  aff0e86   Update debian/changelog
       new  50b8a1f   Rename autopkgtest configuration file.
       new  5715e6e   Update years of upstream copyright and list of copyright holders.
       new  7102176   releasing package libmoo-perl version 2.000002-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                                           | 19 +++++++++
 MANIFEST                                          |  5 ++-
 META.json                                         |  4 +-
 META.yml                                          |  4 +-
 README                                            |  4 +-
 debian/changelog                                  |  9 +++++
 debian/copyright                                  | 34 ++++++++--------
 debian/tests/pkg-perl/{test-files => smoke-files} |  0
 lib/Method/Generate/Accessor.pm                   | 21 ++++++----
 lib/Method/Generate/Constructor.pm                |  9 ++---
 lib/Moo.pm                                        |  7 +++-
 lib/Moo/HandleMoose.pm                            | 16 ++++++--
 lib/Moo/HandleMoose/FakeMetaClass.pm              |  8 ++--
 lib/Moo/Object.pm                                 |  8 ++--
 lib/Moo/Role.pm                                   |  4 +-
 lib/Moo/_Utils.pm                                 | 12 ++++--
 lib/Moo/sification.pm                             | 23 +++++++----
 lib/Sub/Defer.pm                                  |  4 +-
 lib/Sub/Quote.pm                                  |  2 +-
 maint/fulltest                                    | 24 ------------
 t/accessor-default.t                              | 24 +++++++++++-
 t/accessor-handles.t                              |  7 ++++
 t/buildargs.t                                     |  5 +++
 t/demolish-global_destruction.t                   | 17 +++++++-
 t/does.t                                          | 48 +++++++++++++++++++++++
 t/init-arg.t                                      | 33 ++++++++++++++++
 t/moo-utils-_name_coderef.t                       |  3 ++
 t/sub-defer-threads.t                             |  4 ++
 t/sub-quote-threads.t                             |  4 ++
 t/zzz-check-breaks.t                              |  4 +-
 xt/moo-sification-handlemoose.t                   | 19 +++++++++
 xt/moo-sification-meta.t                          | 40 +++++++++++++++++++
 xt/moose-handles-moo-class.t                      | 23 +++++++++++
 33 files changed, 357 insertions(+), 91 deletions(-)
 rename debian/tests/pkg-perl/{test-files => smoke-files} (100%)
 delete mode 100755 maint/fulltest
 create mode 100644 t/does.t
 create mode 100644 xt/moo-sification-handlemoose.t
 create mode 100644 xt/moo-sification-meta.t
 create mode 100644 xt/moose-handles-moo-class.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