Subject: | Documentation Issue |
Layout::Manager::Absolute docs indicate that calls to add_component
should work but this module does not have that function available for use.
my $subtitle = Graphics::Primitive::TextBox->new();
$subtitle->text("Closed Sale Prices for 1 bedroom units");
Layout::Manager::Absolute->new()->add_component($subtitle);
Caught exception in
SK::Catalyst::TOCondoChart::Controller::GraphPage->graph_image "Can't
locate object method "add_component" via package
"Layout::Manager::Absolute" at
/Users/rbt/sk/SK-Catalyst-TOCondoChart/script/../lib/SK/Catalyst/TOCondoChart/Controller/GraphPage.pm
line 291."