File: Changes

package info (click to toggle)
libmoosex-types-json-perl 1.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 192 kB
  • sloc: perl: 44; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 678 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
Revision history for MooseX-Types-JSON

1.01      2022-01-19 11:18:00 -0700
  - Fix compile error in synopsis (gh#2)
  - Bump required Perl to 5.8.3, as this is what Moose currently requires (gh#5)

1.00   2014-08-22
       - bump version to 1.00

0.06   2014-08-19
       - add JSON Prereq as AutoPrereqs does not find it

0.05   2014-08-18
       - work around namespace problems in older perls ( < 5.18.0 )

0.04   2014-08-16
       - dropped dependency on JSON::XS

0.03   2014-01-05
       - convert distribution to use Dist::Zilla
       - Add type coercions (patch from SHUFF)

0.02   2009-10-25
       - Fix whitespace in pod

0.01   2009-10-25
       - Initial release