Skip to content

Commit

Permalink
boilerplate.t: rt.cpan.org
Browse files Browse the repository at this point in the history
These links must have come from a boilerplate, because rt.cpan.org says you'd rather receive bug reports via github.
  • Loading branch information
guest20 authored Oct 28, 2023
1 parent bcbb054 commit 44eddb4
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 44eddb4

Please sign in to comment.