Subject: | Broken META.yml |
The META.yml for 0.13 has these problems.
1. build_depends/requires do not coincide with those listed in Makefile.PL
2. configure_requires specifies Module::Build, which is incorrect as the dist now uses EUMM w/ MI
3. "provides" lists that it ships version 0.12 of Catalyst::Plugin::Session::State::Stash
4. specified version is 0.12
In short, the META.yml is the same as it was in the previous release, prior to the entire dist being overhauled, moved to Module::Install and Moose.
1. build_depends/requires do not coincide with those listed in Makefile.PL
2. configure_requires specifies Module::Build, which is incorrect as the dist now uses EUMM w/ MI
3. "provides" lists that it ships version 0.12 of Catalyst::Plugin::Session::State::Stash
4. specified version is 0.12
In short, the META.yml is the same as it was in the previous release, prior to the entire dist being overhauled, moved to Module::Install and Moose.