In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1b60576f3321964f32b421907ed106b0f2b083e7?hp=c70a6f041b1579be443b8d34373e7fc4a4cbb6aa>
- Log ----------------------------------------------------------------- commit 1b60576f3321964f32b421907ed106b0f2b083e7 Author: Father Chrysostomos <[email protected]> Date: Fri Jun 8 16:19:40 2012 -0700 Consistent indentation in perlbook ----------------------------------------------------------------------- Summary of changes: pod/perlbook.pod | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pod/perlbook.pod b/pod/perlbook.pod index 2a030a0..d5b7701 100644 --- a/pod/perlbook.pod +++ b/pod/perlbook.pod @@ -22,10 +22,10 @@ I<Programming Perl>: =item I<Programming Perl> (the "Camel Book"): - by Tom Christiansen, brian d foy, Larry Wall with Jon Orwant - ISBN 978-0-596-00492-7 [4th edition February 2012] - ISBN 978-1-4493-9890-3 [ebook] - http://oreilly.com/catalog/9780596004927 + by Tom Christiansen, brian d foy, Larry Wall with Jon Orwant + ISBN 978-0-596-00492-7 [4th edition February 2012] + ISBN 978-1-4493-9890-3 [ebook] + http://oreilly.com/catalog/9780596004927 =back @@ -52,8 +52,8 @@ programming: =item I<Learning Perl> (the "Llama Book") by Randal L. Schwartz, Tom Phoenix, and brian d foy - ISBN 978-1-4493-0358-7 [6th edition June 2011] - http://oreilly.com/catalog/0636920018452 + ISBN 978-1-4493-0358-7 [6th edition June 2011] + http://oreilly.com/catalog/0636920018452 =back @@ -67,8 +67,8 @@ object-oriented programming, and modules: by Randal L. Schwartz and brian d foy, with Tom Phoenix foreword by Damian Conway - ISBN 978-1-4493-9309-0 [2nd edition August 2012] - http://oreilly.com/catalog/0636920012689/ + ISBN 978-1-4493-9309-0 [2nd edition August 2012] + http://oreilly.com/catalog/0636920012689/ =back @@ -81,9 +81,9 @@ You might want to keep these desktop references close by your keyboard: =item I<Perl 5 Pocket Reference> by Johan Vromans - ISBN 978-1-4493-0370-9 [5th edition July 2011] - ISBN 978-1-4493-0813-1 [ebook] - http://oreilly.com/catalog/0636920018476/ + ISBN 978-1-4493-0370-9 [5th edition July 2011] + ISBN 978-1-4493-0813-1 [ebook] + http://oreilly.com/catalog/0636920018476/ =item I<Perl Debugger Pocket Reference> -- Perl5 Master Repository
