develooper Front page | perl.cvs.mod_parrot | Postings from June 2009

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

From:
jhorwitz
Date:
June 18, 2009 08:29
Subject:
[svn:mod_parrot] r647 - mod_parrot/trunk/languages/perl6/lib
Message ID:
20090618152942.74C091844E7@xx12.develooper.com
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;



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About