Thomas Wittek wrote:
Hello!

I guess I've found a bug in mod_perl2.
We're not ignoring you... just busy.

I'll see about getting a test into the test suite this weekend.


I've run into troubles accessing the __DATA__ section of my
modules/handlers. A minimal demonstration handler looks like this:

  #!/usr/bin/perl
  package TestHandler;
  sub handler {
    warn tell DATA;
    return 0;
  }
  1;
  __DATA__
  foobarbaz

--
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /
 / /|_/ / // /\ \/ /_/ / /__
/_/  /_/\_, /___/\___\_\___/
       <___/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to