The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.07

  • i admit to abject slackness, but anyway finally allocated a few hours to apply a number of bug fixes which are (in no particular order)
  • mod_perl compliant, patched by Mathew Albright
    • still need to comment out use Selfloader and __DATA__ token
    • still thinking about other solutions to this
  • Blessed globs now possible in the constructor thanks to chromatic
  • Unicode error 0xfe | ($c >> 30) -> 0xfc | ($c >>30 ) fixed thanks to Thomas L. Shinnick
  • s/$value ||= 0/$value = defined $value ? $value : ''/ in raw_fetch() method in Cookie.pm to allow value 0.
  • Added missing $VERSION to Util.pm
  • Added P3P support as suggested by Marc Bauer (parallels CGI.pm)
    • updated header() and redirect() methods in Simple.pm

Provides

in Simple.pm
in Simple/Cookie.pm
in Simple/Standard.pm
in Simple/Util.pm