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 TSQL::SplitStatement

0.01    Date/time
        First version, released on an unsuspecting world.  Broken.
0.02    12/12/12
        Perlcritic warnings reduced at levels 5,4, and 3.
0.03    13/12/12
        Corrected POD typos.
0.04    14/12/12
        Corrected missing dependency.
0.05    14/12/12
        Labels now split separately rather than being included in the previous 'text chunk'.
0.06    15/12/12
        Fixed invalid POD references. Made 'tokeniser' a cached value for efficiency reasons.  Altered sample script.
0.07    20/12/12
        Updated to use TSQL::Common::Regexp.
0.08    21/12/12
        Dependencies fixed.
0.09    09/01/13
        Tokeniser now guards against temporary tables as well as variables having the same name as a 
        statement leading edge 'token'.