[svn:mod_parrot] r288 - mod_parrot/trunk/eg

[email protected]
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Sat Dec 22 06:59:49 2007
New Revision: 288

Modified:
   mod_parrot/trunk/eg/authenhandler.pir
   mod_parrot/trunk/eg/handler.pir
   mod_parrot/trunk/eg/interpinfo.pir

Log:
update examples to get rid of underscored handler names


Modified: mod_parrot/trunk/eg/authenhandler.pir
==============================================================================
--- mod_parrot/trunk/eg/authenhandler.pir	(original)
+++ mod_parrot/trunk/eg/authenhandler.pir	Sat Dec 22 06:59:49 2007
@@ -4,7 +4,7 @@
 
 .namespace [ 'MyAuthHandler' ]
 
-.sub _handler
+.sub handler
     # request_rec object is the first argument
     .param pmc r
 

Modified: mod_parrot/trunk/eg/handler.pir
==============================================================================
--- mod_parrot/trunk/eg/handler.pir	(original)
+++ mod_parrot/trunk/eg/handler.pir	Sat Dec 22 06:59:49 2007
@@ -3,7 +3,7 @@
 # handler namespace is used for ParrotHandler in httpd.conf
 .namespace [ 'Handler' ]
 
-.sub _handler
+.sub handler
     # request_rec object is the first argument
     .param pmc r
 

Modified: mod_parrot/trunk/eg/interpinfo.pir
==============================================================================
--- mod_parrot/trunk/eg/interpinfo.pir	(original)
+++ mod_parrot/trunk/eg/interpinfo.pir	Sat Dec 22 06:59:49 2007
@@ -29,7 +29,7 @@
     r.'puts'($S0)
 .end
 
-.sub _handler
+.sub handler
     # request_rec object is the first argument
     .param pmc r
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.