-
Notifications
You must be signed in to change notification settings - Fork 3
/
Changes
68 lines (48 loc) · 2.1 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
64
65
66
67
68
Revision history for Sub-Exporter
{{$NEXT}}
0.114 2023-05-06 17:25:36-04:00 America/New_York
- Data::OptList now requires perl v5.12.0
- tests no longer add "-T" to shebang, so do not invoke taint mode
0.113 2022-12-31 21:07:47-05:00 America/New_York
- update author contact info
0.112 2021-06-26 11:01:31-04:00 America/New_York
- no changes since last trial release (0.111)
0.111 2021-06-20 20:55:10-04:00 America/New_York (TRIAL RELEASE)
- update author contact info
- add perl version support to docs
- replace a "goto" deep in the guts with a sub call, for speed (thanks,
Olivier Mengué and Graham Knop)
0.110 2016-03-24 21:20:54-04:00 America/New_York
- major optimization to mkopt (thanks, Olivier Mengué)
0.109 2013-12-13 08:30:34 America/New_York
update bugtracker and repo links
0.108 2013-07-05 21:43:56 America/New_York
repackage, new bug tracker
0.107 2011-05-06 11:24:45 America/New_York
mkopt now prefers named parameters; docs updated
added the name_test parameter to mkopt
0.106 2010-02-14
correct version style mismatch for Sub::Install (thanks, brian d foy)
0.105 2010-01-14
fix a typo in documenation (thanks, Florian Ragwitz)
0.104 2009-01-16
add repo info to metadata
0.103 2007-11-01
require taint-safe Test::Pod
0.102 2006-07-04
improved documentation
tweaked some Perl::Critic-offending code
0.100 2006-06-05
broken out of Sub-Exporter into its own dist
renamed routines to be easier to type
0.040 2006-05-11
(part of Sub-Exporter)
tweaks to Data::OptList, moving toward its own dist: now it exports
expand_opt_list is now opt_list_as_hash
0.??? 2006-05-10
(part of Sub-Exporter)
require Params::Util for craftier opt list validation
0.??? 2006-04-26
(part of Sub-Exporter)
broken out of Sub::Exporter module
remove an "optimization" that broke expand_opt_list