Skip to content

Commit

Permalink
Merge pull request #5 from neilbowers/master
Browse files Browse the repository at this point in the history
Minor documentation improvements
  • Loading branch information
moznion committed Dec 16, 2014
2 parents 4639c64 + 7531f11 commit c6df938
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Revision history for Perl extension Test-Synopsis-Expectation

{{$NEXT}}

- 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
Expand Down
18 changes: 15 additions & 3 deletions lib/Test/Synopsis/Expectation.pm
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ __END__
=head1 NAME
Test::Synopsis::Expectation - Test SYNOPSIS code with expectations
Test::Synopsis::Expectation - Test that SYNOPSIS code produces expected results
=head1 SYNOPSIS
Expand Down Expand Up @@ -200,8 +200,9 @@ Following, SYNOPSIS of F<eg/sample.pod>
=head1 DESCRIPTION
Test::Synopsis::Expectation is the test module to test the SYNOPSIS code with expectations.
This module can check the SYNOPSIS is valid syntax or not, and tests whether the result is suitable for expected.
This module checks that a module's SYNOPSIS section is syntactically correct,
and will also check that it produces the expected results,
based on annotations you add in comments.
=head1 FUNCTIONS
Expand Down Expand Up @@ -393,6 +394,17 @@ Thus, following code is runnable.
...
$foo = 1; # => 1
=head1 SEE ALSO
L<Test::Synopsis> - simpler module, which just checks the syntax of your SYNOPSIS section.
L<Dist::Zilla::Plugin::Test::Synopsis> - a plugin for L<Dist::Zilla> users, which adds a release test
to your distribution, based on L<Test::Synopsis>.
=head1 REPOSITORY
L<https://github.com/moznion/Test-Synopsis-Expectation>
=head1 LICENSE
Copyright (C) moznion.
Expand Down

0 comments on commit c6df938

Please sign in to comment.