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.

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...