modern_perl_book icon indicating copy to clipboard operation
modern_perl_book copied to clipboard

Modern Perl: the book

Results 18 modern_perl_book issues
Sort by recently updated
recently updated
newest added

``` $ 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...

This link is broken: http://www.onyxneon.com/books/modern_perl/index.html The broken link appears in the readme for this repo and a few places on www.modernperlbooks.com

Fixes #249 by supporting non-word characters in link names

build_html.pl fails to create html files with this error: Unknown link regex Replacing chp.regex with regex in these files corrects the problem: sections/autoload.pod sections/chapter_06.pod sections/implicit_ideas.pod sections/values.pod

Hi chromatic, I've fixed an issue with the ePub display in iBooks on the iPad / iPhone. The chapters were added with the attribute "linear = no" which was preventing...

I changed the XHTML creation to be more standard compliant. Kind Regards, Michael

to the Community Sites section ( sections/perl_community.pod )

You write "though in this case, the Regexp::English module has a much better phone number regex already written for you." But looking at the docs for Regexp::English, I see no...

Issue #223 notes that when building the html version of the book, no index is created. I note that, also, there is no link to the previous and next chapters...

Hello, I tried the epub version on my Kobo reader, and the code snippets don't have all the newlines and carriage returns making all of them one-liner... (Due to the...