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

NAME

SQL::Abstract::FromQuery::FR - SQL::Abstract::FromQuery extension for French dates and times

SYNOPSIS

  my $parser = SQL::Abstract::FromQuery->new(-components => [qw/FR/]);

DESCRIPTION

This subclass extends the SQL::Abstract::FromQuery grammar for accepting keywords in french (like 'ENTRE', 'VRAI', 'FAUX', 'NUL').

AUTHOR

Laurent Dami, <laurent.dami AT justice.ge.ch>