#65;6800;1cRevision history for Test-MixedScripts:

v0.6.3    2025-08-03 11:54:16+01:00 Europe/London
  [Documentation]
  - Added SUPPORT section and merged BUGS into it.

  - README is now generated by Dist::Zilla::Plugin::UsefulReadme.

  - Refer users to CONTRIBUTING.md.

  [Toolchain]
  - Fixed Dist::Zilla configuration.

v0.6.2    2025-07-11 21:32:00+01:00 Europe/London
  [Bug Fixes]
  - Updated the minimum Test2::Util::DistFiles version to fix a bug handling scaffolding files.

v0.6.1    2025-07-07 20:52:38+01:00 Europe/London
  [Enhancements]
  - Use Test2::Util::DistFiles to gather files for testing.

v0.6.0    2025-07-05 12:50:00+01:00 Europe/London
  [Enhancements]
  - Allow testing for ASCII characters.

  [Tests]
  - Updated author and release tests.

v0.5.0    2025-05-22 22:30:33+01:00 Europe/London
  [Enhancements]
  - Various kinds of scripts and templates are tested by all_perl_files_scripts_ok.

  - all_perl_files_scripts_ok has been simplified to use ExtUtils::Manifest to identify files.

  [Incompatible Changes]
  - all_perl_files_scripts_ok no longer accepts a list of directories to search.

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.