Re: faq.perl.org is out of date. Repos. problem?

[email protected] (Robert Spier) Tue, 28 Nov 2006 22:42:30 -0800
Newsgroups perl.perlfaq.workers
Message-ID <[email protected]>
At Mon, 27 Nov 2006 14:46:38 -0800,
brian d foy wrote:
> 
> I noticed that although the bottom of each page of faq.perl.org has the
> current date, the actual content is rather old according to the $Date$
> keywords. The latest date is 2-21-2006 on perlfaq1.pod. That's special
> because that's about a week before we made the change from CVS to SVN.
> 
> I suspect that faq.perl.org isn't pulling from the right place. :|

Actually, parsing error.

rspier@wombat:~/bear/projects/perlfaq$ mpod2html --dir /tmp/a *.pod
*** ERROR: Unknown interior-sequence 'U' at line 160 in file perlfaq1.pod
Warning: Conversion may be garbled because of errors above

It looks ok after fixing that.

-R