[libtest-moose-more-perl] annotated tag upstream/0.048 created (now 1733201)

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


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

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

        at  1733201   (tag)
   tagging  82b83e5a3e10f5979f11471a4d74c01fa1ef5319 (commit)
  replaces  upstream/0.038
 tagged by  Lucas Kanashiro
        on  Sun Jun 25 15:27:20 2017 -0300

- Log -----------------------------------------------------------------
Upstream version 0.048
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAllQAIgACgkQ+COicpiD
yXwe1BAArKWqh5ExNzvzp+y4L8eZn2lcVOriOLY5cpqWtvUt8Dp1ULDptmk6Klhm
tPD3hciTvEg7pQfTZcgSoMPgo579Xv4zzpxpap2IqYjoPuQkv7C9GdDazRGr3wyi
ftHgzbWXTs/a+n9l3UfjluucU4ib7QwthpA2v9I5cd/qO7sATGH0s/qB+Q+BCpOd
ZDp5WmAkPxQDqMTf6h3Unzj3EimYmZM1gDydNBmjtjmLzdR4mxT8wgqaRYaH6PeZ
XKgwll6KOACOZZHaFmhMTDzXRigHx4eOleX3MtTEso8D6piJTLnEpjcDYAZdckig
KUL7qQcyhrRQsbPm74uezgrqYLJjZ6aJC3OBafZ8ro/ZaHcgPh4EXMGSuRJxoTVB
xjGdn6zBkVSuW1q3m5KNdi/NRR7Fusi1piWeXOfkmUEN9XohZDH4hsaumciotsUb
ieXot+btUgT0SSK5MjGpXpx8WYpFOMZopyHJj8TRTFz1vCfEbsq3BJ77eFuu37br
LJIT/NAHR/qgHVKc97D5iVOgG2kJyfhXVBplQoGBII9iyoqwCSe/UrmIzZBkhHVJ
Bk2AJ1Dkp0BXgaFA29ZN5awj7e+tLxi9KOnbhVE3qcTC3JHHsfMxdKsaV8/JSvdt
ViyEgWfsSo078GQ0tNG7YYDBZygwN5J5zZH0Asdc/X8SicjSznE=
=pl4f
-----END PGP SIGNATURE-----

