Apache-LangPrefCookie

 view release on metacpan or  search on metacpan

t/TEST.PL  view on Meta::CPAN

#!perl
  
use strict;
use warnings FATAL => 'all';
  
use lib qw(lib);
  
use Apache::TestRunPerl ();
  
Apache::TestRunPerl->new->run(@ARGV);

t/conf/startup.pl.in  view on Meta::CPAN

# $Id: startup.pl,v 1.5 2005/08/10 08:20:57 c10232 Exp $ -*-perl-*- 
use strict;

use lib("@ServerRoot@/../lib");
use Apache::Request;
use Apache::LangPrefCookie ();

1;



( run in 0.243 second using v1.01-cache-2.11-cpan-87723dcf8b7 )