0.46 Sat Aug 16 12:19:09 PDT 2014
-
Meta 0.0.2
0.45 Sat Aug 16 04:04:07 PDT 2014
-
Eliminate spurious trailing whitespace
0.44 Sat Aug 16 02:50:17 PDT 2014
-
Eliminate File::Basename from test/
0.43 Fri Aug 15 20:37:55 PDT 2014
-
Add t/000-compile-modules.t
0.42 Sat Aug 9 00:43:22 PDT 2014
-
Only support back to 5.8.1
0.41 Thu Aug 7 00:28:54 PDT 2014
-
Fix bad encoding in Pod
0.40 Wed Aug 6 10:29:46 PDT 2014
-
Fix a bug that was causing lots of warnings in Test::Base on perl 5.21
0.39 Tue Aug 5 10:13:52 PDT 2014
-
Add badges to doc
0.38 Mon Aug 4 00:30:13 PDT 2014
-
Remove (c) from Copyright
0.37 Wed Jul 30 16:16:56 PDT 2014
-
Switch IRC to '#pkg'
0.36 Sat Jul 26 12:01:35 PDT 2014
-
Fix email in Meta
0.35 Mon Jul 21 17:15:27 PDT 2014
-
Fix Meta and add Contributing
0.34 Wed Jun 18 11:08:07 PDT 2014
-
Ship with a META.json file (close
0.33 Wed Jun 18 09:50:05 PDT 2014
-
Removed a boilerplate meta field. mst++
0.32 Tue Jun 17 13:18:12 PDT 2014
-
Release with Zilla::Dist
0.31 Thu Aug 2 11:11:11 PDT 2012
-
Bring Makefile.PL up to date.
-
Make tests not use 'B" package. rt72542
-
Use Module::Package
0.30 Sun Jan 29 12:18:02 PST 2006
-
Use faster runtime code in `field`.
0.29 Thu Jan 19 08:12:06 PST 2006
-
Squelch redefine warnings
0.28 Thu Jan 19 07:39:30 PST 2006
-
Test patch from Nicholas for older perls
0.27 Wed Jan 18 14:14:52 PST 2006
-
The check to make sure Spiffy is loaded before 'base' was flawed. Added
new tests, and commented out the flawed code until I can figure out how
to do the check properly. The check is just a helper so it shouldn't
hurt not to have it.
0.26 Sat Jan 14 05:41:05 PST 2006
-
Don't sign the distribution tarball
0.25 Mon Jan 9 20:35:39 PST 2006
-
Make Spiffy modules play nice with autouse
0.24 Sat Apr 30 23:12:28 PDT 2005
-
Refactored -Base to once and only once
-
Remove some cruft
-
Got export algorithm working better
0.23 Sun Apr 17 19:01:11 PDT 2005
-
Add a blank return to super
-
Add the mixin method
0.22 Tue Jan 11 07:22:47 PST 2005
-
allow new() to be called from object reference
-
make -weak and -init work together
-
add tests for -Base filtering
0.21 Wed Dec 15 04:40:46 PST 2004
-
Get rid of spiffy_constructor altogether
-
Don't use goto in super() anymore, due to irreversible changes in perl
5.8.6
-
Generate custom fields 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
0.20 Sat Jul 24 22:11:48 PDT 2004
-
call super from eval
-
-XXX implies :XXX
0.19 Sun Jul 11 01:41:38 PDT 2004
-
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
0.18 Wed Jun 2 15:05:05 PDT 2004
-
Allow 'use base' to work with Spiffy and non-Spiffy
-
Allow DATA filehandle to work with source filtering
-
Support @EXPORT_BASE
0.17 Tue May 11 17:09:00 PDT 2004
-
Don't filter a file twice.
-
Make super nestable.
-
Data::Dumper support
0.16 Fri May 7 00:57:06 PDT 2004
-
Added filtering
-
fixed super
-
overhauled documentation
0.15 Sun Mar 21 01:54:07 PST 2004
-
Make parse_arguments work in scalar context
0.14 Sun Mar 21 01:54:07 PST 2004
-
add support for field and const
-
field -package Foo 'field1';
0.13 Sat Mar 13 09:13:01 PST 2004
-
Works with base.pm
0.12 Mon Mar 8 11:34:57 PST 2004
-
Foo::Bar->base;
0.11 Thu Feb 12 21:36:13 CST 2004
-
Use Exporter to export things