Apache2-Response-FileMerge

 view release on metacpan or  search on metacpan

.svn/text-base/MANIFEST.svn-base  view on Meta::CPAN

lib/Apache2/Response/FileMerge.pm
Makefile.PL
MANIFEST
META.yml
README
t/01-apache-test.t
t/02-js_merge-uri.t
t/03-js_merge-include.t
t/04-css_merge-uri.t
t/05-css_merge-include.t
t/06-404.t
t/07-stats.t
t/08-js_minimize.t
t/09-css_minimize.t
t/10-cache.t
t/114-variable_substitution.t
t/12-mp2.t
t/13-file_separator.t
t/14-document_root.t
t/15-append_inc_name.t
t/99-compress.t

MANIFEST  view on Meta::CPAN

lib/Apache2/Response/FileMerge.pm
Makefile.PL
MANIFEST
META.yml
README
t/01-apache-test.t
t/02-js_merge-uri.t
t/03-js_merge-include.t
t/04-css_merge-uri.t
t/05-css_merge-include.t
t/06-404.t
t/07-stats.t
t/08-js_minimize.t
t/09-css_minimize.t
t/10-cache.t
t/114-variable_substitution.t
t/12-mp2.t
t/13-file_separator.t
t/14-document_root.t
t/15-append_inc_name.t
t/99-compress.t

t/.svn/entries  view on Meta::CPAN





2010-11-29T20:27:29.000000Z
7d95f28f0544c1c14f9cb025888ecb58
2008-12-30T20:48:19.017264Z
31
trevor

06-404.t
file




2010-11-29T20:27:29.000000Z
cc4c4dc0da1d216382bcc65267ac5471
2008-12-23T07:06:02.523156Z
20
trevor

t/.svn/text-base/06-404.t.svn-base  view on Meta::CPAN

use strict;
use warnings;

use Apache::Test;
use Apache::TestRequest;
use Apache::TestUtil;

plan tests => 1, \&need_lwp;
my $r = GET('/css/thatonejustainthere.css');

ok( $r->code() == 404 );

t/06-404.t  view on Meta::CPAN

use strict;
use warnings;

use Apache::Test;
use Apache::TestRequest;
use Apache::TestUtil;

plan tests => 1, \&need_lwp;
my $r = GET('/css/thatonejustainthere.css');

ok( $r->code() == 404 );



( run in 1.505 second using v1.01-cache-2.11-cpan-39bf76dae61 )