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

NAME

Sub::Contract::Compiler - Compile, enable and disable a contract

SYNOPSIS

See 'Sub::Contract'.

DESCRIPTION

Subroutine contracts defined with Sub::Contract must be compiled and enabled in order to start applying on the contractor. A contract can be enabled then disabled, or recompiled after changes. Those methods are implemented in Sub::Contract::Compiler and inherited by Sub::Contract.

API

See 'Sub::Contract'.

enable()

See 'Sub::Contract'.

disable()

See 'Sub::Contract'.

is_enabled()

See 'Sub::Contract'.

SEE ALSO

See 'Sub::Contract'.

VERSION

$Id: Compiler.pm,v 1.22 2009/06/16 12:23:58 erwan_lemonnier Exp $

AUTHOR

Erwan Lemonnier <erwan@cpan.org>

LICENSE

See Sub::Contract.