Catalyst-Plugin-Cache-HTTP-Preempt

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

---
abstract: 'preemptive HTTP cache control'
author:
  - 'Interactive Information, Ltd C<< <cpan at interactive.co.uk> >>'
build_requires:
  Catalyst::Runtime: 0
  DateTime::Format::HTTP: 0
  Digest::MD5: 0
  ExtUtils::MakeMaker: 6.59
  FindBin: 0
  HTTP::Request::Common: 0
  Test::More: 0.88
  Test::WWW::Mechanize::Catalyst: 0
  URI: 0
  ok: 0
configure_requires:
  ExtUtils::MakeMaker: 6.59
distribution_type: module
dynamic_config: 1
generated_by: 'Module::Install version 1.06'
license: artistic

MYMETA.json  view on Meta::CPAN

      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "Catalyst::Runtime" : "0",
            "DateTime::Format::HTTP" : "0",
            "Digest::MD5" : "0",
            "ExtUtils::MakeMaker" : "6.59",
            "FindBin" : "0",
            "HTTP::Request::Common" : "0",
            "Test::More" : "0.88",
            "Test::WWW::Mechanize::Catalyst" : "0",
            "URI" : "0",
            "ok" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.59"
         }

MYMETA.yml  view on Meta::CPAN

---
abstract: 'preemptive HTTP cache control'
author:
  - 'Interactive Information, Ltd C<< <cpan at interactive.co.uk> >>'
build_requires:
  Catalyst::Runtime: 0
  DateTime::Format::HTTP: 0
  Digest::MD5: 0
  ExtUtils::MakeMaker: 6.59
  FindBin: 0
  HTTP::Request::Common: 0
  Test::More: 0.88
  Test::WWW::Mechanize::Catalyst: 0
  URI: 0
  ok: 0
configure_requires:
  ExtUtils::MakeMaker: 6.59
dynamic_config: 0
generated_by: 'Module::Install version 1.06, CPAN::Meta::Converter version 2.120921'
license: artistic
meta-spec:

Makefile.PL  view on Meta::CPAN

requires 'Moose::Role';
requires 'Readonly';
requires 'version' => 0.77;

recommends 'Readonly::XS';

test_requires 'Catalyst::Runtime';
test_requires 'DateTime::Format::HTTP';
test_requires 'Digest::MD5';
test_requires 'FindBin';
test_requires 'HTTP::Request::Common';
test_requires 'ok';
test_requires 'Test::WWW::Mechanize::Catalyst';
test_requires 'Test::More' => '0.88';
test_requires 'URI';

tests_recursive 't';

# resources repository => 'git://somewhere.com/myproject.git';

# If inc/.author directory exists...

t/20-live-if-match.t  view on Meta::CPAN

#!/usr/bin/env perl

# Test the If-Modified-Since header

use strict;
use warnings;

use DateTime;
use DateTime::Format::HTTP;
use HTTP::Request::Common;
use HTTP::Status qw( :constants );
use URI;

use Test::More;

# setup library path
use FindBin qw($Bin);
use lib "$Bin/lib";

# make sure testapp works

t/30-live-if-unmodified-since.t  view on Meta::CPAN

#!/usr/bin/env perl

# Test the If-Modified-Since header

use strict;
use warnings;

use DateTime;
use DateTime::Format::HTTP;
use HTTP::Request::Common;
use HTTP::Status qw( :constants );
use URI;

use Test::More;

# setup library path
use FindBin qw($Bin);
use lib "$Bin/lib";

# make sure testapp works

t/40-live-if-none-match.t  view on Meta::CPAN

#!/usr/bin/env perl

# Test the If-Modified-Since header

use strict;
use warnings;

use DateTime;
use DateTime::Format::HTTP;
use HTTP::Request::Common;
use HTTP::Status qw( :constants );
use URI;

use Test::More;

# setup library path
use FindBin qw($Bin);
use lib "$Bin/lib";

# make sure testapp works

t/50-live-if-modified-since.t  view on Meta::CPAN

#!/usr/bin/env perl

# Test the If-Modified-Since header

use strict;
use warnings;

use DateTime;
use DateTime::Format::HTTP;
use HTTP::Request::Common;
use HTTP::Status qw( :constants );
use URI;

use Test::More;

# setup library path
use FindBin qw($Bin);
use lib "$Bin/lib";

# make sure testapp works



( run in 0.348 second using v1.01-cache-2.11-cpan-de7293f3b23 )