1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Revision history for MooX-StrictConstructor
0.011 2020-03-10 09:38:39-07:00 America/Los_Angeles
- Switched from Carp::confess to die in order to avoid leaking
sensitive data via stack traces. The previous behavior can be
enabled in an application by using Carp::Always. Thanks
@jrubinator!
0.010 2018-03-25 10:15:40-07:00 America/Los_Angeles
- Undo the previous "fix" for the minimum perl version.
The basic requirement is for 5.004 but the tests require
5.006.
0.009 2018-03-24 14:12:47-07:00 America/Los_Angeles
- Built using current Dist::Zilla, so various things
are better, e.g. includes a LICENSE.
- A couple of things that are only used in xt tests
used to be test requirements, now their develop
requirements.
- No longer includes explicit dependencies on a handful
of modules (e.g. indirect) that Moo's use of strictures
used to require.
- Now only includes a Makefile.PL.
- The build now includes a cpanfile in the repo.
- The minimum perl version is now consistent between the
Makefile.PL and the META.{yml,json} files.
0.008 2015-05-11 08:22:24-07:00 America/Los_Angeles
- Improve the POD about bugs and incompatibilities.
0.007 2015-05-03 15:01:45-07:00 America/Los_Angeles
- Ask dzil to build me a Makefile.PL too.
- Include Tim Bunce's efficiency and error messaging
patch.
- Typos in POD and README.
0.006 2013-05-09 14:13:44 America/Los_Angeles
- Merged Graham Knop's fix for applying StrictConstructor to a
class that extends other classes.
0.005 2013-04-17 09:35:03 America/Los_Angeles
- give [even] more explicit credit for code snippets copied
from DROLSKY's (MooseX::StrictConstructor) and HAARG's
(MooX::InsideOut) packages.
0.004 2013-04-14 19:45:26 America/Los_Angeles
- specify Moo version 1.001000, should fix CPANTesters problems.
0.003 2013-04-14 09:08:33 America/Los_Angeles
- Fix pod formatting
- Add github metadata to META.*
0.002 2013-04-13 16:04:18 America/Los_Angeles
- Change license from none to Perl_5.
0.001 2013-04-13 15:54:04 America/Los_Angeles
- Initial release, based on ideas from haag and tobyink on
#moose irc channel.
|