summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-10-20 16:11:30 +0000
committerNicholas Clark <nick@ccl4.org>2008-10-20 16:11:30 +0000
commit802dc4aa66ace38af6d4515ed620be1144e2a0ae (patch)
treebc5f6fef77c1bf58ccd015c190ad266aeb81218e /perl.c
parentec37efb1044aae2c6d0ea1c6ef1de7dd29c69f2b (diff)
downloadperl-802dc4aa66ace38af6d4515ed620be1144e2a0ae.tar.gz
Integrate:
[ 34378] Subject: Re: [PATCH] Revised: Improved documentation for flock() in perlfunc.pod From: Paul Fenwick <pjf@perltraining.com.au> Date: Tue, 16 Sep 2008 20:32:39 +1000 Message-ID: <48CF8B47.30803@perltraining.com.au> [ 34380] Kevin J. Woolley has taken over from Gozer. [ 34386] Subject: [PATCH] Re: [perl #59134] Typo in File::stat man pag From: Moritz Lenz <moritz@casella.verplant.org> Date: Sun, 21 Sep 2008 17:50:04 +0200 Message-ID: <20080921154935.4916.qmail@lists.develooper.com> [ 34389] Subject: [PATCH] Re: [perl #59128] Typo in perldsc(1) From: Moritz Lenz <moritz@casella.verplant.org> Date: Sun, 21 Sep 2008 17:47:11 +0200 Message-ID: <48D66C7F.6000602@casella.verplant.org> [ 34408] Subject: [PATCH] Show using waitpid in IPC::Open[23] SYNOPSIS From: brian d foy <brian.d.foy@gmail.com> Date: Sun, 21 Sep 2008 15:23:47 -0500 Message-ID: <210920081523471499%brian.d.foy@gmail.com> [ 34435] Subject: Re: [PATCH] Add open "|-" and open "-|" to perlopentut From: Shlomi Fish <shlomif@iglu.org.il> Date: Tue, 23 Sep 2008 19:00:41 +0300 Message-id: <200809231900.41474.shlomif@iglu.org.il> [ 34451] error reporting of [$a ; $b] can be a TODO. [ 34454] It's RISC OS, dammit. Hard space, upper case. Always. [ 34463] Update copyright year to 2008. [ 34505] Damian has transferred Filter::Simple to p5p. Bump its version to 0.83 with the new contact details, and remove the out-of-date README from core. [ 34529] Bump IPC::Open2's $VERSION. (The docs changed.) [ 34531] Bump the $VERSION of File::stat (documentation changed). p4raw-link: @34531 on //depot/perl: 7a0d61f2335de711f7642bbc67df7b0d9e783953 p4raw-link: @34529 on //depot/perl: 325f7ffd84f77a92617ae0abcf1ea7d69de6946e p4raw-link: @34505 on //depot/perl: 711690a16d2a16be7070e06779c46a6d8f482689 p4raw-link: @34463 on //depot/perl: 9be01f29fa8229b0cb279cd26191f322dbf0ae2a p4raw-link: @34454 on //depot/perl: c3ae9cdede17079a5598fc9c243b609a8d5a3667 p4raw-link: @34451 on //depot/perl: 565590b5d66dafeef2ec402e8f2aecb5e1fc2a60 p4raw-link: @34435 on //depot/perl: 494bd33348b985a58018f4b68f5d051cf954d541 p4raw-link: @34408 on //depot/perl: b20801968f657f183ff09a100890be83a7f1337c p4raw-link: @34389 on //depot/perl: 1f025261d8f70ac2f0016b18c50f188dbd855516 p4raw-link: @34386 on //depot/perl: 592b6146abaa73ac77b995c1e9bbb97ab53c6da9 p4raw-link: @34380 on //depot/perl: 3544fab4392dc5460d212624822bd2db51749f65 p4raw-link: @34378 on //depot/perl: 7ed5353dcffcb7d6cb842413f3f29c4dc6074e95 p4raw-id: //depot/maint-5.10/perl@34533 p4raw-deleted: from //depot/perl@34532 'delete in' lib/Filter/Simple/README (@16641..) p4raw-integrated: from //depot/perl@34532 'copy in' lib/Filter/Simple/Changes (@24990..) lib/Filter/Simple.pm (@25261..) pod/perldsc.pod (@28780..) Porting/repository.pod (@31681..) README (@32608..) lib/IPC/Open3.pm (@34365..) lib/File/stat.pm (@34386..) 'merge in' Porting/Maintainers.pl (@34231..) perl.c (@34234..) pod/perlfunc.pod (@34272..) pod/perltodo.pod (@34307..) p4raw-integrated: from //depot/perl@34505 'merge in' MANIFEST (@34490..) p4raw-integrated: from //depot/perl@34435 'ignore' pod/perlopentut.pod (@33559..) p4raw-integrated: from //depot/perl@34408 'ignore' lib/IPC/Open2.pm (@25320..)
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl.c b/perl.c
index 096dfee9e1..95b05e161e 100644
--- a/perl.c
+++ b/perl.c
@@ -1,7 +1,7 @@
/* perl.c
*
- * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by Larry Wall and others
+ * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
@@ -3293,7 +3293,7 @@ Perl_moreswitches(pTHX_ const char *s)
#endif
PerlIO_printf(PerlIO_stdout(),
- "\n\nCopyright 1987-2007, Larry Wall\n");
+ "\n\nCopyright 1987-2008, Larry Wall\n");
#ifdef MACOS_TRADITIONAL
PerlIO_printf(PerlIO_stdout(),
"\nMac OS port Copyright 1991-2002, Matthias Neeracher;\n"