forked from evdb/Test-PerlTidy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGES
38 lines (23 loc) · 1.17 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
CHANGES
20130104 - Fix test errors caused by Perl::Tidy::perltidy v20121207
no longer vertically aligning "=~". Test::PerlTidy now
requires Perl::Tidy::perltidy >= v20121207.
20120621 - Fix errors caused by Perl::Tidy::perltidy now disallowing
a scalar reference as the "stderr" option.
20120621 - Some cleanup:
1) MANIFEST was missing t/_perltidyrc.txt
2) Updated build instructions in README
3) Updated .gitignore
20110323 - Add dependency on "parent" for CPANTESTERS
20110320 - Resolve several open bugs and feature requests:
1) Allow specifying top-level path to start search for files to test
(instead of always using ".").
2) Allow specifying a perltidyrc file to test against.
3) Allow specifying files or directories to exclude from testing.
4) Fix so distribution passes its own tidyness tests.
20080429 - A file is tidy wrt a version of Perl::Tidy
(even Test::PerlTidy fell prey to this subtle issue)
20070903 - Added File::Finder as a prereq
Changed the META.yml file to be valid YAML
Added a CHANGES file
20070911 - Changed to Makefile.PL to try to make build more reliable