The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.007     2011-03-06 02:37:07 Europe/London
	Don't set EntityModel::Class as parent for everything that uses it.

0.006     2011-03-04 17:12:57 Europe/London
	Return $self from plain value accessor when changing value.
	Don't warn about undefined values when retrieving from hash.
	Minor performance improvements on standard accessors and for instantiating the base class.
	Hash accessor allows non-ref single parameter to return the value for that key.

0.005     2011-02-26 18:16:15 Europe/London
	Allow watchers for EntityModel::Class::Array, raise an error if setting an array rather than going through the EntityModel::Array methods,
	 and a minor optimisation for cases where there's no pre callback.
	Array and hash entries now preserve the EntityModel::Array / EntityModel::Hash wrapper so that watchers can be added.

0.004     2011-02-09 06:34:15 Europe/London
	Add missing Test::Deep prerequisite to test requirements, no other code changes.

0.003     2011-02-07 04:39:34 Europe/London
	Tidy up documentation and rename camelCase methods to fit_with_perl_conventions.

0.002     2011-02-06 05:45:33 Europe/London
	Import modified version of the Check::UnitCheck unitcheckify() handling to
	 allow running without usemultiplicity defined

0.001     2011-02-01 04:37:04 Europe/London
	Initial upload to CPAN.