Skip to content

Commit

Permalink
Keep descriptions to a single line.
Browse files Browse the repository at this point in the history
This stops the PodVersion dzil plugin from producing invalid pod.
  • Loading branch information
pjcj committed Aug 4, 2012
1 parent 7a67fab commit 92c50d8
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 17 deletions.
3 changes: 1 addition & 2 deletions lib/Devel/Cover/Report/Compilation.pm
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ __END__
=head1 NAME
Devel::Cover::Report::Compilation - Backend for reporting of coverage
statistics in a format like Perl compilation
Devel::Cover::Report::Compilation - backend for Devel::Cover
=head1 SYNOPSIS
Expand Down
3 changes: 1 addition & 2 deletions lib/Devel/Cover/Report/Html.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ __END__
=head1 NAME
Devel::Cover::Report::Html - Backend for HTML reporting of coverage
statistics
Devel::Cover::Report::Html - HTML backend for Devel::Cover
=head1 SYNOPSIS
Expand Down
3 changes: 1 addition & 2 deletions lib/Devel/Cover/Report/Html_basic.pm
Original file line number Diff line number Diff line change
Expand Up @@ -782,8 +782,7 @@ s/^\s+//gm for values %Templates;

=head1 NAME
Devel::Cover::Report::Html_basic - Backend for HTML reporting of coverage
statistics
Devel::Cover::Report::Html_basic - HTML backend for Devel::Cover
=head1 SYNOPSIS
Expand Down
3 changes: 1 addition & 2 deletions lib/Devel/Cover/Report/Html_minimal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -747,8 +747,7 @@ sub report {
=head1 NAME
Devel::Cover::Report::Html_minimal - Backend for HTML reporting of coverage
statistics
Devel::Cover::Report::Html_minimal - HTML backend for Devel::Cover
=head1 SYNOPSIS
Expand Down
3 changes: 1 addition & 2 deletions lib/Devel/Cover/Report/Html_subtle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -714,8 +714,7 @@ s/^\s+//gm for values %Templates;
=head1 NAME
Devel::Cover::Report::Html_subtle - Backend for HTML reporting of coverage
statistics
Devel::Cover::Report::Html_subtle - HTML backend for Devel::Cover
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/Cover/Report/Sort.pm
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ __END__
=head1 NAME
Devel::Cover::Report::Sort - Report on runs in an optimal order
Devel::Cover::Report::Sort - backend for Devel::Cover
=head1 SYNOPSIS
Expand Down
3 changes: 1 addition & 2 deletions lib/Devel/Cover/Report/Text.pm
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,7 @@ __END__
=head1 NAME
Devel::Cover::Report::Text - Backend for textual reporting of coverage
statistics
Devel::Cover::Report::Text - Text backend for Devel::Cover
=head1 SYNOPSIS
Expand Down
3 changes: 1 addition & 2 deletions lib/Devel/Cover/Report/Text2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ __END__
=head1 NAME
Devel::Cover::Report::Test2 - Backend for textual reporting of coverage
statistics
Devel::Cover::Report::Test2 - Text backend for Devel::Cover
=head1 SYNOPSIS
Expand Down
3 changes: 1 addition & 2 deletions lib/Devel/Cover/Truth_Table.pm
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,7 @@ sub left_merge {
=head1 NAME
Devel::Cover::Truth_Table - Create and manipulate truth tables for
coverage objects.
Devel::Cover::Truth_Table - Truth tables for coverage objects.
=head1 SYNOPSIS
Expand Down

0 comments on commit 92c50d8

Please sign in to comment.