Revision history for Test-MixedScripts:
v0.4.0 2025-05-20 19:52:09+01:00 Europe/London
[Enhancements]
- Test failure diagnostics show the name of the character.
[Bug Fixes]
- Ignores "tmp" directory inside the repo.
[Documentation]
- Documented a known issue with Pod::Weaver.
- Documented a known issue with same script confusables.
- Updated SYNOPSIS.
- Added related modules to the SEE ALSO section.
v0.3.0 2025-05-19 10:50:51+01:00 Europe/London
[Enhancements]
- Added POD directives to change the expected Unicode scripts for longer blocks of code.
- The tests will die if an unknown script is passed to the configuration.
[Documentation]
- Document failure messages.
- Fixed typos.
v0.2.2 2025-05-18 17:46:13+01:00 Europe/London
[Documentation]
- Document a workaround for the POD issues.
v0.2.1 2025-05-18 17:30:00+01:00 Europe/London
[Enhancements]
- The test failure diagnostics indicate what file failed.
[Documentation]
- Fixed typos.
- Updated DESCRIPTION with an example as to what this is used for
and why it is important.
- Documented a known limitation for POD.
v0.2.0 2025-05-17 23:25:18+01:00 Europe/London
[Enhancements]
- all_perl_file_scripts_ok will check XS-related files
(.xs, .c and .h suffixes).
[Bug Fixes]
- Bumped minimum Perl version to v5.16, since the Unicode Script_Extensions
property this module checks is not available in earlier Perl versions.
v0.1.1 2025-05-17 14:15:48+01:00 Europe/London
[Bug Fixes]
- Specified a minimum version of Test2::API.
[Security]
- Updated minimum build requirements.
[Tests]
- Added more author tests.
v0.1.0 2025-05-16 22:32:37+01:00 Europe/London
- Initial version.