File: Changes

package info (click to toggle)
libexporter-easy-perl 0.18-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 136 kB
  • sloc: perl: 382; makefile: 2
file content (63 lines) | stat: -rw-r--r-- 1,967 bytes parent folder | download | duplicates (2)
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
Revision history for Perl module Exporter::Easy

0.18 2015-10-12 NEILB
    - Updated github repo URL after changing my github username
    - Added [MetaJSON] to dist.ini so META.json is included in releases

0.17 2014-07-03 NEILB
    - Switched to Dist::Zilla, in the process fixing RT#40987
    - Added a load of alternative Exporter modules to SEE ALSO
    - Decided to do a developer release first, given there are 16 dists on
      CPAN that use this dist.
    - Added github repo to pods.
    - Renamed CHANGES to Changes and reformatted as per CPAN::Changes::Spec

0.16_01 2014-06-29 NEILB
    - All changed in 0.17 were first in this developer release

0.16 2004-08-03 FDALY

    - Fixed Exporter::Easiest so that it automatically does the use vars,
      the problem was that I was not using the magic goto so the vars were
      being used in the wrong package.
    - Factored out some code in the vars tests.

0.15 2003-02-25 FDALY

    - changed the processing order and documented it
    - FAIL symbols are now added to EXPORT_OK
    - Fixed bug, ":" now is anchored to start of string for tag detection
     is Easiest
    - Optimised expand_tags a little by specialising the add/delete code
      for the tag and non-tag cases.

0.14 2003-02-13 FDALY

    - some slight optimistaions
    - no longer subtracting the FAIL from OK
    - more helpful errors messages
    - added benchmark

0.13 2003-02-13 FDALY

    - I should have fixed Easiest to work with ALL as weel as VARS and ISA,
      done now
    - Doc fixes

0.12 2003-02-13 FDALY

    - Fixed Easiest to handle scalar values for VARS and ISA

0.11 2003-02-13 FDALY

    - No longer need to use TAGS in Easiest
    - Added ISA control
    - No longer including EXPORT in EXPORT_OK
    - Added OK_ONLY, which means only these symbols go in EXPORT_OK
    - Added VARS control. Now no longer need to explicitly use vars
      for exportable variables

0.1 2003-02-12 FDALY

    - initial release