[libtest-moose-more-perl] annotated tag upstream/0.033 created (now eb65ed5)

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Aug 15 15:06:41 UTC 2015


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

kanashiro-guest pushed a change to annotated tag upstream/0.033
in repository libtest-moose-more-perl.

        at  eb65ed5   (tag)
   tagging  03567faca9d464803101d91e0553e514846861b8 (commit)
  replaces  upstream/0.024
 tagged by  Lucas Kanashiro
        on  Sat Aug 15 11:09:13 2015 -0300

- Log -----------------------------------------------------------------
Upstream version 0.033
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJVz0gJAAoJEPgjonKYg8l8YnwP/3q4zynAhvrZN+xgyCeYrDXI
2CSvCzIayCYX967msSMLHMoPmn5noUe52F0Fa9/qouXmgQRNVUJz0TddKJOl6nKk
c7QN/+xynkEFlOuMN3LkrHZwCJ3bd+tVx09Ulo/803u4bU8K5uaIxnheBWFLnXay
OIvZLNOP+DHWTEHCvdRXHXGS29WhTNEUhQwRl8eTHx5ozDHFtVl5CoamRfZqlnpp
5pBL7zhC6dAwoQqroxPF8QnGvP9hXvFGvK4igspaQwcZCRUXeRQaJUsRJ2VdnWwO
zmm4cGEf3t9I6Bn/+zWGnbL6xIjro1/wBbKJEVcEGP3S4E5AiRvGq8JbDPSIvjMY
LgTXLNTAygTS4Nt+9dszyA48diNNUHzCHGcBfxCqvuAESQQEIf/ECmFpKnncNT+U
4KVGL2hXvTYL02e4Bs7FQCZvYiQ5H8vulyxipf1d5g4p9BrzWBaqDVtKUUgIcBqM
yY1yaOLEl1AY9CcoN4uWTk+G3ndsFAdys0Q8GhLRwMN8C1nmxbo6gv6zItH5s2JD
UtchKhTE7myZO+/JSKeTD9p87aaEfaE2TSA/OjG/AMorGbUfrtnej0Xsj7FmHtM2
Mu9XIj6Sf/4g7DnVDVoc7F8TjgS2bV+KetVS8ShV7RIMkIq6/avnOIZPuHSXff/A
OOd692HD9w9LH9a2ux1t
=VodK
-----END PGP SIGNATURE-----

Chad Granum (1):
      Support Test::More alphas

