-------------------
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
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
- Add a blank return to super
- Add the mixin method
- Refactored -Base to once and only once
- Remove some cruft
- Got export algorithm working better
date: Tue Jan 11 07:22:47 PST 2005
changes:
- allow new() to be called from object reference
- make -weak and -init work together
- add tests for -Base filtering
"Spiffy" is a framework and methodology for doing object oriented (OO)
programming in Perl. Spiffy combines the best parts of Exporter.pm,
base.pm, mixin.pm and SUPER.pm into one magic foundation class. It
attempts to fix all the nits and warts of traditional Perl OO, in a
clean, straightforward and (perhaps someday) standard way.