The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Dancer2-Plugin-Adapter

0.005     2013-03-06 14:38:55 America/New_York

  [CHANGED]

  - Forked into Dancer2::Plugin::Adaptor for proper Dancer2 support

  [REMOVED]

  - Removed 'session' scope because storing objects in session data is just
    a bad idea all around.

*** PRIOR HISTORY REFERS TO Dancer-Plugin-Adaptor ***

0.004     2013-01-25 22:12:51 America/New_York

  [FIXED]

  - Added JSON as a prereq for testing

0.003     2012-12-24 14:49:57 America/New_York

  [ADDED]

  - Added 'scope' option to control lifecycle of created objects

  [CHANGED]

  - Default scope is now 'request' instead of (effectively) 'singleton' in
    the previous implementation.  This makes the default behavior safer to
    ensure data is not leaked between requests.

0.002     2012-12-14 12:28:27 America/New_York

  [DOCUMENTATION]

  - Fixed URL for issues

  [OTHER]

  - Added Class::Load::XS as recommended

0.001     2012-12-14 12:15:44 America/New_York

  - First release