]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/commitdiff
Expanded on a comment in example code
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Tue, 19 Aug 2008 13:47:57 +0000 (13:47 +0000)
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>
Tue, 19 Aug 2008 13:47:57 +0000 (13:47 +0000)
Plugin.pod

index 75216fe44379f02d21a5246bd9be62a45209ad8d..dec530e1554e63ce7db18a98f98b3a33117a7e0c 100644 (file)
@@ -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,