-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
34 lines (18 loc) · 644 Bytes
/
Changes
File metadata and controls
34 lines (18 loc) · 644 Bytes
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
Revision history for Perl extension Shell::Autobox
2.0.1 - 2021-01-31
- update the POD
2.0.0 - 2021-01-31
- process the command as a list rather than a string to handle shell quoting
- allow the input to be an arrayref of lines
1.0.1 - 2021-01-30
- fix result when the command's output is "0" (don't default to "")
1.0.0 - 2021-01-30
- portability fix
0.40.0 - 2018-03-11
- RT-38687: handle stdin correctly (thanks, Joerg Meltzer)
0.03 - 2005-05-12
- fix documentation typo
0.02 - 2005-05-12
- add tests for warnings
0.01 - 2005-05-12
- original version; created by h2xs 1.23 with options -X -n Shell::Autobox