NAME

Rhetoric::Widgets - a widget management object

SYNOPSIS

use aliased 'Squatting::H';
use Rhetoric::Widgets;
my $blog = H->new;
$blog->extend($Rhetoric::Storage::File::storage);
$blog->extend($Rhetoric::Widgets::widget);

DESCRIPTION

This package contains a $widgets package variable that contains an object for widget management. It's intended to be merged in with one of the storage objects in order to create a blog object.