How about this patch?

Index: t/filter/TestFilter/out_bbs_filebucket.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/out_bbs_filebucket.pm,v
retrieving revision 1.3
diff -u -r1.3 out_bbs_filebucket.pm
--- t/filter/TestFilter/out_bbs_filebucket.pm 15 Aug 2004 07:55:52 -0000 1.3
+++ t/filter/TestFilter/out_bbs_filebucket.pm 19 Aug 2004 00:46:56 -0000
@@ -37,6 +37,7 @@
my $nb = APR::Bucket->new(uc $data);
$b->insert_before($nb);
$b->remove;
+ $b = $nb;
}
}



-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to