Add the following packages libalgorithm-diff-perl libspiffy-perl libtext-diff-perl...
[pkg-perl] / deb-src / libspiffy-perl / libspiffy-perl-0.30 / Changes
1 ---
2 version: 0.30
3 date:    Sun Jan 29 12:18:02 PST 2006
4 changes:
5 - Use faster runtime code in `field`.
6 ---
7 version: 0.29
8 date:    Thu Jan 19 08:12:06 PST 2006
9 changes:
10 - Squelch redefine warnings
11 ---
12 version: 0.28
13 date:    Thu Jan 19 07:39:30 PST 2006
14 changes:
15 - Test patch from Nicholas for older perls
16 ---
17 version: 0.27
18 date:    Wed Jan 18 14:14:52 PST 2006
19 changes:
20 - The check to make sure Spiffy is loaded before 'base' was flawed.
21   Added new tests, and commented out the flawed code until I can figure
22   out how to do the check properly. The check is just a helper so it
23   shouldn't hurt not to have it.
24 ---
25 version: 0.26
26 date:    Sat Jan 14 05:41:05 PST 2006
27 changes:
28 - Don't sign the distribution tarball
29 ---
30 version: 0.25
31 date:    Mon Jan  9 20:35:39 PST 2006
32 changes:
33 - Make Spiffy modules play nice with autouse
34 ---
35 version: 0.24
36 date:    Sat Apr 30 23:12:28 PDT 2005
37 changes:
38 - Refactored -Base to once and only once
39 - Remove some cruft
40 - Got export algorithm working better
41 ---
42 version: 0.23
43 date:    Sun Apr 17 19:01:11 PDT 2005
44 changes:
45 - Add a blank return to super
46 - Add the mixin method
47 ---
48 version: 0.22
49 date:    Tue Jan 11 07:22:47 PST 2005
50 changes:
51 - allow new() to be called from object reference
52 - make -weak and -init work together
53 - add tests for -Base filtering
54 ---
55 version: 0.21
56 date:    Wed Dec 15 04:40:46 PST 2004
57 changes:
58 - Get rid of spiffy_constructor altogether
59 - Don't use goto in super() anymore, due to irreversible changes in perl 5.8.6
60 - Generate custom fields base on input. The field function returns the
61   generated code for debugging puposes. (Dave Rolsky)
62 - field supports -weaken and -init flags.
63 - Caching in all_my_bases to speed things up. (Chris Dent)
64 - Filtering now does strict/warnings, '1;\n', and private subs defined with
65   'my sub ...'.
66 - Add -filter_dump and -filter_save options for filter debugging
67 ---
68 version: 0.20
69 date:    Sat Jul 24 22:11:48 PDT 2004
70 changes:
71 - call super from eval
72 - -XXX implies :XXX
73 ---
74 version: 0.19
75 date:    Sun Jul 11 01:41:38 PDT 2004
76 changes:
77 - mixin support
78 - don't export spiffy_constructor by default
79 - Don't export XXX stuff until -XXX used
80 - add support for roles and import lists with mixins
81 - super works with AUTOLOAD
82 ---
83 version: 0.18
84 date:    Wed Jun  2 15:05:05 PDT 2004
85 changes:
86 - Allow 'use base' to work with Spiffy and non-Spiffy
87 - Allow DATA filehandle to work with source filtering
88 - Support @EXPORT_BASE
89 ---
90 version: 0.17
91 date:    Tue May 11 17:09:00 PDT 2004
92 changes:
93 - Don't filter a file twice.
94 - Make super nestable.
95 - Data::Dumper support
96 ---
97 version: 0.16
98 date:    Fri May  7 00:57:06 PDT 2004
99 changes:
100 - Added filtering
101 - fixed super
102 - overhauled documentation
103 ---
104 version: 0.15
105 date:    Sun Mar 21 01:54:07 PST 2004
106 changes:
107 - Make parse_arguments work in scalar context
108 ---
109 version: 0.14
110 date:    Sun Mar 21 01:54:07 PST 2004
111 changes:
112 - add support for field and const
113 - field -package Foo 'field1';
114 ---
115 version: 0.13
116 date:    Sat Mar 13 09:13:01 PST 2004
117 changes:
118 - Works with base.pm
119 ---
120 version: 0.12
121 date:    Mon Mar  8 11:34:57 PST 2004
122 changes:
123 - Foo::Bar->base;
124 ---
125 version: 0.11
126 date:    Tue Mar  2 09:16:30 PST 2004
127 changes:
128 - Add super powers
129 ---
130 version: 0.11
131 date:    Thu Feb 12 21:36:13 CST 2004
132 changes:
133 - Use Exporter to export things