From 63cc430ee356bb97c6bb8bf6d280750cb784d22a Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Tue, 7 Sep 2010 03:47:22 +0000 Subject: [PATCH] Importing other people's import isn't always a good idea --- lib/DBD/SQLite/FTS3Transitional.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/DBD/SQLite/FTS3Transitional.pm b/lib/DBD/SQLite/FTS3Transitional.pm index aeb0d5e..ae19a39 100644 --- a/lib/DBD/SQLite/FTS3Transitional.pm +++ b/lib/DBD/SQLite/FTS3Transitional.pm @@ -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 = "";