-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
114 lines (78 loc) · 2.27 KB
/
Changes
File metadata and controls
114 lines (78 loc) · 2.27 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Revision history for Debug-Filter-PrintExpr
0.19 Sun Mar 22 15:39:11 2020 +0100
[feature]
replace XS code with B
0.18 Thu Feb 27 22:55:40 2020 +0100
[fix]
really remove IO::String from tests
0.17 Thu Feb 27 22:43:50 2020 +0100
[fix]
remove IO::String from tests
0.16 Thu Feb 27 21:12:07 2020 +0100
[meta]
fix dependencies
0.15 Thu Feb 27 09:18:36 2020 +0100
[fix]
specify version for List::Util
0.14 Wed Feb 26 14:51:09 2020 +0100
[feature]
simplify several code parts
change format of line labels
switch from "each" to "pairs" for hashes
remove trailing whitespace from expression
0.13 Fri Feb 7 18:17:25 2020 +0100
[fix]
corrected usage of Data::Dumper
0.12 Wed Feb 5 21:03:16 2020 +0100
[fix]
improved coexistence between Exporter::Tiny and Filter::Simple
usage of Data::Dumper's variable naming feature
0.11 Mon Nov 4 23:11:49 2019 +0100
[fix]
added dependency to Exporter::Tiny
0.10 Mon Nov 4 21:18:18 2019 +0100
[feature]
moved from Exporter to Exporter::Tiny
new option "nofilter"
new import tag ":all"
0.09 Sun Nov 3 23:08:21 2019 +0100
[fix]
updated MANIFEST
0.08 Sun Nov 3 18:24:21 2019 +0100
[feature]
change "debug" to "-debug" and remove Exporter hack
0.07 Sat Nov 2 19:07:37 2019 +0100
[feature]
make isstring and isnumeric exportable
0.06 Fri Nov 1 21:34:51 2019 +0100
[fix]
treat undefined values
[feature]
remove exports as they conflict with debug
restore old -debug argument to "use"
0.05 Wed Oct 30 21:27:44 2019 +0100
[feature]
new XS functions to differenciate between numeric and string value
debug no longer via use statement
isstring() and isnumeric() available for import into caller
0.04 Sun Oct 27 21:36:21 2019 +0100
[pod]
jekyll fails on '{%' in a code block, so avoid this in POD
fix example code for given output
[fix]
treat defined false values
[feature]
differentiate between string, numeric and dual valued scalars
add contexts for string and numeric evaluation of scalars
0.03 Fri Oct 18 19:18:51 2019 +0200
[fix]
set perl minversion
[doc]
fixed POD
[doc]
fixed README.md
0.02 Mon Oct 14 14:18:13 2019 +0200
[meta]
change bugtracker to github
0.01 Mon Oct 14 11:15:34 2019 +0200
First version, released on an unsuspecting world.