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

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

      from  ff6bd84   update changelog
       new  badf2ca   Add debian/upstream/metadata
       new  d7026df   Update debian/changelog
      adds  d1201fb   initial commit
      adds  ee37d58   is_role() tests
      adds  158e55d   is_class() tests
      adds  455c096   has_method_ok() tests
      adds  f1f3421   test implementations
      adds  7b26ba5   README for github
      adds  34418a0   Custom weaver config
      adds  f5d2153   ...and a nicer README for github
      adds  c7c2edf   ignore our release packages/dirs
      adds  f9158a9   v0.001
      adds  49db545   add check_sugar_* tests
      adds  13b6b4e   check_sugar_* implementation + doc
      adds  5f0aca5   rename test functions in POD
      adds  82cb0d3   v0.002
      adds  80f4572   weaver.ini tweaks
      adds  a4b9428   initial validate_class tests
      adds  ce28e70   add validate_* tests
      adds  0e9634a   fixup! initial validate_class tests
      adds  d8e3f6a   v0.003
      adds  63a1613   add does_ok(), tests and implementation
      adds  ad6abe8   update validate_class.t to deal with our does_ok()
      adds  1cab25e   add t/funcs.pm
      adds  2f361d1   add meta_ok() tests and implementation
      adds  4fb9956   split name-finding logic out into _thing_name()
      adds  73aeb91   additional does_ok() tests, etc
      adds  115f89c   =func, not =function *sigh*
      adds  87d0b91   v0.004
      adds  f7b8f34   export Test::Moose::with_immutable()
      adds  7150d65   be clearer with our intent to supplant Test::Moose
      adds  d8ec6fb   v0.005
      adds  a2f1443   pod fixups, validate_thing()/_class() parts
      adds  83ccfa9   drop POD referencing functionality not yet implemented by 
validate_thing()
      adds  2899b06   drop weaver.ini
      adds  65ca407   POD spelling errors fix
      adds  b5cc33c   v0.006
      adds  5bef913   add does_not_ok()
      adds  9887403   add 'does_not' to validate_thing()
      adds  3a6843e   minor test refactor
      adds  b5dff7d   v0.007
      adds  7cfbefa   add: has_attribute_ok
      adds  66c8dfc   v0.008
      adds  1bb0e84   Allow attribute metaclasses to be validated via 
