X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Plugin.pod;h=dec530e1554e63ce7db18a98f98b3a33117a7e0c;hb=f5276987564affd61c9ca5f85316c4b3507ce528;hp=75216fe44379f02d21a5246bd9be62a45209ad8d;hpb=8b916a3b3c9a115c834e192c9c1ecf6f431c8f73;p=perl%2Fmodules%2Fre-engine-Plugin.git 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,