[svn:mod_parrot] r647 - mod_parrot/trunk/languages/perl6/lib

[email protected] Thu, 18 Jun 2009 08:29:42 -0700 (PDT)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Thu Jun 18 08:29:41 2009
New Revision: 647

Modified:
   mod_parrot/trunk/languages/perl6/lib/mod_perl6.pm

Log:
fix incorrect comment


Modified: mod_parrot/trunk/languages/perl6/lib/mod_perl6.pm
==============================================================================
--- mod_parrot/trunk/languages/perl6/lib/mod_perl6.pm	(original)
+++ mod_parrot/trunk/languages/perl6/lib/mod_perl6.pm	Thu Jun 18 08:29:41 2009
@@ -159,7 +159,7 @@
         $r.pool.cleanup_register(&cleanup_handler, %dircfg<cleanup_handler>);
     }
 
-    # back to the post_read_request handler
+    # back to the header_parser handler
     my $handler = %dircfg<header_parser_handler>;
     unless ($handler) {
         return $Apache::Const::OK;