File: Changes

package info (click to toggle)
libtest-tabs-perl 0.005-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: perl: 176; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,099 bytes parent folder | download | duplicates (5)
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
39
40
41
42
Test-Tabs
=========

Created:      2012-09-20
Home page:    <https://metacpan.org/release/Test-Tabs>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=Test-Tabs>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.005	2014-09-16

 [ Test Suite ]
 - Fix test case so it no longer attempts to test our own Makefile.PL
   (which has a space-indented portion).

 [ Packaging ]
 - Add repo link.

0.004	2014-09-10

 [ Packaging ]
 - Switch to Dist::Inkt.

0.003	2013-05-24

 [ Bug Fixes ]
 - Properly report the line number of test failures.

 [ Other ]
 - Added: Also test files named *.psgi.
 - Added: Implement `## no Test::Tabs` and `## use Test::Tabs` comments to
   ignore whitespace rules for a block of lines.
 - Added: Implement `## skip Test::Tabs` to skip whitespace tests for a
   file.
 - Added: Implement `##WS` comment to ignore whitespace rules for one line.
 - Report all whitespace problems in a file; not just the first.

0.002	2012-09-26

 - Allow lines to jump *down* indent, as this is occasionlly useful for
   statement modifiers.

0.001	2012-09-20	Initial release