Apache-CookieToQuery
view release on metacpan or search on metacpan
# t/01_ini.t; just to load Apache::CookieToQuery by using it
$|++;
print "1..1
";
my($test) = 1;
# 1 load
use Apache::CookieToQuery;
my($loaded) = 1;
$loaded ? print "ok $test
" : print "not ok $test
";
$test++;
# end of t/01_ini.t
( run in 0.637 second using v1.01-cache-2.11-cpan-39bf76dae61 )