chiark / gitweb /
Actually export relevant stuff from CommodsWeb to make it work
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 10 Aug 2009 15:16:33 +0000 (16:16 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 10 Aug 2009 15:16:33 +0000 (16:16 +0100)
yarrg/CommodsWeb.pm

index 3e3b59e1e64ae2ca08dde0db823befa5c71943db..2bd558b4dc74daec15da023a21b8d8db046f7524 100644 (file)
@@ -40,7 +40,7 @@ BEGIN {
     our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
     $VERSION     = 1.00;
     @ISA         = qw(Exporter);
     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();
     %EXPORT_TAGS = ( );
 
     @EXPORT_OK   = qw();