NAME
Doc::Perlish::Data::Chill - Convert Perl data structures to Perldoc
SYNOPSIS
use Doc::Perlish::Data::Chill;
my $chiller = Doc::Perlish::Data::Chill->new();
$chiller->receiver(Doc::Perlish->new());
$chiller->source($object);
# note: send_one() will just send_all()
$chiller->send_all();