Skip Menu |

This queue is for tickets about the Layout-Manager CPAN distribution.

Report information
The Basics
Id: 60557
Status: resolved
Priority: 0/
Queue: Layout-Manager

People
Owner: Nobody in particular
Requestors: rod.taylor [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.31
Fixed in: (no value)



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."
Fixed in 0.32, thanks!