summaryrefslogtreecommitdiff
path: root/perlapi.c
diff options
context:
space:
mode:
authorSalvador FandiƱo <sfandino@yahoo.com>2003-02-21 17:26:16 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-03-04 20:49:59 +0000
commit8fa7688f7865696bdfa78bc12d4ffb78bd1d6103 (patch)
tree9737caf004c7fafa8466b02223aa35b52064734f /perlapi.c
parent9bf4a77902309e820b008865d9ebf6110e4a6cac (diff)
downloadperl-8fa7688f7865696bdfa78bc12d4ffb78bd1d6103.tar.gz
[PATCH] assertions
Message-ID: <3E566138.4090709@yahoo.com> and the complement : (with added comments) Subject: [PATCH] bug in ext/B/t/deparse.t Message-ID: <3E563E16.7060303@yahoo.com> plus perldiag.pod patch for the new warning (previous change was, once again, empty) p4raw-id: //depot/perl@18828
Diffstat (limited to 'perlapi.c')
-rw-r--r--perlapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perlapi.c b/perlapi.c
index e6d4219475..83d30a9477 100644
--- a/perlapi.c
+++ b/perlapi.c
@@ -1,7 +1,7 @@
/*
* perlapi.c
*
- * Copyright (c) 1997-2002, Larry Wall
+ * Copyright (c) 1997-2003, Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.