[Dbix-class] Base class package "Class::Accessor::Chained::Fast"
is empty
Peter Rabbitson
rabbit+dbic at rabbit.us
Fri Feb 11 09:41:30 GMT 2011
Wo Weiyan wrote:
> Follow the tutor created first app
> perl insertdb.pl
>
> Get this error message:
> Base class package "Class::Accessor::Chained::Fast" is empty.....
>
> Just installed the latest version of DBIx::Class from cpan
> I am running windows xp
Try this:
perl -MData::Page -e '1'
If it fails this means that something broke your Data::Page
installation - the module is there, but its dependencies are
not (Data::Page is a dependency of DBIx::Class::ResultSet)
More information about the DBIx-Class
mailing list