Release v0.072
A lot of little fixes in this release, mostly to the Statocles project build/release process. But one important one: The version of Path::Tiny we rely on is now updated to fix an issue with relative paths.
Also, the Statocles::Test module is mostly deprecated so that you don't need to have test modules installed on your machine for runtime purposes. This makes it easier to move Statocles around.
Full changelog below.
- Add META.json to release
- deprecate Statocles::Test::test_pages
- copy test_pages from Statocles::Test to t/lib/My/Test.pm
- Deprecate Statocles::Test::test_constructor
- Copy test_constructor to lib/My/Test.pm
- Reimplement test_constructor in TB Calls preparing for deprecation
- Rewrite test_pages in Test::Builder calls preparing for deprecation
- Rewrite tests to use Test::Lib + My::Test
- Add a library "My/Test" in t/lib that replaces Statocles::Base 'Test'
- Deprecate Statocles::Base 'Test'
- update Path::Tiny version (#476)
- Inject README.mdkn exclusively in the source tree
- Replace ReadmeMarkdownFromPod with ReadmeAnyFromPod
- Munge README.mkdn in SRC after copying, instead of in CPAN before copying
- Replace ReadmeFromPod With Readme::Brief
- Remove instructions to copy CPAN/README to SRC/README
- Remove DZP:Readme from basic bundle
- Add -SingleEncoding to weaver.ini