blob: c8db94fb965badf511131c3c6b188fcd5ae2774d (
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 Sun May 9 23:33:46 2004
+++ lib/SQL/Translator/Parser/xSV.pm Sun May 9 23:34:11 2004
@@ -66,7 +66,7 @@
# -------------------------------------------------------------------
use strict;
-use vars qw($VERSION @EXPORT);
+use vars qw($VERSION @EXPORT_OK);
$VERSION = sprintf "%d.%02d", q$Revision: 1.16 $ =~ /(\d+)\.(\d+)/;
use Exporter;
@@ -75,7 +75,7 @@
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
|