Skip to content

Commit

Permalink
Merge pull request #2 from guest20/patch-2
Browse files Browse the repository at this point in the history
boilerplate.t: rt.cpan.org
  • Loading branch information
david-dick authored Oct 29, 2023
2 parents 44ffebf + 44eddb4 commit 6814f8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/boilerplate.t
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ sub module_boilerplate_ok {
'the great new $MODULENAME' => qr/ - The great new /,
'boilerplate description' => qr/Quick summary of what the module/,
'stub function definition' => qr/function[12]/,
'rt.cpan.org' => qr/rt.cpan.org/, # preferred bug tracker.
);
}

not_in_file_ok(README =>
"The README is used..." => qr/The README is used/,
"'version information here'" => qr/to provide version information/,
'rt.cpan.org' => qr/rt.cpan.org/, # preferred bug tracker.
);

not_in_file_ok(Changes =>
Expand Down

0 comments on commit 6814f8e

Please sign in to comment.