Per Einar Ellefsen wrote:
I've merged your patches, let me know if this works now. Do you get the site properly built now?
Well, these errors were for Cygwin.
I'm not getting them anymore with Win32. And yes, I can build my site correctly. So everything is fine. I still tested what you told me to though.
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'
t\code..............ok t\complete..........ok t\head..............ok t\htmlescp..........ok t\htmllist..........ok t\htmlview..........ok t\list..............ok t\meta..............ok t\text..............ok t\textview..........ok t\view..............ok t\warn..............FAILED tests 2, 10-11, 26-27 Failed 5/27 tests, 81.48% okay t\wrap..............ok Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t\warn.t 27 5 18.52% 2, 10-11, 26-27
And it runs ok without the patch. So yes, I assume this is a Pod::POM problem. It should be valid Pod. I'm not sure if it actually fails for the first or the second test though, how do I know?
--
Per Einar Ellefsen [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
