diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-14 19:55:57 +0000 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-14 21:17:26 +0000 |
commit | d2de339833b53b66631ca72835faba886f34e242 (patch) | |
tree | 5a342c44b59df9cd983939c13157320524646553 /README | |
parent | 29bb6ce50ad82f0c5d6a954817a2771b6aa1a8ac (diff) | |
download | perl-d2de339833b53b66631ca72835faba886f34e242.tar.gz |
README updates for 5.12.0
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ -Perl is Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by Larry Wall and others. -All rights reserved. +Perl is Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, +2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by Larry Wall +and others. All rights reserved. @@ -22,7 +22,7 @@ third-party modules. For an introduction to the language's features, see pod/perlintro.pod. For a discussion of the important changes in this release, see -pod/perl5116delta.pod. (This will also be installed as perldelta.pod). +pod/perl5120delta.pod. (This will also be installed as perldelta.pod). There are also many Perl books available, covering a wide variety of topics, from various publishers. See pod/perlbook.pod for more information. |