Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 624 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 624 Bytes

SQL::Interp

Simplified interpolation of variables into SQL statements.

Installation

To install:

perl Build.PL
./Build
./Build test
./Build install

Requirements:

  • Sub::Exporter
  • DBI (optional, needed by DBIx::Interp)

Documentation is provided in the POD and is available online at Metacpan.

License

Copyright (c) 2004-2005 David Manura. Copyright (c) 2005-2019 Mark Stosberg. Copyright (c) 2019 Yoran Heling.

This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself. See http://dev.perl.org/licenses/.