From: Ævar Arnfjörð Bjarmason Date: Tue, 19 Aug 2008 13:47:57 +0000 (+0000) Subject: Expanded on a comment in example code X-Git-Tag: v0.06~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=4c6249853ec480c9cf860a0a6d130a4e42409bc3 Expanded on a comment in example code --- diff --git a/Plugin.pod b/Plugin.pod index 75216fe..dec530e 100644 --- a/Plugin.pod +++ b/Plugin.pod @@ -51,7 +51,7 @@ caller's scope use use the following snippet: sub import { - # Populates the caller's %^H with our callbacks + # Sets the caller's $^H{regcomp} his %^H with our callbacks re::engine::Plugin->import( comp => \&comp, exec => \&exec,