From 83a5a2acd924fecba9968373e21d8ed8e53748aa Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 21 Dec 2008 21:02:05 +0100 Subject: [PATCH] Enable warnings and strict for interpolate_fancy. This triggers a lot of warnings, which will be fixed next. --- general/interpolate_fancy | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2