Chris Weyl (162):
      initial commit
      is_role() tests
      is_class() tests
      has_method_ok() tests
      test implementations
      README for github
      Custom weaver config
      ...and a nicer README for github
      ignore our release packages/dirs
      v0.001
      add check_sugar_* tests
      check_sugar_* implementation + doc
      rename test functions in POD
      v0.002
      weaver.ini tweaks
      initial validate_class tests
      add validate_* tests
      fixup! initial validate_class tests
      v0.003
      add does_ok(), tests and implementation
      update validate_class.t to deal with our does_ok()
      add t/funcs.pm
      add meta_ok() tests and implementation
      split name-finding logic out into _thing_name()
      additional does_ok() tests, etc
      =func, not =function *sigh*
      v0.004
      export Test::Moose::with_immutable()
      be clearer with our intent to supplant Test::Moose
      v0.005
      pod fixups, validate_thing()/_class() parts
      drop POD referencing functionality not yet implemented by validate_thing()
      drop weaver.ini
      POD spelling errors fix
      v0.006
      add does_not_ok()
      add 'does_not' to validate_thing()
      minor test refactor
      v0.007
      add: has_attribute_ok
      v0.008
      Allow attribute metaclasses to be validated via validate_*()
      v0.009
      add requires_method_ok
      Add $_skip to counters()
      Add tests, required_methods testing to validate_role
      v0.010
      add LICENSE stub
      Drop AttributeShortcuts from t/*
      v0.011
      tweet on release
      add validate_attribute()
      Don't use validate_attribute() under validate_thing() yet
      v0.012
      traits support (not yet), check options vs validate
      v0.013
      use _thing_name() when checking attribute options
      t/funcs: add plan sub
      update counters to handle subtests; use subtest for attribute validation during class validation
      drop funcs.pm in favor of TAP::SimpleOutput
      Better tests for validate_attribute and attribute_options_ok
      a little clearer note that we're still in TRIAL on the new attribute tests
      v0.014
      rework some POD around the new attribute tests
      v0.015
      use validate_class, not thing, when checking attribute composition inside validate_class()
      add is_anon(), is_not_anon() tests
      allow anonymous => ? checks in validate_thing()
      v0.016
      add support for testing arbitrary attribute attributes
      ...and also check 'requires => ?' attribute options
      v0.017
      check attribute coercion
      v0.018
      v0.019
      report on Moose, Class::MOP versions as well (#2)
      add initial Travis-CI config
      Perl6::Junction => Syntax::Keyword::Junction
      .pod -> .mkdn
      v0.020
      update travis config to latest
      autoadd
      another travis update
      alter to comply with subtest output in Test::Moose >= 0.98_05
      duck the whole "isa_ok()" output has changed thing
      appease the spelling pod test...
      v0.021
      add an explicit dependency on TAP::SimpleOutput 0.002
      v0.022
      ...also tweet (why not)
      Merge branch 'topic/fix_coercions'
      v0.023
      validate_thing() no longer runs subtests on attributes that are not present
      v0.024
      Merge pull request #13 from Test-More/master
      v0.025
      stop prefixing our embedded subtests with "[subtest]"
      initial add: t/validate_attribute/in_roles.t
      _attribute_options_ok: correct TB::Level reporting
      nit! doc
      add _find_attribute(), a helper function
      has_attribute_ok: use _find_attribute()
      validate_attribute: use _find_attribute
      attribute_options_ok: use _find_attribute
      _attribute_options_ok: skip role attributes
      update Changes
      v0.025_01
      v0.025_02
      v0.026
      Merge pull request #14 from karenetheridge/topic/no-autobox
      v0.027
      Sort our exports list...
      Add is_{,not_}immutable_ok() tests
      validate_class: add immutable check
      nit! minor doc adjustment
      v0.028
      Start on better documentation for validate_*()
      make is_anon -> is_anon_ok, etc
      ...and make is_{role,class} into is_{role,class}_ok
      break out back-compat method names in exporter setup...
      Sub::Exporter -> Sub::Exporter::Progressive
      ...aaaand flatten a couple more functions that escaped prior flattening.
      t/is_immutable.t -> t/is_immutable_ok.t
      v0.028_01
      v0.029
      travis: update config
      Appease Pod::Coverage
      travis: update config
      generated files: update
      nit! fix an errant POD...
      Add tests for method modifiers in roles
      v0.030
      Add prototypes to "sugar" functions
      export validate_thing()
      validate_thing: add 'sugar => 0|1'
      generated files: update
      Merge branch 'validate_thing/sugar'
      v0.031
      restructure validate_role tests in filesystem
      validate_role: add -compose tests
      add '-compose' support to validate_role()
      nit! doc tweaks
      validate_thing: better documentation
      nit! doc tweaks
      validate_role: better doc
      generated files: update
      validate_class: better doc
      generated files: update
      Merge branch 'master' into validate-role/compose
      validate_role: -compose doc, subtest
      nit! whitespace and cruft...
      generated files: update
      Merge branch 'validate-role/compose'
      attribute trait validation now resolves aliases correctly
      Add an attribute validation w/-compose
      Merge branch 'meta-alias-resolution'
      v0.032
      generated files: update
      better doc for attribute_options_ok
      generated files: update
      validate_role ... -compose => 1 ... now tests anon class for role
      v0.033

Karen Etheridge (2):
      fix issue in testing with Moose-2.1200
      removes the loading of Moose::Autobox, which does not seem to be used

Lucas Kanashiro (1):
      Imported Upstream version 0.033

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
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