Subject: | Modern package declaration used |
The test suite seems to modern package declarations, which is causing failures with perl 5.12:
...
Invalid version format (non-numeric data) at (eval 6) line 1, near "package MyApp::Schema::Result::Artist "
syntax error at (eval 6) line 2, near "package MyApp::Schema::Result::Artist {
"
BEGIN failed--compilation aborted at t/unique_constraints.t line 36.
t/unique_constraints.t ...
...
Also, the minimum perl version is set to 5.10.2, a version which does not exist. Did you mean 5.10.1?