The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Brickyard

1.111070  2011-04-17 17:50:54 Europe/Vienna
    - Added plugins_agree()
    - Dotted INI config keys are now expanded so you can specify
      complex data structures.
    - init_from_config() now supports an optional callback that can filter
      values from INI key-value pairs.

1.110890  2011-03-30 15:23:19 Europe/Vienna
    - You can add custom package name expansions, either directly on the
      Brickyard object, or in the config's root section.
    - Added Brickyard::Role::Plugin->normalize_param()

1.110730  2011-03-14 11:25:28 Europe/Vienna
    - require Role::Basic 0.11 to fix CPAN tester-reported failures

1.110060  2011-01-06 12:09:05 Europe/Vienna
    - roles can use Brickyard::Accessor now with Role::Basic 0.06

1.110040  2011-01-04 11:34:50 Europe/Vienna
    - no more Brickyard::PluginContainer; it's handled by Brickyard.pm itself
    - better error message if we can't require() a package
    - plugins can call plugins_with() themselves, will be delegated to the
      brickyard object
    - various bug fixes
    - tests for now-fixed bugs and for new features

1.110020  2011-01-02 21:48:04 Europe/Vienna
    - added [*@Filter]
    - in all classes, new() now only takes a hash, not a hashref, to initialize
      the object
    - removed dependencies
    - added custom accessor generator

1.103640  2010-12-30 21:21:14 Europe/Vienna
    - initial version