+3.13 - 2007-10-04
+
+ * fix cpan #29748: ppport.h problems with perl5.005_05
+ (spotted by Slaven Rezić)
+ * fix a compiler warning
+
3.12 - 2007-09-22
[released without changes]
use strict;
use vars qw($VERSION $data);
-$VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.12 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
+$VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.13 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
sub _init_data
{
################################################################################
##
-## $Revision: 5 $
+## $Revision: 6 $
## $Author: mhx $
-## $Date: 2007/07/18 14:19:44 +0200 $
+## $Date: 2007/10/04 12:26:54 +0200 $
##
################################################################################
##
SV *hv
SV *sv
PPCODE:
- hv_stores((HV *) SvRV(hv), "hv_stores", SvREFCNT_inc_simple(sv));
+ (void) hv_stores((HV *) SvRV(hv), "hv_stores", SvREFCNT_inc_simple(sv));
=tests plan => 7
################################################################################
##
-## $Revision: 12 $
+## $Revision: 13 $
## $Author: mhx $
-## $Date: 2007/09/11 23:20:43 +0200 $
+## $Date: 2007/10/04 10:21:28 +0200 $
##
################################################################################
##
* automatically be defined as the correct argument.
*/
-#if { VERSION <= 5.005_04 }
+#if { VERSION <= 5.005_05 }
/* Replace: 1 */
# define PL_ppaddr ppaddr
# define PL_no_modify no_modify
use List::Util qw(max);
use Config;
-my $VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.12 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
+my $VERSION = do { my @r = '$Snapshot: /Devel-PPPort/3.13 $' =~ /(\d+\.\d+(?:_\d+)?)/; @r ? $r[0] : '9.99' };
$| = 1;
my %OPT = (