10.16
2
3Fixed Exporter::Easiest so that it automatically does the use vars, the
4problem was that I was not using the magic goto so the vars were being used
5in the wrong package.
6
7Factored out some code in the vars tests.
8
90.15
10
11changed the processing order and documented it
12
13FAIL symbols are now added to EXPORT_OK
14
15Fixed bug, ":" now is anchored to start of string for tag detection is Easiest
16
17Optimised expand_tags a little by specialising the add/delete code for the
18tag and non-tag cases.
19
200.14
21
22some slight optimistaions
23
24no longer subtracting the FAIL from OK
25
26more helpful errors messages
27
28added benchmark
29
300.13
31
32I should have fixed Easiest to work with ALL as weel as VARS and ISA, done now
33
34Doc fixes
35
360.12
37
38Fixed Easiest to handle scalar values for VARS and ISA
39
400.11
41
42No longer need to use TAGS in Easiest
43
44Added ISA control
45
46No longer including EXPORT in EXPORT_OK
47
48Added OK_ONLY, which means only these symbols go in EXPORT_OK
49
50Added VARS control. Now no longer need to explicitly use vars for exportable
51variables
52
530.1
54
55initial release
56