validate_*()
      adds  653a43d   v0.009
      adds  c04ab7c   add requires_method_ok
      adds  71d8bb8   Add $_skip to counters()
      adds  d594313   Add tests, required_methods testing to validate_role
      adds  2d2c5a4   v0.010
      adds  e506628   add LICENSE stub
      adds  7216769   Drop AttributeShortcuts from t/*
      adds  d6d3c43   v0.011
      adds  0bf5e36   tweet on release
      adds  7ec742b   add validate_attribute()
      adds  7714469   Don't use validate_attribute() under validate_thing() yet
      adds  47d4382   v0.012
      adds  bcb1dd8   traits support (not yet), check options vs validate
      adds  d380582   v0.013
      adds  1e3c3fa   use _thing_name() when checking attribute options
      adds  a34d489   t/funcs: add plan sub
      adds  142bcd8   update counters to handle subtests; use subtest for 
attribute validation during class validation
      adds  ac0332c   drop funcs.pm in favor of TAP::SimpleOutput
      adds  cea582d   Better tests for validate_attribute and 
attribute_options_ok
      adds  79c63a6   a little clearer note that we're still in TRIAL on the 
new attribute tests
      adds  36b4c0c   v0.014
      adds  67e5da0   rework some POD around the new attribute tests
      adds  8c8bdcd   v0.015
      adds  4720d47   use validate_class, not thing, when checking attribute 
composition inside validate_class()
      adds  79d4452   add is_anon(), is_not_anon() tests
      adds  2a3011f   allow anonymous => ? checks in validate_thing()
      adds  58e6686   v0.016
      adds  3140ba4   add support for testing arbitrary attribute attributes
      adds  7b31771   ...and also check 'requires => ?' attribute options
      adds  7ea7a71   v0.017
      adds  a6a0df5   check attribute coercion
      adds  1f09e4b   v0.018
      adds  5b56685   v0.019
      adds  566bea5   report on Moose, Class::MOP versions as well (#2)
      adds  0baa345   add initial Travis-CI config
      adds  c453761   Perl6::Junction => Syntax::Keyword::Junction
      adds  493b8f1   .pod -> .mkdn
      adds  92df7f6   v0.020
      adds  d1b83ce   update travis config to latest
      adds  26e0155   autoadd
      adds  5909dbc   another travis update
      adds  d9aa9f6   alter to comply with subtest output in Test::Moose >= 
0.98_05
      adds  d7ff843   duck the whole "isa_ok()" output has changed thing
      adds  1ab138e   appease the spelling pod test...
      adds  9523b1d   v0.021
      adds  ad34934   add an explicit dependency on TAP::SimpleOutput 0.002
      adds  c800b9e   v0.022
      adds  bd12eee   ...also tweet (why not)
      adds  d18cc5d   fix issue in testing with Moose-2.1200
      adds  5fe969c   Merge branch 'topic/fix_coercions'
      adds  5c27b9c   v0.023
      adds  4eafdbb   validate_thing() no longer runs subtests on attributes 
that are not present
      adds  9678646   v0.024
      adds  c0dee59   Support Test::More alphas
      adds  d989699   Merge pull request #13 from Test-More/master
      adds  3b98266   v0.025
      adds  dbe9b14   stop prefixing our embedded subtests with "[subtest]"
      adds  25fa076   initial add: t/validate_attribute/in_roles.t
      adds  4d895e2   _attribute_options_ok: correct TB::Level reporting
      adds  d40fbd9   nit! doc
      adds  47cc333   add _find_attribute(), a helper function
      adds  db9ad5f   has_attribute_ok: use _find_attribute()
      adds  4c5e4fc   validate_attribute: use _find_attribute
      adds  cf94779   attribute_options_ok: use _find_attribute
      adds  4e43ee1   _attribute_options_ok: skip role attributes
      adds  c99630d   update Changes
      adds  41ca28b   v0.025_01
      adds  87466c0   v0.025_02
      adds  516303c   v0.026
      adds  116326e   removes the loading of Moose::Autobox, which does not 
seem to be used
      adds  b52bf34   Merge pull request #14 from 
karenetheridge/topic/no-autobox
      adds  d527b94   v0.027
      adds  6e0c7cb   Sort our exports list...
      adds  7dedf65   Add is_{,not_}immutable_ok() tests
      adds  70ab271   validate_class: add immutable check
      adds  6f3776b   nit! minor doc adjustment
      adds  f46d62e   v0.028
      adds  80d5f1a   Start on better documentation for validate_*()
      adds  0d8c8e3   make is_anon -> is_anon_ok, etc
      adds  9bc71e8   ...and make is_{role,class} into is_{role,class}_ok
      adds  9bbab70   break out back-compat method names in exporter setup...
      adds  402febb   Sub::Exporter -> Sub::Exporter::Progressive
      adds  8e3468d   ...aaaand flatten a couple more functions that escaped 
prior flattening.
      adds  c0ca682   t/is_immutable.t -> t/is_immutable_ok.t
      adds  51bc5d4   v0.028_01
      adds  91a4da8   v0.029
      adds  3b6a8a8   travis: update config
      adds  ae8d2ad   Appease Pod::Coverage
      adds  9a9ad4a   travis: update config
      adds  9b74c4c   generated files: update
      adds  dcca0c2   nit! fix an errant POD...
      adds  c9f19b1   Add tests for method modifiers in roles
      adds  a3030c4   v0.030
      adds  bd00ac4   Add prototypes to "sugar" functions
      adds  7b69632   export validate_thing()
      adds  7e3343f   validate_thing: add 'sugar => 0|1'
      adds  5761876   generated files: update
      adds  36f70ca   Merge branch 'validate_thing/sugar'
      adds  565dfcb   v0.031
      adds  12436d7   restructure validate_role tests in filesystem
      adds  ae32379   validate_role: add -compose tests
      adds  7a77859   add '-compose' support to validate_role()
      adds  327eedf   nit! doc tweaks
      adds  359aa3c   validate_thing: better documentation
      adds  0d4aea5   nit! doc tweaks
      adds  47990ce   validate_role: better doc
      adds  8302477   generated files: update
      adds  7deb191   validate_class: better doc
      adds  7577f3d   generated files: update
      adds  f15438f   Merge branch 'master' into validate-role/compose
      adds  db490a2   validate_role: -compose doc, subtest
      adds  bdbec71   nit! whitespace and cruft...
      adds  e5f9b61   generated files: update
      adds  ea47022   Merge branch 'validate-role/compose'
      adds  ed8c2bf   attribute trait validation now resolves aliases correctly
      adds  594c7c9   Add an attribute validation w/-compose
      adds  6b3000b   Merge branch 'meta-alias-resolution'
      adds  32e963a   v0.032
      adds  a76133f   generated files: update
      adds  b27a6d3   better doc for attribute_options_ok
      adds  a3fc22d   generated files: update
      adds  b24c8bf   validate_role ... -compose => 1 ... now tests anon class 
for role
      adds  6d4f95d   v0.033
      adds  03567fa   Imported Upstream version 0.033
       new  3048211   Merge tag 'upstream/0.033'
       new  453cb68   Update debian/changelog
       new  310c527   Bump debhelper compatibility level to 9
       new  0ad2a49   Declare compliance with Debian policy 3.9.6
       new  182f7c8   Update long description
       new  8b08376   Add autopkgtest-pkg-perl
       new  46ab7d9   Release libtest-moose-more-perl 0.033-1 to unstable

The 9 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:
 .travis.yml                                  |  14 +-
 Changes                                      |  52 +++
 MANIFEST                                     |  21 +-
 META.json                                    | 323 ++++++++++-------
 META.yml                                     | 294 +++++++++-------
 Makefile.PL                                  |  34 +-
 README                                       | 299 +++++++++++++---
 SIGNATURE                                    |  73 ++--
 cpanfile                                     |  11 +-
 debian/changelog                             |  15 +-
 debian/compat                                |   2 +-
 debian/control                               |   8 +-
 debian/upstream/metadata                     |   7 +
 lib/Test/Moose/More.pm                       | 501 +++++++++++++++++++++++----
 t/00-compile.t                               |  12 +-
 t/000-report-versions-tiny.t                 |  10 +-
 t/has_method_ok.t                            |   2 +-
 t/{is_anon.t => is_anon_ok.t}                |  16 +-
 t/{is_class.t => is_class_ok.t}              |  18 +-
 t/is_immutable_ok.t                          |  46 +++
 t/{is_not_anon.t => is_not_anon_ok.t}        |  16 +-
 t/{is_role.t => is_role_ok.t}                |  18 +-
 t/requires_method_ok.t                       |   2 +-
 t/validate_attribute/in_roles.t              |  49 +++
 t/validate_class.t                           |  17 +-
 t/{validate_role.t => validate_role/basic.t} |   0
 t/validate_role/compose.t                    |  55 +++
 t/validate_thing/sugar.t                     |  33 ++
 t/wrapped/in_roles.t                         |  58 ++++
 xt/{release/no-tabs.t => author/eol.t}       |  21 +-
 xt/{release => author}/no-tabs.t             |  17 +-
 xt/author/pod-spell.t                        |  14 +-
 xt/release/eol.t                             |   8 -
 xt/release/no-smart-comments.t               |   1 +
 34 files changed, 1557 insertions(+), 510 deletions(-)
 create mode 100644 debian/upstream/metadata
 rename t/{is_anon.t => is_anon_ok.t} (74%)
 rename t/{is_class.t => is_class_ok.t} (61%)
 create mode 100644 t/is_immutable_ok.t
 rename t/{is_not_anon.t => is_not_anon_ok.t} (73%)
 rename t/{is_role.t => is_role_ok.t} (62%)
 create mode 100644 t/validate_attribute/in_roles.t
 rename t/{validate_role.t => validate_role/basic.t} (100%)
 create mode 100644 t/validate_role/compose.t
 create mode 100644 t/validate_thing/sugar.t
 create mode 100644 t/wrapped/in_roles.t
 copy xt/{release/no-tabs.t => author/eol.t} (51%)
 rename xt/{release => author}/no-tabs.t (65%)
 delete mode 100644 xt/release/eol.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-moose-more-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