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

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

      from  8f2fed4   New upstream release, ready for review
       new  a8da6d9   consistently disable once warning via Moo::_strictures
       new  dc80bf7   more correct inline module code for 5.6
       new  6f88c3e   try another value to disable codecov comments
       new  2fe5508   clarify documentation of meta method
       new  43273ff   quote package and sub names in Sub::Quote errors
       new  5152d8c   throw more reasonable errors for invalid sub names
       new  b51e757   skip todo tests in Sub::Quote for quieter output
       new  e9e238c   track hints when clearing them in test
       new  fbbb03c   avoid needing . in @INC in dev mode
       new  c8bc1e0   stop relying on . in @INC
       new  8ee6990   allow captures in clearer and predicate
       new  7f724b9   changelog
       new  86762b1   add ticket numbers to changelog
       new  effabb6   bump Role::Tiny prereq for stub fix
       new  368b4f1   Bumping version to 2.002005
       new  b4c0104   fix changelog typo
       new  0567d9b   Release commit for 2.002005
       new  c760919   refactor attribute spec merging into accessor generator
       new  c57ed00   make has +attr in roles consistent with classes
       new  52fe7a3   fix create_class_with_roles again with acc gen role
       new  90e292e   fix @ISA assignment in create_class_with_roles
       new  821cdd0   test Moo's create_class_with_roles, not Role::Tiny's
       new  e213cd7   avoid Base as class name in tests
       new  74e4f78   move attribute overwrite check to more appropriate 
location
       new  9e9e77e   fix asserters for oddly named attributes
       new  3766f5f   remove * from =items for attribute params
       new  c2fc05e   add missing import to test
       new  1768e83   fix moosify merging
       new  9a2c313   Revert "make has +attr in roles consistent with classes"
       new  ec5d283   changelog
       new  dafb860   move Sub::Quote/Sub::Defer to separate dist
       new  cc4bf1c   clean up Sub::Defer and Sub::Quote imports
       new  8c868a5   changelog Sub::Quote split
       new  e52004e   fix asserter failure message and test
       new  42a3f06   changelog has option doc changes
       new  69fd2f0   bump Sub::Quote/Defer prereq to working version
       new  668960d   Bumping version to 2.003000
       new  9f1310d   Release commit for 2.003000
       new  2bf5355   New upstream version 2.003000
       new  d2e707b   Merge tag 'upstream/2.003000'
       new  8d312ef   Update debian/changelog
       new  e27b491   Add new (build) dependencies.
       new  e53b335   update changelog

The 43 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                            |   8 +
 MANIFEST                           |   7 -
 META.json                          |   4 +-
 META.yml                           |   4 +-
 Makefile.PL                        |   2 +
 README                             |  48 +--
 debian/changelog                   |  14 +
 debian/control                     |   6 +-
 lib/Method/Generate/Accessor.pm    |  26 +-
 lib/Method/Generate/Constructor.pm |  16 +-
 lib/Moo.pm                         |  35 ++-
 lib/Moo/HandleMoose.pm             |   1 +
 lib/Moo/Role.pm                    |  46 +--
 lib/Moo/_Utils.pm                  |   3 +-
 lib/Sub/Defer.pm                   | 202 ------------
 lib/Sub/Quote.pm                   | 454 ---------------------------
 t/accessor-generator-extension.t   |  26 ++
 t/accessor-handles.t               |   9 +
 t/accessor-mixed.t                 |  31 ++
 t/accessor-reader-writer.t         |  16 -
 t/compose-roles.t                  |  18 +-
 t/croak-locations.t                |  26 --
 t/sub-defer-no-subname.t           |   9 -
 t/sub-defer-threads.t              |  41 ---
 t/sub-defer.t                      | 161 ----------
 t/sub-quote-threads.t              |  52 ----
 t/sub-quote.t                      | 612 -------------------------------------
 27 files changed, 198 insertions(+), 1679 deletions(-)
 delete mode 100644 lib/Sub/Defer.pm
 delete mode 100644 lib/Sub/Quote.pm
 delete mode 100644 t/sub-defer-no-subname.t
 delete mode 100644 t/sub-defer-threads.t
 delete mode 100644 t/sub-defer.t
 delete mode 100644 t/sub-quote-threads.t
 delete mode 100644 t/sub-quote.t

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to