chromatic / modern_perl_book

Modern Perl: the book
http://www.modernperlbooks.com/
664 stars 187 forks source link

"Unknown link regex" #249

Open jacoby opened 9 years ago

jacoby commented 9 years ago
$ perl build/tools/build_html.pl
Unknown link regex
$ perl build/tools/build_epub.pl
Unknown link regex

I'm running perl 5.20 and Pod::PseudoPod is newly installed and version 0.18. build_chapters.pl and build_pdf.pl appear to work well.

histamineblkr commented 7 years ago

I have the same issue with almost identical setup (perl 5.22.2) and Pod::PseudoPod 0.18. build_chapters.pl worked fine, but the rest did not. build_pdf.pl doesn't work due to not having all the dependencies required.

$ perl build/tools/build_html.pl Unknown link regex

revhippie commented 4 years ago

Seeing this with Perl 5.28.1 and Pod::PseudoPod 0.19.

rnkn commented 1 year ago

Still seeing this with Perl 5.38.0 and Pod::PseudoPod 0.19. No output created.