You can't save spelling words.

Clear message

    PaulHowarth/Blog/2018-02-28

Wednesday 28th February 2018

Local Packages

  • Updated perl-DBD-SQLite to 1.56:

    • Updated bundled SQLite to 3.22.0
    • Fixed statistics_info when only unique indexes were requested (GH#21)

    • statistics_info() didn't work correctly (CPAN RT#122581)

    • Fixed typo (GH#26)

    • Silenced some warnings (GH#25)

    • Fixed no dot in @INC issue (GH#24)

    • Fixed zero-length BLOB value was retrieved as undef (GH#23)

    • Fixed VirtualTable::PerlData to use new ops added in SQLite 3.21.0 (GH#28)

    • Add note on sqlite_extended_result_codes handle attribute

    • Implemented ParamValues statement handle attribute (CPAN RT#123886)

    • Fixed some tests to adapt to a change in error format introduced by the latest DBI

    • Remove no warnings test from t/43_fts.t, which failed in some environments

    • Disabled two STAT compile time options (tentatively), which fixes CPAN RT#124227 anyway

  • Updated perl-Test-Harness to 3.41:

    • Return handle for pipes and sockets (GH#58)

    • TAP v13 plan allows trailing whitespace
    • prove: Add a --statefile=<path> option to customize the .prove file

    • Avoid non-deterministic source handling, make a SourceHandler tie an error

    • Fix and simplify MSWin32 colourization
    • Fix file source handler to accept single extensions option
    • Spelling fixes


Recent