File: Changes

package info (click to toggle)
libspiffy-perl 0.21-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 256 kB
  • ctags: 99
  • sloc: perl: 1,067; makefile: 50
file content (80 lines) | stat: -rw-r--r-- 1,978 bytes parent folder | download
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
---
version: 0.21
date:    Wed Dec 15 04:40:46 PST 2004
changes:
- Get rid of spiffy_constructor altogether
- Don't use goto in super() anymore, due to irreversible changes in perl 5.8.6
- Generate custom fieldss base on input. The field function returns the
  generated code for debugging puposes. (Dave Rolsky)
- field supports -weaken and -init flags.
- Caching in all_my_bases to speed things up. (Chris Dent)
- Filtering now does strict/warnings, '1;\n', and private subs defined with
  'my sub ...'.
- Add -filter_dump and -filter_save options for filter debugging
---
version: 0.20
date:    Sat Jul 24 22:11:48 PDT 2004
changes:
- call super from eval
- -XXX implies :XXX
---
version: 0.19
date:    Sun Jul 11 01:41:38 PDT 2004
changes:
- mixin support
- don't export spiffy_constructor by default
- Don't export XXX stuff until -XXX used
- add support for roles and import lists with mixins
- super works with AUTOLOAD
---
version: 0.18
date:    Wed Jun  2 15:05:05 PDT 2004
changes:
- Allow 'use base' to work with Spiffy and non-Spiffy
- Allow DATA filehandle to work with source filtering
- Support @EXPORT_BASE
---
version: 0.17
date:    Tue May 11 17:09:00 PDT 2004
changes:
- Don't filter a file twice.
- Make super nestable.
- Data::Dumper support
---
version: 0.16
date:    Fri May  7 00:57:06 PDT 2004
changes:
- Added filtering
- fixed super
- overhauled documentation
---
version: 0.15
date:    Sun Mar 21 01:54:07 PST 2004
changes:
- Make parse_arguments work in scalar context
---
version: 0.14
date:    Sun Mar 21 01:54:07 PST 2004
changes:
- add support for field and const
- field -package Foo 'field1';
---
version: 0.13
date:    Sat Mar 13 09:13:01 PST 2004
changes:
- Works with base.pm
---
version: 0.12
date:    Mon Mar  8 11:34:57 PST 2004
changes:
- Foo::Bar->base;
---
version: 0.11
date:    Tue Mar  2 09:16:30 PST 2004
changes:
- Add super powers
---
version: 0.11
date:    Thu Feb 12 21:36:13 CST 2004
changes:
- Use Exporter to export things