From: Ian Jackson Date: Mon, 10 Aug 2009 15:16:33 +0000 (+0100) Subject: Actually export relevant stuff from CommodsWeb to make it work X-Git-Tag: 3.4~233 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=commitdiff_plain;h=2f82405c3eaa7bced0db77fa4cd243befb268406 Actually export relevant stuff from CommodsWeb to make it work --- diff --git a/yarrg/CommodsWeb.pm b/yarrg/CommodsWeb.pm index 3e3b59e..2bd558b 100644 --- a/yarrg/CommodsWeb.pm +++ b/yarrg/CommodsWeb.pm @@ -40,7 +40,7 @@ BEGIN { our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); $VERSION = 1.00; @ISA = qw(Exporter); - @EXPORT = qw(); + @EXPORT = qw($dbh &db_setocean &db_connect &db_doall); %EXPORT_TAGS = ( ); @EXPORT_OK = qw();