Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

    PaulHowarth/Blog/2016-02-14

Sunday 14th February 2016

Local Packages

  • Updated perl-Params-Validate to 1.22:

    • Fixed a bug when a callback failed but did not die; the resulting error message had a pointless colon in it (CPAN RT#111036)

    • Made the pure Perl version use Carp's croak rather than confess - the XS version has never included a stack trace in errors; you can use the on_fail setting to get a stack trace if you prefer (CPAN RT#111036)

    • The pure Perl code now uses "(unknown)" when it cannot determine the sub that failed, instead of "N/A" (CPAN RT#111036)

    • Documented the PARAMS_VALIDATE_IMPLEMENTATION environment variable (CPAN RT#111035)


Recent