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 Perl extension MySQL-Partition

1.0001 2018-07-13T07:51:35Z
    - Drop ALPHA

1.0000 2018-07-13T07:50:12Z
    - This be 1.0!

0.05 2015-11-19T08:27:10Z
    - support TRUNCATE PARTITION (shogo82148++)

0.04 2014-04-09T13:57:24Z
    - remove Class::Accessor::Lite::Lazy from deps

0.03 2014-03-30T16:27:16Z
    - fix method name s/drop_partition/drop_partitions/ for matching with document

0.02 2014-03-30T16:06:20Z
    - cache `retrieve_paritions` result in Object

0.01 2014-03-27T14:00:32Z
    - original version