projects
/
pr0n
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Unbreak a weird special case.
[pr0n]
/
perl
/
update-image-info.pl
diff --git
a/perl/update-image-info.pl
b/perl/update-image-info.pl
index 88d3efc785530d94107000ebff92cc1164e68cf5..611a4b51cb65b9da99d926d1dea3d19baba4b93d 100755
(executable)
--- 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;