mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Importing other people's import isn't always a good idea
This commit is contained in:
parent
fc22c6a339
commit
63cc430ee3
1 changed files with 5 additions and 2 deletions
|
@ -1,12 +1,15 @@
|
|||
package DBD::SQLite::FTS3Transitional;
|
||||
|
||||
use 5.006;
|
||||
use strict;
|
||||
use warnings;
|
||||
no warnings 'uninitialized';
|
||||
use Exporter ();
|
||||
|
||||
use Exporter 'import';
|
||||
our $VERSION = '1.30_06';
|
||||
our @ISA = 'Exporter';
|
||||
our @EXPORT_OK = qw/fts3_convert/;
|
||||
|
||||
|
||||
sub fts3_convert {
|
||||
my $in = shift;
|
||||
my $out = "";
|
||||
|
|
Loading…
Add table
Reference in a new issue