-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
63 lines (46 loc) · 1.46 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
51
52
53
54
55
56
57
58
59
60
61
62
63
Revision history for Perl distribution App-PTP
1.17 - ??
- Add a --cheat command line option to display the cheat sheet.
1.16 - 2024-30-02
- Add a "cheat sheet" POD to the distribution.
- Load a set of modules by default in the Perl environment.
1.15 - 2024-09-29
- Remove a remaining smartmatch usage from our benchmarks.
1.14 - 2024-09-29
- Do not index the packages under App::PTP (except App::PTP itself). This was
the behavior until v1.12.
- Change the behavior of the --merge option so that it applies at the point
where it is specified in the pipeline.
1.13 - 2024-05-09
- Make the program be easier to install from CPAN.
1.12 - 2024-02-16
- Use perl_dist_setup to setup the distribution
- Add --sq, --dq, and --ds modes to help work with shell escaping.
1.11 - 2024-01-21
- Remove usage of deprecated given/when keywords
1.10 - 2020-06-18
- Fix the --grep command ignoring the -V switch
- Fix required Perl in Makefile.PL
1.09 - 2019-09-13
- Add a --global-unique command
- Improve the --uniq command
1.08 - 2019-09-08
- Various bug fixes
1.07 - 2019-09-07
- Fix a 5.022 compatibility bug
1.06 - 2019-09-07
- Add an -M option to load Perl modules
1.05 - 2019-09-07
- Add --shell command
- Add --eat command
- Improve the README file
- Add the -O0 option
1.04 - 2019-04-28
- Add --anti-pivot command
- Fix --unique command
1.03 - 2019-04-21
- Fix --tee under Windows
1.02 - 2019-04-20
- Various bug fixes
1.01 - 2019-04-20
- Initial release