summaryrefslogtreecommitdiff
path: root/cpan/Devel-PPPort/module3.c
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-09-11 22:23:46 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-09-11 23:16:08 +0100
commit49ef49feda58b9302137fcbf9a3954a2467002c6 (patch)
tree9644b26a3601e25ce51dd4797063fc35f63aa94f /cpan/Devel-PPPort/module3.c
parent41bfb3b613f3eb11b0288f54124b48bae12fddef (diff)
downloadperl-49ef49feda58b9302137fcbf9a3954a2467002c6.tar.gz
Update Devel-PPPort to CPAN version 3.20
[DELTA] 3.20 - 2011-09-10 * fix CPAN #56749: isASCII and isCNTRL macros are buggy (thanks to Karl Williamson for providing a patch and patiently waiting almost two years for me to integrate it) * fix CPAN #70427: RealPPPort.xs:1587: error: lvalue required as unary ‘&’ operand 3.19_03 - 2011-04-13 * keep up with latest core changes 3.19_02 - 2010-03-07 * fix a warning emitted by the test suite with older perls * added support for the following API newSVpvs_share get_cvn_flags get_cvs (thanks to Goro Fuji for providing a patch to implement all of these, fixes CPAN #47174) 3.19_01 - 2010-02-20 * fix CPAN #50763: mistaken use of $[ (thanks to Zefram for spotting this) * remove spurious PUSHMARK from Perl_ppaddr_t (thanks to Gerard Goossen for providing a patch) * improved support for newer compilers in buildperl.pl (thanks to Philippe Bruhat (BooK) for providing a patch) * added support for the following API memEQs memNEs * lots of small toolchain updates
Diffstat (limited to 'cpan/Devel-PPPort/module3.c')
-rw-r--r--cpan/Devel-PPPort/module3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Devel-PPPort/module3.c b/cpan/Devel-PPPort/module3.c
index bcfbcd08b3..6a7e89a1ad 100644
--- a/cpan/Devel-PPPort/module3.c
+++ b/cpan/Devel-PPPort/module3.c
@@ -4,13 +4,13 @@
*
********************************************************************************
*
-* $Revision: 12 $
+* $Revision: 13 $
* $Author: mhx $
-* $Date: 2009/01/18 14:10:49 +0100 $
+* $Date: 2010/03/07 13:15:41 +0100 $
*
********************************************************************************
*
-* Version 3.x, Copyright (C) 2004-2009, Marcus Holland-Moritz.
+* Version 3.x, Copyright (C) 2004-2010, Marcus Holland-Moritz.
* Version 2.x, Copyright (C) 2001, Paul Marquess.
* Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
*