# $Id: /local/CPAN/Mango/lib/Mango/Checkout/Stash.pm 1644 2008-06-02T01:46:53.055259Z claco $ package Mango::Checkout::Stash; use strict; use warnings; BEGIN { use base 'Handel::Checkout::Stash'; } 1; __END__ =head1 NAME Mango::Checkout::Stash - Mango class to pass data between plugins =head1 SYNOPSIS my $checkout = Mango::Checkout->new; $checkout->stash->{'DISABLE_FOO'} = 1; $checkout->process; =head1 DESCRIPTION Mango::Checkout::Stash holds and data plugins need to store and pass around to each other between calls to process. =head1 SEE ALSO L =head1 AUTHOR Christopher H. Laco CPAN ID: CLACO claco@chrislaco.com http://today.icantfocus.com/blog/