Stas Bekman wrote:
Per Einar Ellefsen wrote:

At 06:22 18.04.2002, Stas Bekman wrote:

Per Einar Ellefsen wrote:

Ah, disregard that. Those were just my eyes malfunctioning :)
Anyway, it seems wrong that
=for html
<p>
A complete configuration example of this technique is provided by
two HTTPD configuration files.
doesn't work. But I'll have to live with it for the time being I guess.



Nope it's correct, please read perlpodspec. Don't confuse =begin html with =for html, the former is what you want.


This is done on purpose so you won't need to supply the closing tag, =begin/=end does the other one if you really need to embed new lines.

Please remind me, what's not working in Pod::POM now?



Yes, I know that is correct.

But this doesn't work:

  =begin html



  I like <em>PIE</em>!


<hr>Especially pecan pie!


=end html

which, according to perlpodspec is suppsoed to work without warnings.


We simply need to patch Pod::POM to implement the begin/end sequence.
It doesn't implement the whole spec yet, but things get added as they are needed.
Feel free to send me a patch, or I'll implement it sometime later. I've a commit access to Pod::POM, so we won't have to bother Andy. I'll add this to the todo list though.

Damn, why did you have to mention this... :) I'll never finish porting Apache::Request at this rate...


looks like I have =begin blocks working... :)
But it is still pending Andy's approval.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


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



Reply via email to