forked from mlawren/p5-OptArgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
46 lines (30 loc) · 851 Bytes
/
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
0.0.4 (2012-08-21)
API Changes:
- None
New Features:
- Convert HASHrefs to options in dispatch()
Enhancements:
- Greater flexibility for "fallback" sub-commands.
Bug Fixes:
- Stop adding sub-command key/values to the optargs hashref
0.0.3 (2012-08-04)
API Changes:
- "subcmd" now requires a HASH like "opt" and "arg"
New Features:
- New "hidden" parameter for subcmd()
Enhancements:
- Better check for utf8 aware environment in tests
Bug Fixes:
- None.
0.0.2 (2012-07-31)
API Changes:
- None.
New Features:
- None.
Enhancements:
- Make hidden options visible when when help is requested.
- Duplicate OptArgs as Getopt::Args
Bug Fixes:
- None.
0.0.1 (2012-07-30)
Initial Release.