[libtest-moose-more-perl] 01/09: Updated version 0.048 from 'upstream/0.048'

Lucas Kanashiro kanashiro at moszumanska.debian.org
Sun Jun 25 18:59:05 UTC 2017


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

kanashiro pushed a commit to branch master
in repository libtest-moose-more-perl.

commit 3ef55fc9aa5d9dc2f2293977690a48a80c0df4e0
Merge: a7e860e 82b83e5
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Sun Jun 25 15:27:21 2017 -0300

    Updated version 0.048 from 'upstream/0.048'
    
    with Debian dir 56d0bd92e9e499aff61e8ba14012790d4fcbd777

 Changes                                            |  61 ++
 LICENSE                                            |   2 +-
 MANIFEST                                           |  36 +-
 META.json                                          | 392 ++++++----
 META.yml                                           | 379 ++++++----
 Makefile.PL                                        |  29 +-
 README                                             | 332 ++++++++-
 SIGNATURE                                          | 119 +--
 cpanfile                                           |  16 +-
 lib/Test/Moose/More.pm                             | 814 ++++++++++++++++-----
 lib/Test/Moose/More/Utils.pm                       | 128 ++++
 t/00-compile.t                                     |  17 +-
 t/00-report-prereqs.dd                             |  16 +-
 t/00-report-prereqs.t                              |  20 +-
 t/attribute_options_ok/basic.t                     |  85 +++
 t/attribute_options_ok/subtest-wrapper.t           |  62 ++
 t/does_metaroles_ok.t                              | 125 ++++
 t/does_not_metaroles_ok.t                          | 125 ++++
 t/does_not_ok.t                                    |  10 +
 t/does_ok.t                                        |  11 +
 t/has_method_ok.t                                  |  25 -
 t/{is_class_ok.t => is_class_ok/basic.t}           |   0
 .../moose-meta-attribute-should-be-moosey.t}       |  41 +-
 t/is_immutable_ok.t                                |   2 +-
 t/method_from_pkg_ok.t                             |  48 ++
 t/method_is_accessor_ok.t                          |  49 ++
 t/method_is_not_accessor_ok.t                      |  50 ++
 t/method_not_from_pkg_ok.t                         |  48 ++
 t/method_ok.t                                      | 142 ++++
 t/no_meta_ok.t                                     |  40 +
 t/pristine_ok.t                                    |  19 +
 t/requires_method_ok.t                             |  15 +
 t/subtest-1.t                                      |  39 +
 t/validate_attribute.t                             | 154 ----
 t/validate_attribute/basic.t                       | 101 +++
 t/{attribute => validate_attribute}/coerce.t       |  12 +-
 t/validate_attribute/in_roles.t                    |   2 +-
 .../coerce.t => validate_attribute/lazy.t}         |  52 +-
 .../coerce.t => validate_attribute/required.t}     |  52 +-
 t/{validate_class.t => validate_class/basic.t}     |  33 +-
 t/validate_class/metaclasses.t                     |  78 ++
 t/validate_class/metaroles.t                       |  40 +
 t/validate_class/methods.t                         |  39 +
 t/validate_role/compose.t                          |  13 +-
 t/validate_role/metaclasses.t                      | 107 +++
 t/validate_role/metaroles.t                        |  41 ++
 t/validate_thing/metaclasses.t                     |  77 ++
 t/validate_thing/methods.t                         |  37 +
 t/validate_thing/sugar.t                           |   2 +-
 xt/author/eol.t                                    |  34 +-
 xt/author/no-tabs.t                                |  32 +-
 xt/author/pod-coverage.t                           |   2 +-
 xt/{release => author}/pod-linkcheck.t             |   2 +-
 xt/author/pod-spell.t                              |  36 +-
 xt/author/pod-syntax.t                             |   2 +-
 xt/release/has-version.t                           |   2 +-
 xt/release/minimum-version.t                       |   2 +-
 xt/release/no-smart-comments.t                     |  50 +-
 58 files changed, 3401 insertions(+), 898 deletions(-)

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



More information about the Pkg-perl-cvs-commits mailing list