The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Dist-Zilla-Plugin-Test-UnusedVars

2.001001  2023-05-17 02:46:03Z
  - no longer run the test in tests, removing the need for Test::Vars to be
    installed until the generated distribution is tested

2.001000  2023-04-29 15:23:20Z
  - use the 'deprecated' warning category to issue the warning in
    [UnusedVarsTests]
  - unconditionally use Test::Vars in the test, and inject a prereq into
    develop-requires

2.000007  2015-01-22
  - Remove requirement for Moose::Autobox in tests [kentnl, GH #6]

2.000006  2014-04-29
  - Allow specifying a list of files to test manually

2.000005  2013-08-03
  - Don't shoot yourself in the foot when testing [kentnl, GH #4]

2.000004  2013-04-09
  - Test only for our own deprecation warnings

2.000003  2012-06-08
  - Use a traditional decimal version [dolmen, GH #2]

v2.0.2    2012-05-21
  - Declare Dist::Zilla dependency
  - Use a strict version number [dolmen, GH #2]

2.0.1     2011-09-07
  - Packaging updates

v2.0.0    2011-09-07
  - Rename to Dist::Zilla::Plugin::Test::UnusedVars

1.100860  2010-03-27 23:36:51 Europe/Vienna
  - original version