-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
37 lines (27 loc) · 1.15 KB
/
Changes
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
Revision history for MooseX-Types-URI
{{$NEXT}}
0.09 2021-03-11 03:20:00Z
- drop mandatory requirement on MooseX::Types::Path::Class - these coercions
are only defined when the module is already loaded
0.08 2015-08-16 02:14:11Z
- fix duplicate TYPES section in pod
0.07 2014-06-30 19:37:22Z
- add missing prereq declaration
0.06 2014-06-28 17:00:56Z
- better fix for fully-qualified type names, made to MooseX::Types directly
- load URI::file, URI::data, URI::FromHash dynamically only when used
(Olivier Mengué).
0.05 2013-12-17 23:20:10Z
- fully-qualified type names like MooseX::Types::URI::Uri work again
(removed in 0.04)
0.04 2013-11-15 03:50:07Z
- convert to Dist::Zilla, fixing metadata
- fix coercion from HashRef (thanks, MORIYA Masaki!) (RT#69476)
0.03 2011-11-17 15:40:20Z
- Adapt to the new type constraint inlining API in Moose 2.0100
(Shawn M Moore).
0.02 2009-05-27 17:49:49Z
- Use MooseX::Types type declarators in the type coercions (Daniel Pittman).
- Coerce from additional MooseX::Types::Path::Class types (Daniel Pittman).
0.01 2009-01-11 04:53:35Z
- Initial release.