Changelog for
perl-Test-Moose-More-0.050-1.1.noarch.rpm :
Thu Sep 21 14:00:00 2017 cooloAATTsuse.com
- updated to 0.050
see /usr/share/doc/packages/perl-Test-Moose-More/Changes
0.050 2017-09-20 22:41:41 CDT-0500
* No code changes, releasing 0.049 as non-trial
0.049-TRIAL 2017-07-30 13:27:51 CDT-0500
* Add definition_context_ok()
Sun Jun 18 14:00:00 2017 cooloAATTsuse.com
- updated to 0.048
see /usr/share/doc/packages/perl-Test-Moose-More/Changes
0.048 2017-06-17 23:19:13 CDT-0500
* Add method_is_accessor_ok(), method_is_not_accessor_ok()
* Fix POD link to Class::MOP::Method::Accessor
* Add no_meta_ok()
* Simplify some of the logic in our _validate_thing_guts()\'s attribute
loop
* Skip to the next attribute if current one DNE in _thing_guts()
attribute loop
* Use _thing_name() in _role_wraps(), like everybody else
* In POD, wrap more things with C<> vs \'\', etc.
Tue Apr 25 14:00:00 2017 cooloAATTsuse.com
- updated to 0.047
see /usr/share/doc/packages/perl-Test-Moose-More/Changes
0.047 2017-04-24 22:48:33 CDT-0500
* Add method_from_pkg_ok(), method_not_from_pkg_ok()
* Tests which support subtests (typically validate_
*()) now do something
sensible when \'-subtest => 1\' is given.
Sat Apr 15 14:00:00 2017 cooloAATTsuse.com
- updated to 0.046
see /usr/share/doc/packages/perl-Test-Moose-More/Changes
0.046 2017-04-14 22:51:08 CDT-0500
* Add pristine tests
* Add has{,_no}_method_ok() TBT tests
* Add:
does_not_require_method_ok()
has_{,no_}method_from_anywhere_ok()
Sat Mar 25 13:00:00 2017 cooloAATTsuse.com
- updated to 0.045
see /usr/share/doc/packages/perl-Test-Moose-More/Changes
0.045 2017-03-24 20:34:45 CDT-0500
* Fix a POD command error (=func vs =test)
* No code changes, just promoting the changes from 0.044 to GA
0.044-TRIAL 2017-03-21 20:34:29 CDT-0500
* Add metarole/class options to validate_...()
* add has_no_method_ok(), which does exactly what you think it does
* add no_methods to validate_thing(), incorporating has_no_method_ok()
into validate_
*()
Tue Feb 21 13:00:00 2017 cooloAATTsuse.com
- updated to 0.043
see /usr/share/doc/packages/perl-Test-Moose-More/Changes
0.043 2017-02-14 11:56:50 CST-0600
* Depend on TAP::SimpleOutput 0.009 for our tests; no code changes.
0.042 2017-02-13 09:54:58 CST-0600
* Use the subtest bits now in TAP::SimpleOutput
* No code changes, just the above test tweak. Overdue release as GA :)
0.041-TRIAL 2016-11-12 20:09:02 CST-0600
* Added a \':validate\' export group.
* Make -compose subtest messages a little cleaner.
* add does_metaroles_ok()! (Not sure why I waited this long...)
0.040-TRIAL 2016-11-10 11:00:24 CST-0600
* Make more things consistent with naming in tests, e.g. \"Class\'s
attribute foo\" vs \"foo\", etc.
* does_{,not_}ok() now handles metaclasses that don\'t do roles
* has_attribute_ok now honors -subtest
0.039-TRIAL 2016-10-10 18:38:44 CDT-0500
* Use prototypes consistently across our test functions.
* Moose metaclasses now pass is_class_ok().
*le sigh
*
* Role attributes are now validated w.r.t.:
+ required
+ lazy
* Attribute validation checks are now also tested w.r.t.:
+ required
+ lazy
Thu Jun 23 14:00:00 2016 cooloAATTsuse.com
- updated to 0.038
see /usr/share/doc/packages/perl-Test-Moose-More/Changes
0.038 2016-06-22 13:46:27 CDT-0500
* Eliminate a warning under v5.22+ (github #12)
Sun Feb 7 13:00:00 2016 cooloAATTsuse.com
- updated to 0.037
see /usr/share/doc/packages/perl-Test-Moose-More/Changes
0.037 2016-01-31 17:02:52 CST-0600
* No code changes -- releasing 0.036 as GA
0.036-TRIAL 2016-01-20 20:48:30 CST-0600
* More test functions now honor \"name\" overrides, resulting in more
sensible output when deeply testing using the validate_
*() functions.
Thu Aug 27 14:00:00 2015 cooloAATTsuse.com
- updated to 0.035
see /usr/share/doc/packages/perl-Test-Moose-More/Changes
0.035 2015-08-26 12:40:38 PDT-0700
* validate_role() will now perform checks on a role to ensure the role
intends to wrap methods on application.
0.034-TRIAL 2015-07-29 23:22:49 PDT-0700
* validate_role(), validate_class(), validate_thing(), and
validate_attribute() now accept \'-subtest\', causing them to wrap all the
tests they run under a subtest.
Tue Aug 4 14:00:00 2015 cooloAATTsuse.com
- updated to 0.033
see /usr/share/doc/packages/perl-Test-Moose-More/Changes
0.033 2015-07-29 18:25:51 PDT-0700
* validate_role($role, -compose => 1, ...) will now add a sanity test that
the composed subclass actually does $role when composing the arguments
to pass to validate_class().
Sun Jul 12 14:00:00 2015 cooloAATTsuse.com
- updated to 0.032
see /usr/share/doc/packages/perl-Test-Moose-More/Changes
0.032 2015-07-11 22:47:44 PDT-0700
* Better documentation for most of the validate_
*() functions.
* Add a -compose option to validate_role(), to handle a common pattern
automagically.
* When checking attribute traits, we now attempt to resolve them with the
appropriate functions from Moose::Util (so that things like native
traits are found with a minimum of pain).
Thu Jul 2 14:00:00 2015 cooloAATTsuse.com
- updated to 0.031
see /usr/share/doc/packages/perl-Test-Moose-More/Changes
0.031 2015-06-30 18:30:27 PDT-0700
* We now export validate_thing()
* Add subroutine parameters to the sugar functions.
* Add sugar checking to validate_thing() (\'sugar => 0|1\')
Mon Jun 29 14:00:00 2015 cooloAATTsuse.com
- updated to 0.030
see /usr/share/doc/packages/perl-Test-Moose-More/Changes
0.030 2015-06-28 01:01:58 PDT-0700
* Add method modifier checks for roles.
Fri Apr 17 14:00:00 2015 cooloAATTsuse.com
- initial package $version
* created by $NAME $VERSION