From: Michael Andreen Date: Sat, 13 Jan 2007 12:46:17 +0000 (+0000) Subject: preload gd X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=783e0d521972278b1242144580a8295c59ca1351;p=ndwebbie.git preload gd --- diff --git a/startup.pl b/startup.pl index 882909a..7741e31 100644 --- a/startup.pl +++ b/startup.pl @@ -11,7 +11,7 @@ DBI->install_driver("Pg"); use DBI; use DBD::Pg qw(:pg_types); -use GD::Graph:lines; +use GD::Graph::lines; use ND; use ND::DB;