Re: PATCH Apache::Status.pm

2002-11-28 Thread Stas Bekman
Dan Sully wrote: This makes the syntax tree dump work for Apache::Status --- lib/Apache/Status.pm.orig Tue May 28 09:33:28 2002 +++ lib/Apache/Status.pm Tue Sep 24 12:09:56 2002 @@ -345,6 +345,7 @@ sub noh_b_terse { my $r = shift; +return unless eval { require B::Terse }; Thanks

PATCH Apache::Status.pm

2002-09-24 Thread Dan Sully
This makes the syntax tree dump work for Apache::Status --- lib/Apache/Status.pm.orig Tue May 28 09:33:28 2002 +++ lib/Apache/Status.pmTue Sep 24 12:09:56 2002 -345,6 +345,7 sub noh_b_terse { my $r = shift; +return unless eval { require B::Terse };