There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

SQL::Abstract::FromQuery::Oracle - SQL::Abstract::FromQuery extension for Oracle queries

SYNOPSIS

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

DESCRIPTION

This subclass automatically adds Oracle TO_DATE(...) conversions in SQL generated from date and time fields.

AUTHOR

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