Per Einar Ellefsen wrote:
I've merged your patches, let me know if this works now. Do you get the site properly built now?
also see below
----------------------------------------
File: /cygdrive/d/users/pereinar/mod-perl/modperl-docs/src/maillist/email-etiquette.pod
spurious '>' at <input text> line 11
spurious '>' at <input text> line 400
spurious '>' at <input text> line 400
spurious '>' at <input text> line 400
spurious '>' at <input text> line 404
----------------------------------------
File: /cygdrive/d/users/pereinar/mod-perl/modperl-docs/src/docs/1.0/guide/intro.pod
spurious '>' at <input text> line 66 spurious '>' at <input text> line 71
This is a bad POD, I'll fix those. (unescaped '>' and '<')
...
Actually, it seems like it barks at all the HTML tags in the =for html POD parts.
I'm not sure why it's complaining about this, as I know they're supposed to be there.
see above
No, actually this is not a bad POD, as you said the first one is inside html block so any mark up should be ignored.
The second is code block and the same should apply. I don't get these problems reported, do you run the latest Pod::POM?
v0.15?
Yes, I have Pod::POM v. 0.15. Didn't show up using $Pod::POM::VERSION, but I checked the build directory, and it said 0.15 in it. I installed it directyl with the CPAN shell yesterday, so it should be the latest.
ok, it seems like this is a Pod::POM problem, please test if this test patch triggers this problem?
--- t/warn.t.orig Wed Apr 3 15:32:14 2002 +++ t/warn.t Wed Apr 3 15:37:12 2002 @@ -106,3 +106,14 @@ >oh dear!
Blah > Blah + +=for html <a href=""><b>no warnings</b></a> +<i>at all</i> + +=begin html + +<!-- +no warnings expected here either +--> + +=end
notice that there are two sub-tests here, the second one does fail for me and it shouldn't. but in our case the problem is with '=for html'
__________________________________________________________________ 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]
