1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

Importing other people's import isn't always a good idea

This commit is contained in:
Adam Kennedy 2010-09-07 03:47:22 +00:00
parent fc22c6a339
commit 63cc430ee3

View file

@ -1,12 +1,15 @@
package DBD::SQLite::FTS3Transitional; package DBD::SQLite::FTS3Transitional;
use 5.006;
use strict; use strict;
use warnings; use warnings;
no warnings 'uninitialized'; no warnings 'uninitialized';
use Exporter ();
use Exporter 'import'; our $VERSION = '1.30_06';
our @ISA = 'Exporter';
our @EXPORT_OK = qw/fts3_convert/; our @EXPORT_OK = qw/fts3_convert/;
sub fts3_convert { sub fts3_convert {
my $in = shift; my $in = shift;
my $out = ""; my $out = "";