changeset 110:5b7ed510342d misc

Add use File::Basename;
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 Dec 2010 23:52:08 +0000
parents 682b8c0d574a
children 70acbee45ec3
files magestats.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/magestats.pl	Sun Dec 05 23:49:01 2010 +0000
+++ b/magestats.pl	Sun Dec 05 23:52:08 2010 +0000
@@ -7,6 +7,7 @@
 # In Debian / Ubuntu, apt-get install libgd-graph-perl
 
 use strict;
+use File::Basename;
 use Data::Dumper;
 use GD::Graph;
 use GD::Graph::linespoints;