Author: stas Date: Thu Dec 9 16:25:30 2004 New Revision: 111452 URL: http://svn.apache.org/viewcvs?view=rev&rev=111452 Log: simple SizeLimit test of loading
Modified: perl/modperl/trunk/t/conf/modperl_extra.pl Modified: perl/modperl/trunk/t/conf/modperl_extra.pl Url: http://svn.apache.org/viewcvs/perl/modperl/trunk/t/conf/modperl_extra.pl?view=diff&rev=111452&p1=perl/modperl/trunk/t/conf/modperl_extra.pl&r1=111451&p2=perl/modperl/trunk/t/conf/modperl_extra.pl&r2=111452 ============================================================================== --- perl/modperl/trunk/t/conf/modperl_extra.pl (original) +++ perl/modperl/trunk/t/conf/modperl_extra.pl Thu Dec 9 16:25:30 2004 @@ -21,6 +21,10 @@ use ModPerl::Util (); #for CORE::GLOBAL::exit +# would be nice to write a real test, but for now just see that we can +# load it: +use Apache::SizeLimit (); + use Apache::Const -compile => ':common'; use APR::Const -compile => ':common';