# SQL::Interp

Simplified interpolation of variables into SQL statements.

# Installation

To install:

```sh
perl Build.PL
./Build
./Build test
./Build install
```

Requirements:

- DBI (optional, needed by DBIx::Interp)

Documentation is provided in the POD and is available online at [Metacpan](https://metacpan.org/pod/SQL::Interp).

# 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/.