blob: 1bf6e2ccbddbef8320aab60edfb914d887c9a291 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- ./lib/SQL/Translator/Parser/xSV.pm.orig 2009-02-13 13:35:07.000000000 +0100
+++ ./lib/SQL/Translator/Parser/xSV.pm 2009-03-10 15:19:30.000000000 +0100
@@ -64,7 +64,7 @@ C<SQL::Translator::Utils::normalize_name
# -------------------------------------------------------------------
use strict;
-use vars qw($VERSION @EXPORT);
+use vars qw($VERSION @EXPORT_OK);
$VERSION = '1.59';
use Exporter;
@@ -73,7 +73,7 @@ use Text::RecordParser;
use SQL::Translator::Utils qw(debug normalize_name);
use base qw(Exporter);
-@EXPORT = qw(parse);
+@EXPORT_OK = qw(parse);
#
# Passed a SQL::Translator instance and a string containing the data
|