Bareword "Chart::Plot::Annotated::_DataPt" not allowed while "strict subs" in use at Annotated.pm line 14.
BEGIN not safe after errors--compilation aborted at Annotated.pm line 131.
####
package Chart::Plot::Annotated;
use 5.006;
use strict;
use warnings;
use Carp;
our $VERSION = '0.01';
##################################################################
# define this class:
use base 'Chart::Plot';
use Class::MethodMaker
# the extra data well put into the Chart::Plot object
object_list => [ Chart::Plot::Annotated::_DataPt => '_AnnoData' ],
# formatting internals
get_set => [ qw [ _anno_xOffset _anno_yOffset _anno_font _anno_color ] ],
# error-reporting
get_set => [ '_problem' ];
####
Can't locate object method "new" via package "Chart::Plot::Annotated::_DataPt" (perhaps you forgot to load "Chart::Plot::Annotated::_DataPt"?) at /usr/local/lib/perl5/site_perl/5.8.6/Chart/Plot/Annotated.pm line 48.