Skip to content

Commit

Permalink
import SQL-Interp 1.02 from CPAN
Browse files Browse the repository at this point in the history
git-cpan-module:   SQL-Interp
git-cpan-version:  1.02
git-cpan-authorid: MARKSTOS
git-cpan-file:     authors/id/M/MA/MARKSTOS/SQL-Interp-1.02.tar.gz
  • Loading branch information
Mark Stosberg authored and schwern committed Dec 13, 2009
1 parent 8db62c2 commit cc6837e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 37 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,4 +1,7 @@

1.02 2007-10-05
- No code changes, just a Makefile.PL improvement. Thanks to frag@ripco.com

1.01 2007-07-15
- No code changes. Just some doc improvements.

Expand Down
43 changes: 9 additions & 34 deletions META.yml
@@ -1,35 +1,10 @@
---
name: SQL-Interp
version: 1.01
author:
- David Manura (http://math2.org/david/contact)
- Mark Stosberg <mark@summersault.com>
abstract: Interpolate Perl variables into SQL statements
license: perl
resources:
license: http://dev.perl.org/licenses/
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: SQL-Interp
version: 1.02
version_from: lib/SQL/Interp.pm
installdirs: site
requires:
DBI: 1
recommends:
Filter::Simple: 0
Scalar::Util: 0
Text::Balanced: 1.87
provides:
DBIx::Interp:
file: lib/DBIx/Interp.pm
version: 1.00
DBIx::Interp::STX:
file: lib/DBIx/Interp.pm
DBIx::Interp::db:
file: lib/DBIx/Interp.pm
SQL::Interp:
file: lib/SQL/Interp.pm
version: 1.01
SQL::Interp::SQL:
file: lib/SQL/Interp.pm
SQL::Interp::Variable:
file: lib/SQL/Interp.pm
generated_by: Module::Build version 0.2806
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.2.html
version: 1.2

distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.30_01
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -2,6 +2,6 @@ use ExtUtils::MakeMaker;

WriteMakefile(
NAME => 'SQL::Interp',
VERSION_FROM => 'lib/SQL/Interpolate.pm',
VERSION_FROM => 'lib/SQL/Interp.pm',
PL_FILES => {} # ignore Build.PL
);
2 changes: 1 addition & 1 deletion lib/DBIx/Interp.pm
Expand Up @@ -7,7 +7,7 @@ use Carp;
use SQL::Interp ':all';
use base qw(Exporter DBI);

our $VERSION = '1.00';
our $VERSION = '1.02';

our @EXPORT;
our %EXPORT_TAGS = (all => [qw(
Expand Down
2 changes: 1 addition & 1 deletion lib/SQL/Interp.pm
@@ -1,6 +1,6 @@
package SQL::Interp;

our $VERSION = '1.01';
our $VERSION = '1.02';

use strict;
use warnings;
Expand Down

0 comments on commit cc6837e

Please sign in to comment.