[EMAIL PROTECTED] wrote:
stas2003/12/11 23:14:40
Modified:bin mp2bug
.Makefile.PL Changes
Added: lib/ModPerl TestReport.pm
Log:
Extend the autogenerated bug report to include information about
installed modules of special interest (which may
Randy Kobes wrote:
This may be an unsolveable problem, but when using CPAN.pm
to explore Apache-Test, some strange things arise:
[EMAIL PROTECTED] randy]$ cpan
cpan shell -- CPAN exploration and modules installation (v1.76)
ReadLine support enabled
cpan> m Apache::Test
Module id = Apache::Test
On Fri, 2003-12-12 at 00:32, Stas Bekman wrote:
> Can you please try this one:
>
> % perl -le ' \
> my($uid, $gid) = (getpwnam("nobody"))[2..3]; \
> $( = $) = $gid+0; \
> die "failed to change gid to $gid (now: $(, $))" if $( != $gid; \
> $< = $> = $uid+0; \
> die "failed to
Volker Kroll wrote:
On Fri, 2003-12-12 at 00:32, Stas Bekman wrote:
Can you please try this one:
% perl -le ' \
my($uid, $gid) = (getpwnam("nobody"))[2..3]; \
$( = $) = $gid+0; \
die "failed to change gid to $gid (now: $(, $))" if $( != $gid; \
$< = $> = $uid+0; \
die "failed to c
On Fri, 2003-12-12 at 15:36, Stas Bekman wrote:
> Volker Kroll wrote:
> > On Fri, 2003-12-12 at 00:32, Stas Bekman wrote:
> >
> >>Can you please try this one:
> >>
> >> % perl -le ' \
> >>my($uid, $gid) = (getpwnam("nobody"))[2..3]; \
> >>$( = $) = $gid+0; \
> >>die "failed to change
I've just run the mp2 testsuite using the latest CVS version and got one
test failure:
=
>perl t/TEST -verbose apr/finfo.t
[...]
# Running under perl version 5.008002 for MSWin32
# Current time local: Fri Dec 12 17:36:14 2003
# Current time GMT: Fri Dec 12 17:36:14 2003
# Using Test.pm ver
hi there,
just a quick fyi, after building a new system ...
a cvs pull of modperl @ 12/11/03 15:19:24 builds just fine on
MacOSX10.3.1 + Apache 2.1.0 head (12/11/03 14:36:03) + perl 5.8.2 release
'make test' results in:
All tests successful.
Files=12, Tests=64, 22 wallcloc
OpenMacNews wrote:
> hi there,
>
> just a quick fyi, after building a new system ...
>
> a cvs pull of modperl @ 12/11/03 15:19:24 builds just fine on
>
>MacOSX10.3.1 + Apache 2.1.0 head (12/11/03 14:36:03) + perl 5.8.2
> release
>
> 'make test' results in:
>
>All tests succe
> Here is Makefile.PL from Apache-Peek, most of which should be moved to
> that module. I'm talking about functions:
>
> satisfy_mp_generation;
> satisfy_perl_generation;
> wanted_mp_generation;
>
the outer functions look ok. I'd leave satsify_perl_generation for the
users themselves, at least