File: Changes

package info (click to toggle)
libtest-synopsis-expectation-perl 0.12-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 216 kB
  • sloc: perl: 303; makefile: 2; sh: 1
file content (37 lines) | stat: -rw-r--r-- 873 bytes parent folder | download
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
Revision history for Perl extension Test-Synopsis-Expectation

0.12 2014-12-16T02:27:25Z

    - Added SEE ALSO section, with links to Test::Synopsis,
      and the Dist::Zilla plugin based on it.
    - Improved the wording of the abstract
      and first paragraph of the DESCRIPTION section of the doc.
    - Added github repo to doc

0.11 2014-01-02T17:03:39Z

    - Add `success` notation

0.10 2013-12-31T08:25:12Z

    - Add notations to ignore testing

0.04 2013-12-28T04:38:59Z

    - Show line number and filename on each test cases

0.03 2013-12-19T16:24:36Z

    - Fix some tests

0.02 2013-12-19T15:44:22Z

    - Add checking syntax of synopsis code
    - Support SYNOPSIS that has multi part codes
    - Change so that it is not necessary to use Test::More in each tests
    - Change backend tokenizer to PPI

0.01 2013-12-16T10:06:03Z

    - original version