D]
> Subject: Various Embperl patches from the Debian package [3/3]
>
> These compiler warning fixes:
>
> --- libembperl-perl-2.0rc2.orig/xs/Embperl/Req/Config/Config.xs
> +++ libembperl-perl-2.0rc2/xs/Embperl/Req/Config/Config.xs
> @@ -134,8 +134,8 @@
> MODULE = Embperl::R
These compiler warning fixes:
--- libembperl-perl-2.0rc2.orig/xs/Embperl/Req/Config/Config.xs
+++ libembperl-perl-2.0rc2/xs/Embperl/Req/Config/Config.xs
@@ -134,8 +134,8 @@
MODULE = Embperl::Req::ConfigPACKAGE = Embperl::Req::Config
char
-mult_field_sep(obj, val=NULL)
+mult_field_sep(obj,
This one is needed for some architectures (m68k) where PTR2IV can
produce a signed (negative) result:
--- libembperl-perl-2.0rc2.orig/test/cmp/reqrec.htm
+++ libembperl-perl-2.0rc2/test/cmp/reqrec.htm
@@ -9,11 +9,11 @@
$_[1] =
^\$rec_rec = Apache(::RequestRec)?=SCALAR\(0x.*?\)
-^\$\$rec_re
oh, missed another simple one:
--- libembperl-perl-2.0rc2.orig/Makefile.PL
+++ libembperl-perl-2.0rc2/Makefile.PL
@@ -1293,7 +1310,7 @@
'INC' => $i,
'EXE_FILES'=> [ 'embpexec.pl', 'embpmsgid.pl' ],
'clean'=> { FILES => 'dirent.h test/conf/
At Sun, 21 Nov 2004 20:40:20 +0100, Gerald Richter wrote:
> Any bug reports, patches, documentation updates, spelling corrections are
Various patches from the Debian package..
(NB: it would be nicer if Embperl_BS ended with a newline character)
Self-explanatory ones:
--- libembperl-perl-2.0rc2.
first, some easy pod fixes to make pod2man much happier:
--- libembperl-perl-2.0b9dev6.orig/Features.pod
+++ libembperl-perl-2.0b9dev6/Features.pod
@@ -1,5 +1,9 @@
=pod
+=head1 NAME
+
+Embperl::Features - Main features of Embperl 2.0
+
=head1 Main features of Embperl 2.0
=over 4
--- libemb