summaryrefslogtreecommitdiff
path: root/Changes
blob: 2a4fc1f7e32a48beaa1a63ed64f6f3f3156a5c5d (plain)
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
{{$NEXT}}

0.010     2016-01-25 14:21:40-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Remove experimental warning
    - _optimal_import aborts if certain vars are present
    - Add EXPORT_MAGIC var support

0.009     2016-01-24 19:29:38-08:00 America/Los_Angeles

    - Quote filename in regex so windows can pass tests

0.008     2016-01-24 13:59:48-08:00 America/Los_Angeles

    - New Feature: Custom export asignments
    - New Feature: Get exports as hash/list/ref

0.007     2016-01-23 21:22:00-08:00 America/Los_Angeles

    - Less warnings/strict pragmas scattered everywhere
    - Strip '&' from exporter_fail args
    - Fix support for non-exports listed in @EXPORT (Grr CGI.pm)

0.006     2016-01-23 17:23:08-08:00 America/Los_Angeles

    - Doc updates
    - Remove Exporter.pm clone
    - Further optimize _optimal_import
    - Fix bugs found in blead testing

0.005     2016-01-22 09:21:17-08:00 America/Los_Angeles

    - Fix for older perls

0.004     2016-01-21 21:18:11-08:00 America/Los_Angeles

    - Finish testing
    - Bug fixes
    - documentation

0.003     2016-01-17 23:19:45-08:00 America/Los_Angeles

    - Optimized path for most-common import condition
    - More testing
    - Bug fixes
    - Prototype Exporter.pm clone

0.002     2016-01-16 15:09:11-08:00 America/Los_Angeles

    - Doc fixes
    - Bug fixes
    - Additional testing (still incomplete)

0.001     2016-01-15 11:47:38-08:00 America/Los_Angeles

    - Initial Release