Changelog formatting
[catagits/Test-EOL.git] / Changes
1 Revision history for Test-EOL
2
3     - Use binmode :raw for input/output. Solves win32 translating the
4       \r\n character into \n's silently during input (Kent Fredric).
5     - Add an ( currently undocumeted ) all_reasons option to show
6       every line that is broken (Kent Fredric).
7     - Add visualising of invisible characters that match the regex
8       (Kent Fredric).
9
10 0.7  2010-03-03
11     - Deal correctly with -I includes paths that include spaces in the
12       tests to stop them unexpectedly failing.
13     - Remove shelling out to the system rm command in the tests
14       to avoid nasty warnings on Win32.
15     - Remove warning from test diagnostics
16
17 0.6  2010-01-19
18      - I'm so bad at this!  Fix another logic error that made all files fail
19        when using trailing_whitespace option (fREW)
20
21 0.5  2010-01-19
22      - Fix logic fail that made all filenames the same if a user uses the
23        trailing_whitespace option (fREW)
24
25 0.4  2010-01-19
26      - Add checks for trailing whitespace (fREW)
27
28 0.3  2009-07-18
29      - Fix File::Find regex which I had broken.
30
31 0.2  2009-07-17
32      - Pod corrections pointed out by daxim in #moose
33
34 0.1  2009-07-15
35      - Module created and released on an unsuspecting world.
36