File: Changes

package info (click to toggle)
libmoosex-types-uri-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 256 kB
  • ctags: 1
  • sloc: perl: 308; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 926 bytes parent folder | download
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
Revision history for MooseX-Types-URI

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.