-
Notifications
You must be signed in to change notification settings - Fork 11
/
Changes
50 lines (38 loc) · 1.53 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
38
39
40
41
42
43
44
45
46
47
48
49
50
Revision history for App-p
0.0400 2015-11-09
Removed ::XS dependencies
Switched from File::Slurp to File::Slurper
Added support for for jx and xj to translate between json and xml
Thanks Jenish Gnanasicamani! (https://github.com/JenishGnanasicamani)
0.0304 2013-02-10
Fixed unicode issues for jd, xd, and yd.
Thanks Stanislaw Pusep! (https://github.com/creaktive)
0.0303 2012-12-28
Made a huge performance boost to improve startup time. Modules such as
File::Slurp, JSON, YAML and LWP are only loaded if needed.
Use L instead of Class::Autouse to fix issue with loading DateTime.
This used to not work: p 'S DateTime->today'
Thanks Stanislaw Pusep! (https://github.com/creaktive)
0.0302 2012-09-13
Converted README.pod to markdown. This prevents installation of
App::README.
Thanks Tommy Stanton!
0.0301 2012-07-31
xd should print results.
Thanks Philip Durbin!
0.0300 2012-02-28
Added support for LWP::Simple in place of IO::All.
0.0200 2012-02-28
Added support for IO::All and IO::All::HTTP.
Starting to use Pod::Usage.
0.0102 2012-02-10
Fixed help docs for xd and xl usage. Thanks datamuc.
0.0101 2011-12-01
Documented xml support.
0.0100 2011-12-01
Added support for xml. Thanks Stefan Petrea!
Added support for List::AllUtils.
0.0002 2011-09-28
Fixed typos in docs.
0.0001 2011-09-28
First version, released on an unsuspecting world.