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

NAME

Mango::Checkout::Stash - Mango class to pass data between plugins

SYNOPSIS

    my $checkout = Mango::Checkout->new;
    $checkout->stash->{'DISABLE_FOO'} = 1;
    $checkout->process;

DESCRIPTION

Mango::Checkout::Stash holds and data plugins need to store and pass around to each other between calls to process.

SEE ALSO

Handel::Checkout::Stash

AUTHOR

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/