From: Steinar H. Gunderson Date: Tue, 21 Aug 2007 05:23:44 +0000 (+0200) Subject: Add a no less true, but slightly more encouraging comment. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=73fb28c105ea6fb43d0a22762b96baff11e00631 Add a no less true, but slightly more encouraging comment. --- diff --git a/perl/update-image-info.pl b/perl/update-image-info.pl index 8de71c0..611a4b5 100755 --- a/perl/update-image-info.pl +++ b/perl/update-image-info.pl @@ -1,6 +1,8 @@ #! /usr/bin/perl -# Warning: This is sort of outdated now. :-/ +# Warning: This is sort of outdated now. :-/ What really should be done is make +# update_image_info() includeable from outside mod_perl, so we don't have +# to duplicate the code in here. use lib qw(.); use DBI;