in reply to
Strange Class::Accessor::Chained::Fast error
Data::Page
is a prereq of
Data::Pageset
. Line 6 should be
use Data::Pageset;
. Both modules require
Class::Accessor::Chained::Fast
, so you might need to install that.
Comment on
Re: Strange Class::Accessor::Chained::Fast error
Download
Code
Replies are listed 'Best First'.
Re^2: Strange Class::Accessor::Chained::Fast error
by
Gangabass
(Vicar)
on Jan 02, 2012 at 07:25 UTC
Yes, i have Class::Accessor::Chained::Fast installed (checked it with
cpan
). But i don't understand what you mean by
Line 6 should be use Data::Pageset;
Because line 6 is from Data::Pageset...
[reply]
[d/l]
In Section
Seekers of Perl Wisdom