From 783e0d521972278b1242144580a8295c59ca1351 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sat, 13 Jan 2007 12:46:17 +0000 Subject: [PATCH] preload gd --- startup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2