chiark / gitweb /
Merge branch 'master' of ijackson@chiark.greenend.org.uk:things/ypp-sc-tools.pctb...
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 8 Aug 2009 14:16:11 +0000 (15:16 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 8 Aug 2009 14:16:11 +0000 (15:16 +0100)
yarrg/Commods.pm
yarrg/dictionary-update-receiver

index 65cf4eb03ad381cfef565c8635728c7d3e457ec0..5003037b1389b4cede801a2300dea6e99be69c42 100644 (file)
@@ -41,7 +41,7 @@ BEGIN {
                      &pipethrough_prep &pipethrough_run
                      &pipethrough_run_along &pipethrough_run_finish
                      &pipethrough_run_gzip
-                     &cgipostform &yarrgpostform);
+                     &cgipostform &yarrgpostform &cgi_get_caller);
     %EXPORT_TAGS = ( );
 
     @EXPORT_OK   = qw();
index cd26a2663256e98a42b3812eba70597c5b661f4d..352b9bbbfd09d77fb1f405be2a53b199d7627615 100755 (executable)
@@ -41,6 +41,8 @@ use CGI qw/:standard -private_tempfiles/;
 use IO::Pipe;
 use IO::Handle;
 
+use Commods;
+
 my $aadepth=2;
 
 #---------- pixmaps ----------