The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.009     2012-12-19 23:32:14 America/New_York
- fix type incompatibility for single role as Str in new, introduced in 0.007
- add corresponding tests
0.008     2012-12-19 12:52:24 America/New_York
- re-release just to test new dzil config
0.007     2012-12-19 12:39:02 America/New_York
- pod rewrites
- allow one or multiple roles both for constructor and during register
v0.006
- slightly better tests
- confess if phase already registered; overwrite with force
- even more pod cleanup
v0.005
- more pod and pod cleanup 
v0.004
- more pod cleanup: clean method names for TOC
- add method register_bundle

v.003
- add two methods get_phase and get_class to get info on plugin
- add debug init arg
- method default_phase is now public and works a little differently
- allow role=>undef in register to unset a global role temporarily
- better error messages
- get_plugin returns undef if phase or plugin not found
- various pod updates

v0.002 released to CPAN