Release history for Test-CPAN-Changes-ReallyStrict
0.2.0 2013-12-30T03:31:25Z
[00 Major]
- Internals overhauled into a more logical object per-file.
- Test::MockObject logic eliminated.
[Dependencies::Noteworthy]
- Class::Tiny⁺
- Try::Tiny⁺
- Test::MockObject¯
- perl → 5.008
[Dependencies::Stats]
- Dependencies changed since 0.1.6, see Changes.deps{,.all,.dev} for
details
- develop: ↑1
- runtime: +3 ↑1
- test: +1 -1
0.1.6 2013-12-29T06:57:51Z
[Bugfix]
- Attempt to fix tests failing on recent CPAN::Changes
[Dependencies::Noteworthy]
- CPAN::Changes 0.27 mininum
- Newer Module::Build and Test::More
[Dependencies::Stats]
- Dependencies changed since 0.1.5, see Changes.deps{,.all,.dev} for
details
- build: ↑1
- configure: ↑1
- develop: +45 -3
- runtime: ↑1 ↓1
- test: ↑1 -2
[Test]
- Use Test::Compile::PerFile
0.1.5 2013-04-09T02:57:17Z
- Maintenance release for MB 0.4004
[Dependencies::Noteworthy]
- Module::Build 0.3601 → 0.4004
- Test::More 0.96 → 0.98
[Dependencies::Stats]
- Dependencies changed since 0.1.4, see Changes.deps{,.all,.dev} for
details
- build: ↑1
- configure: ↑1
- develop: +5 ↑2
- test: ↑1
[Documentation]
- Update Copyright year
- Add README.mkdn
[Meta]
- bug tracker to github
[Packaging]
- utilise test_requires in Module::Build
0.1.4 2012-02-03T03:51:16Z
- Maintenance Release
[Dependencies::Stats]
- Dependencies changed since 0.1.3, see Changes.deps{,.all,.dev} for
details
- develop: ↑1
- runtime: +3
- test: -1
[Internals]
- name-spaces provide $AUTHORITY
- $VERSION moved out of BEGIN
[Packaging]
- Update LICENSE ( Year, Indentation, Address )
- Move extra tests to xt/
- GIT urls moved to https://
- export x_authority
0.1.3 2011-04-24T13:37:34Z
- No changes, just this time hopefully the twitter plugin will work
because I actually have LWP::Protocol::https installed.
0.1.2 2011-04-24T13:33:38Z
[Dependencies::Noteworthy]
- Depend on CPAN::Changes Version 0.17 which contains the surplus
whitespace fix.
[Dependencies::Stats]
- Dependencies changed since 0.1.1, see Changes.deps{,.all,.dev} for
details
- runtime: ↑1
[Internals]
- Redundant code that handled <=0.14 versions removed as 0.17 is now a
mandatory pre-requisite.
[Tests]
- Updated NEXT token extra whitespace test to adapt to changes in
CPAN::Changes 0.17
[Utils::Internals]
- normalize.pl now uses CPAN::Changes 0.17 instead of hacking the output
manually.
0.1.1 2011-04-17T00:38:07Z
[BugFix]
- Depend on CPAN::Changes version 0.16 which exposes the regex we consume.
[Dependencies::Noteworthy]
- CPAN::Changes now version 0.16 ( 0.160.0 )
[Dependencies::Stats]
- Dependencies changed since 0.1.0, see Changes.deps{,.all,.dev} for
details
- runtime: ↑1
[Features]
- Add utils for migrating/tidying Changes files. zuluize.pl
de-dist-zilla-izes it, and normalize runs it through CPAN::Changes to
tidy it, both reading Changes and writing Changes.out
0.1.0 2011-04-13T20:36:43Z
- First version.
- Does Self-Testing for now with a hard-coded example script.