The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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