From fa2fa56a326285239321de3f4eea25682be45926 Mon Sep 17 00:00:00 2001 From: mschilli Date: Thu, 8 Jun 2006 08:05:58 +0000 Subject: [PATCH] typo fixed --- lib/Config/Patch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Config/Patch.pm b/lib/Config/Patch.pm index 64385bb..f2d6b60 100644 --- a/lib/Config/Patch.pm +++ b/lib/Config/Patch.pm @@ -528,7 +528,7 @@ Config::Patch - Patch configuration files and unpatch them later *------------------------------------------- # Prepend a patch: - $patcher->append(q{ + $patcher->prepend(q{ # Log my stuff my.* /var/log/my });