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

Changes for version v0.3.0 - 2014-12-17

  • Documentation
    • Changed description of the "constructor" option to remove any confusion which class it applies to.
    • Documented the need for quoting values in the "args" option.
    • Fixed typos in POD.
  • Enhancements
    • Added the ability to specify an alternative constructor name on the original class.
    • Added the ability to pass all of the original arguments in a single constructor parameter to the failover class.
  • Bug Fixes
    • Fixed bug with handling the "args" option.

Changes for version v0.2.0_01 - 2014-12-12

  • Incompatability
    • Rewrote the interface entirely, so that the failover is specified as part of the class definition. See the POD for details.
  • Enhancements
    • Significant optimizations at the expense of incompatability.
    • Added the ability to use an alternative name of the constructor for the failover class.
    • Arguments for the constructor can be a hash reference, array reference or scalar.
    • Added the ability to save the name of the class that triggered to error.
  • Other Changes
    • Added missing MANIFEST.SKIP and removed dist.ini from distribution.
    • Added an example using Web::Machine.

Documentation

Modules

Instantiate Moo classes with failover