From: Matthijs Kooijman Date: Sun, 21 Dec 2008 20:02:05 +0000 (+0100) Subject: Enable warnings and strict for interpolate_fancy. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=83a5a2acd924fecba9968373e21d8ed8e53748aa;p=matthijs%2Fupstream%2Fblosxom-plugins.git Enable warnings and strict for interpolate_fancy. This triggers a lot of warnings, which will be fixed next. --- diff --git a/general/interpolate_fancy b/general/interpolate_fancy index 2c79e8e..4f5b6eb 100644 --- a/general/interpolate_fancy +++ b/general/interpolate_fancy @@ -8,6 +8,9 @@ package interpolate_fancy; +use warnings; +use strict; + # --- Configurable variables ----- # Do you want me to recursively interpolate into the story $title