Apache2-Response-FileMerge

 view release on metacpan or  search on metacpan

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

t/htdocs/js/foo.js
t/htdocs/minimize/minimize.css
t/htdocs/minimize/minimize.js
t/htdocs/sep/foo/bar.js
t/htdocs/sep/foo.js
t/htdocs/stats/stats.js
t/htdocs/varsub/bar/baz.js
t/htdocs/varsub/foo/baz.js
t/htdocs/varsub/varsub-do.js
t/htdocs/varsub/varsub.js
t/htdocs/verify.js
t/TEST

MANIFEST  view on Meta::CPAN

t/htdocs/js/foo.js
t/htdocs/minimize/minimize.css
t/htdocs/minimize/minimize.js
t/htdocs/sep/foo/bar.js
t/htdocs/sep/foo.js
t/htdocs/stats/stats.js
t/htdocs/varsub/bar/baz.js
t/htdocs/varsub/foo/baz.js
t/htdocs/varsub/varsub-do.js
t/htdocs/varsub/varsub.js
t/htdocs/verify.js
t/TEST

t/.svn/text-base/01-apache-test.t.svn-base  view on Meta::CPAN


use strict;
use warnings;

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

plan tests => 2, \&need_lwp;
my $r = GET('/verify.js');

ok( $r->code() == 200 );
ok( $r->content() == 1 );

t/.svn/text-base/07-stats.t.svn-base  view on Meta::CPAN


use strict;
use warnings;

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

plan tests => 4, \&need_lwp;

my $r = GET('verify.js');
ok( $r->code() == 200 );
ok( $r->content() !~ /\/\*.*mtime.*\*\//sg );

$r = GET('/stats/stats.js');
ok( $r->code() == 200 );
ok( $r->content() =~ /\/\*.*mtime.*\*\//sg );

t/.svn/text-base/15-append_inc_name.t.svn-base  view on Meta::CPAN


use strict;
use warnings;

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

plan tests => 6, \&need_lwp;

my $r = GET('verify.js');
ok( $r->code() == 200 );

$r = GET('/stats/stats.js');
ok( $r->code() == 200 );
ok( $r->content() =~ /\/\*.*mtime.*\*\//sg );
ok( $r->content() !~ /\/\*.*Append: 1.*\*\//sg );

$r = GET('/inc/inc.js');
ok( $r->code() == 200 );
ok( $r->content() =~ /\/\*.*Append: 1.*\*\//sg );

t/01-apache-test.t  view on Meta::CPAN


use strict;
use warnings;

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

plan tests => 2, \&need_lwp;
my $r = GET('/verify.js');

ok( $r->code() == 200 );
ok( $r->content() == 1 );

t/07-stats.t  view on Meta::CPAN


use strict;
use warnings;

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

plan tests => 4, \&need_lwp;

my $r = GET('verify.js');
ok( $r->code() == 200 );
ok( $r->content() !~ /\/\*.*mtime.*\*\//sg );

$r = GET('/stats/stats.js');
ok( $r->code() == 200 );
ok( $r->content() =~ /\/\*.*mtime.*\*\//sg );

t/15-append_inc_name.t  view on Meta::CPAN


use strict;
use warnings;

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

plan tests => 6, \&need_lwp;

my $r = GET('verify.js');
ok( $r->code() == 200 );

$r = GET('/stats/stats.js');
ok( $r->code() == 200 );
ok( $r->content() =~ /\/\*.*mtime.*\*\//sg );
ok( $r->content() !~ /\/\*.*Append: 1.*\*\//sg );

$r = GET('/inc/inc.js');
ok( $r->code() == 200 );
ok( $r->content() =~ /\/\*.*Append: 1.*\*\//sg );

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









6cb0c5f4-184e-4db7-8f8e-78772d9c4ea3

verify.js
file




2010-05-25T17:23:32.000000Z
b026324c6904b2a9cb4b88d6d61c81d1
2008-12-23T07:06:02.523156Z
20
trevor



( run in 0.557 second using v1.01-cache-2.11-cpan-5467b0d2c73 )