Release history for MooseX-Attribute-ValidateWithException
0.3.0 2013-11-28T16:41:47Z
[00 Major]
- Refactored to work better with Moose 2.1100
- Code is now mostly a compatibility shim, because Moose has exceptions
default
[Dependencies::Noteworthy]
- now requires Moose >2.1100
- now requires Module::Build 0.4203
- now requires Test::More 1.001002
[Dependencies::Stats]
- Dependencies changed, see Changes.deps{,.all,.dev} for details
- build: ↑1
- configure: ↑1
- develop: +46 -3
- runtime: ↑1
- test: ↑1 -2
0.2.2 2013-04-10T07:27:10Z
- Maint release
[Dependencies::Noteworthy]
- use Module::Build 0.4004
- use Test::More 0.98
[Dependencies::Stats]
- Dependencies changed, see Changes.deps{,.all,.dev} for details
- build: ↑1
- configure: ↑1
- develop: +5 ↑1
- test: ↑1
[Documentation]
- Update copyright year.
- add README.mkdn
[Internals]
- fix a warning about a value being undefined by making it lazy
[Meta]
- Bug tracker to github issues
[Packaging]
- use test_requires in Build.PL
0.2.1 2012-03-17T04:49:40Z
- Minor maintenance release
[Dependencies::Stats]
- Dependencies changed, see Changes.deps{,.all,.dev} for details
- develop: ↑2
- runtime: +3
- test: -1
[Internals]
- Version declaration moved out of BEGIN
- All namespaces declare $AUTHORITY
[Packaging]
- Update LICENSE ( Year, Indent, Address )
- Move author/release tests to xt/
- set x_authority
0.2.0 2011-07-26T00:18:24Z
[Bugfix]
- Fix compatibility with Moose 2.020???. This hopefully fixes rt#60461 (
https://rt.cpan.org/Public/Bug/Display.html?id=69461 ), thanks ANDK for
reporting.
[Dependencies::Noteworthy]
- upgrade to Moose 2.0200
[Dependencies::Stats]
- Dependencies changed, see Changes.deps{,.all,.dev} for details
- runtime: ↑1
[Packaging]
- Bumping minor version due to dependency changes being not reverse
compatible.
0.1.1 2011-06-18T02:24:30Z
[Bugfix]
- Now actually propagates exceptions thrown from inlined attributes.
0.1.0 2011-06-18T00:27:59Z
- First version.