Subject: | Package 'KiokuDB::TypeMap::Entry::DBIC::ResultSource' already declared with version '1.21', |
When installing, I get this output on my terminal:
cpanm KiokuDB::Backend::DBI
--> Working on KiokuDB::Backend::DBI
Fetching http://search.cpan.org/CPAN/authors/id/D/DO/DOY/KiokuDB-Backend-DBI-1.21.tar.gz ... OK
Configuring KiokuDB-Backend-DBI-1.21 ... OK
Building and testing KiokuDB-Backend-DBI-1.21 ... OK
Successfully installed KiokuDB-Backend-DBI-1.21
Package 'KiokuDB::TypeMap::Entry::DBIC::ResultSource' already declared with version '1.21',
ignoring subsequent declaration on line 12.
1 distribution installed
Looking in the relevant file, $VERSION is indeed specified twice. This looks like a dzil glitch (the oddball spurious and
superfluous BEGIN blocks rather give it away).