Revision history for Dist-Zilla-Plugin-Test-MixedScripts:
v0.2.3 2025-08-16 11:39:14+01:00 Europe/London
[Enhancements]
- Internal code improvements.
[Tests]
- Use Dumper instead of explain for test diagnostics.
- Add more author tests.
- Cleaned up cut-and-paste from other tests.
v0.2.2 2025-08-08 14:09:20+01:00 Europe/London
[Enhancements]
- Internal code improvements.
[Bug Fixes]
- Fixed the `exclude` attribute.
- The `scripts` are sorted to ensure consistently generated test scripts.
[Tests]
- Added more tests.
- Internal code improvements.
v0.2.1 2025-08-07 16:48:15+01:00 Europe/London
[Enhancements]
- Internal code improvements.
[Documentation]
- Updated SUPPORT section to be consistent with minimum Perl version.
[Tests]
- Fix issues with author test configuration.
- Added more author tests.
v0.2.0 2025-08-06 17:02:57+01:00 Europe/London
[Incompatible Changes]
- Increased the minimum Perl version to v5.20, since that is what Dist::Zilla now requires.
[Documentation]
- Fixed errors in README.
- Removed separate INSTALL file.
- Updated SYNOPSIS.
[Tests]
- Moved author tests into the xt directory.
[Toolchain]
- Undid some changes to Dist::Zilla configuration.
- Set up GitHub workflow for testing.
- Ensure local-lib is not included in distribution.
v0.1.5 2025-08-01 15:44:57+01:00 Europe/London
[Documentation]
- Added overlooked credit to Changes.
- README is generated using Dist::Zilla::Plugin::UsefulReadmme.
- Added a SYNOPSIS.
[Toolchain]
- Fixed Dist::Zilla configuration. (@haarg)
v0.1.4 2025-07-25 09:16:56+01:00 Europe/London
[Documentation]
- Fixed minor typos.
- Improved POD formatting (GH#4 @haarg)
[Tests]
- Use Test2 instead of Test::More for the generated tests. (GH#3 @haarg)
- Added missing perlcritic.rc for author tests. (GH#2)
- Add POD spelling tests.
[Toolchain]
- Fixed Dist::Zilla configuration. (GH#1, GH#5 @haarg and @ether)
v0.1.3 2025-07-24 23:31:35+01:00 Europe/London
[Documentation]
- Added a SUPPORT section and merged BUGS into it.
[Bug Fixes]
- Bumped the minimum version of Test::MixedScripts to v0.3.0.
v0.1.2 2025-05-18 17:53:02+01:00 Europe/London
[Documentation]
- Discussed a known issue and workaround for XS files
- Updated DESCRIPTION with an example as to what this is used for
and why it is important.
v0.1.1 2025-05-18 15:38:07+01:00 Europe/London
[Bug Fixes]
- Fixed the test prerequisites.
v0.1.0 2025-05-18 11:53:04+01:00 Europe/London
- Initial version.