From 5f375cb829e1b19c0407692514bac50ff3d66252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 3 Oct 2013 08:46:59 +0000 Subject: [PATCH] HTML::Mason::Params: Correct lies about complier_class default The default is actually HTML::Mason::Compiler::ToObject as noted a few lines above, not HTML::Mason::Compiler. Go copy/paste! --- lib/HTML/Mason/Params.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/HTML/Mason/Params.pod b/lib/HTML/Mason/Params.pod index b1fcad78..040e493c 100644 --- a/lib/HTML/Mason/Params.pod +++ b/lib/HTML/Mason/Params.pod @@ -441,7 +441,7 @@ invalid if the associated paths were to change. =back The class to use when creating a compiler. Defaults to -L. +L. =head2 component_error_handler