X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=perl%2Fupdate-image-info.pl;h=611a4b51cb65b9da99d926d1dea3d19baba4b93d;hp=88d3efc785530d94107000ebff92cc1164e68cf5;hb=09260885c52013320acd21d7ce262e12def7301f;hpb=42237f66bc46ae64d27b609b0e0a9fe6b4c44180 diff --git a/perl/update-image-info.pl b/perl/update-image-info.pl index 88d3efc..611a4b5 100755 --- a/perl/update-image-info.pl +++ b/perl/update-image-info.pl @@ -1,4 +1,9 @@ #! /usr/bin/perl + +# 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; use POSIX;