Chris Weyl (163):
      ignore *~
      Allow fails on Perl v5.12
      update Changes
      Use prototypes consistently
      Merge branch 'topic/consistent-prototypes'
      t/validate_attribute.t -> t/validate_attribute/basic.t
      t/is_class_ok.t -> t/is_class_ok/basic.t
      additional is_class_ok tests
      Update Changes
      If the metaclass appears to not be Moosey, check the class name
      Merge branch 'bug/make-is_class_ok-like-attribute-metaclasses'
      t/attribute/coerce.t -> t/validate_attribute/coerce.t
      Simplify some logic
      Drop an old, now pointless, check
      Add attribute 'required' check tests
      attributes: allow to check an attribute is *not* required, as well
      update Changes
      Merge branch 'attribute/required/tests'
      Add attribute 'lazy' check tests
      Allow checking for laziness in role attributes
      Drop our generated cpanfile
      Merge branch 'master' into attribute/lazy/tests
      update travis config
      Merge branch 'master' into attribute/lazy/tests
      v0.039
      nit!  drop some bits that made it into the lazy check tests
      nit! test layout tweak
      has_method_ok() now uses _thing_name()
      requires_method_ok() now uses _thing_name()
      Make does_{,not_}ok() handle metaclasses that don't do roles
      Drop a redundant line of documentation
      use _thing_name() for isa tests in validate_class()
      When validating attribute metaclasses, say so
      Use more interesting options for our compose "tests"
      has_attribute_ok honors -subtest
      Handle subtest headers properly in our testing
      Merge branch 'has_attribute_ok/subtest'
      v0.040
      Add a 'validate' export group
      initial add: Test::Moose::More::Utils
      does_metaroles_ok() tests
      does_metaroles_ok()
      Drop v5.10 from our tests
      uniq is only in List::Util since 1.45, so specify that
      Make Pod::Spell happy with TMM
      Document does_metaroles_ok()
      Make -compose messages a little cleaner
      Initial functional tests
      ...additional functional tests.
      croak() if we can't find a metaclass attribute
      Apparently 5.8, 5.10 hate how I was using autobox::Core
      Merge branch 'does_metaroles_ok'
      POD: update -compose doc to reflect new subtest messages
      Move known_sugar() to ...::Utils
      Merge branch 'master' into does_metaroles_ok
      Test class_metaroles option to validate_class()
      Add 'class_metaroles' option to validate_class()
      v0.041
      Merge branch 'does_metaroles_ok'
      Add does_not_metaroles_ok()
      Make Pod::Spell happy
      Merge branch 'does_not_metaroles_ok'
      Document validate_class ... class_metaroles => ...
      Add 'no_class_metaroles' to validate_class()
      correct testfile name
      Add {,no_}role_metaroles option to validate_role()
      add class_metaclasses option to validate_class()
      Push metaclass checking logic up to validate_thing
      add role_metaclasses to validate_role()
      Use the subtest bits now in TAP::SimpleOutput
      ...fix the spelling in a testfile name
      pod note: we don't attempt to validate MOP types passed to does_*metaroles_ok()
      Add validate_thing() tests for 'metaclasses'
      v0.042
      Ensure TAP::SimpleOutput 0.009 is used
      v0.043
      doc! include note w.r.t. inherited methods for has_method_ok()
      Add has_no_method_ok()
      Rename method_ok test file
      ...and document
      Add Changes entry
      Fix broken POD links
      Add no_methods to validate_thing()
      validate_thing() => methods/no_methods tests
      Make our sanity checks sane
      Validate has_method_ok() finds accessors, as well.
      check methods coming in via roles, attributes, etc
      *_method_ok() against superclass methods
      nit! add a FIXME/TODO comment
      add validate_class() methods/no_methods tests
      Update Changes w/no_methods
      Add validate_role() tests for 'metaclasses'
      Update Changes
      Merge branch 'validate/metaroles'
      Merge branch 'has_no_method_ok'
      v0.044
      doc! =func -> =test
      Add is_{not_,}pristine_ok()
      v0.045
      Update Changes
      Merge branch 'test/pristine'
      Refactor requires_method_ok() in preparation to adding its inverse
      Add does_not_require_method_ok()
      Update Changes
      Properly lexicalize(tm) our has..._method_ok() test subs
      Initial has_...method_from_anywhere_ok()
      Update Changes
      ...and export them
      Helps to call a method by its actual name
      Additional tests -- basic
      Merge branch 'method_from_anywhere_ok'
      Additional ...method_ok() TBT tests
      ..._methods_ok() TBT superclass tests
      Update Changes
      Merge branch 'method_from_anywhere_ok'
      Split attribute_options_ok() tests out from validate_attribute() tests
      v0.046
      nit!
      Update Changes
      '-subtest => 1' now does something sensible
      Add tests for -subtest => 1
      Merge branch 'subtest-1'
      add method_from_pkg_ok()
      Update Changes
      method_from_pkg_ok() tests
      Make 5.8 "ok to fail"
      Drop the cache bits
      Fix our allow_failures
      Drop "dev"
      ...aaaand test with DNE method
      Refactor in preparation for currying additional functions
      Merge branches 'travis' and 'method_from_pkg_ok'
      Add method_not_from_pkg_ok()
      rejigger how we handle Naming The Thing's Method
      tests for method_not_from_pkg_ok()
      nit!
      Update Changes
      Merge branch 'method_from_pkg_ok'
      v0.047
      wip -- method_is_accessor ...
      Add POD for methodis_*accessor()
      Update Changes
      Merge branch 'method_is_accessor'
      Update README
      Add no_meta_ok()
      Add tests for no_meta_ok()
      Update Changes
      Fix POD link to Class::MOP::Method::Accessor
      update Changes
      Merge branch 'no_meta_ok'
      Sort our exports
      Use _thing_name() in _role_wraps(), like everybody else
      Skip to the next attribute if current one DNE in _thing_guts() attribute loop
      Simplify some of the logic in our _validate_thing_guts()'s attribute loop
      Update Changes
      Use apply vs modifying $_ in a map
      Add 5.26 to the travis build matrix
      wip! Wrap more things in explicit C<>
      Update Changes
      Merge branch 'pod-nits'
      generated files: update
      Travis: drop Perl < 5.16 from build matrix
      v0.048

Lucas Kanashiro (1):
      New upstream version 0.048

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

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