In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/6d95bdddee99a8006810ea29bbbfbb799bc8c6fd?hp=5435c3759c4567a1bb51384f6641c04822ec6391>
- Log ----------------------------------------------------------------- commit 6d95bdddee99a8006810ea29bbbfbb799bc8c6fd Author: Herbert Breunung <[email protected]> Date: Fri Jun 8 23:16:12 2012 +0100 Update perlbook.pod with recent releases Signed-off-by: Chris 'BinGOs' Williams <[email protected]> ----------------------------------------------------------------------- Summary of changes: AUTHORS | 1 + pod/perlbook.pod | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/AUTHORS b/AUTHORS index 57444a1..627b279 100644 --- a/AUTHORS +++ b/AUTHORS @@ -436,6 +436,7 @@ Harri Pasanen <[email protected]> Harry Edmon <[email protected]> Helmut Jarausch <[email protected]> Henrik Tougaard <[email protected]> +Herbert Breunung <[email protected]> Hernan Perez Masci <[email protected]> Hershel Walters <[email protected]> Hojung Youn <[email protected]> diff --git a/pod/perlbook.pod b/pod/perlbook.pod index 5ed6b32..2a030a0 100644 --- a/pod/perlbook.pod +++ b/pod/perlbook.pod @@ -22,9 +22,10 @@ I<Programming Perl>: =item I<Programming Perl> (the "Camel Book"): - by Larry Wall, Tom Christiansen, and Jon Orwant - ISBN 978-0-596-00027-1 [3rd edition July 2000] - http://oreilly.com/catalog/9780596000271/ + 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 @@ -51,8 +52,8 @@ programming: =item I<Learning Perl> (the "Llama Book") by Randal L. Schwartz, Tom Phoenix, and brian d foy - ISBN 978-0-596-52011-3 [5th edition June 2008] - http://oreilly.com/catalog/9780596520113 + ISBN 978-1-4493-0358-7 [6th edition June 2011] + http://oreilly.com/catalog/0636920018452 =back @@ -66,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-0-596-00478-1 [1st edition March 2006] - http://oreilly.com/catalog/9780596004781/ + ISBN 978-1-4493-9309-0 [2nd edition August 2012] + http://oreilly.com/catalog/0636920012689/ =back @@ -80,8 +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-0-596-00374-6 [4th edition July 2002] - http://oreilly.com/catalog/9780596003746/ + 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
