The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MetaCPAN::Role::Fastly::Catalyst - Methods for catalyst fastly API intergration

SYNOPSIS

  use Catalyst qw/
    +MetaCPAN::Role::Fastly::Catalyst
    /;

DESCRIPTION

This role includes CatalystX::Fastly::Role::Response and MetaCPAN::Role::Fastly and therefor MooseX::Fastly::Role.

Before finalize this will add the content type as surrogate keys and perform a purge of anything added to the purge list. The headers are actually added by CatalystX::Fastly::Role::Response

$c->add_author_key('Ether');

See "purge_author_key" in MetaCPAN::Role::Fastly

$c->add_dist_key('Moose');

See "purge_dist_key" in MetaCPAN::Role::Fastly