Revision history for App-perlvars

0.000008  2026-09-19 02:00:35Z
    - Support linting package-less files, e.g. .t and .pl scripts, by wrapping
      them in a synthetic package. This is opt-in via the new --scripts flag
      (lint_scripts constructor argument). A package-less file that opts out at
      compile time (e.g. "use Test::More skip_all => ...") or that is not valid
      UTF-8 is now skipped or analyzed cleanly instead of crashing (GH#40)
      (Olaf Alders)

0.000007  2026-09-15 20:55:39Z
    - Add a --version flag to perlvars (GH#38) (Olaf Alders)

0.000006  2024-09-16 16:33:54Z
    - Revert obviated portions of PR #12 (GH#18) (Håkon Hægland)

0.000005  2024-04-30 23:26:40Z
    - Temporarily fix test failures for perl > 5.37.3 (GH#12) (Håkon Hægland)

0.000004  2022-02-24 17:42:56Z
    - Don't index test-data directory

0.000003  2022-02-24 17:13:40Z
    - Document more clearly the limitations of Test::Vars

0.000002  2022-02-18 20:19:40Z
    - Bump minimum version of Test::Script to 1.29 (GH#2) (Olaf Alders)

0.000001  2022-02-17 23:33:53Z
    - Initial release.
