From 44eddb420a8c2663e220f6e25ee3bdc71a12a374 Mon Sep 17 00:00:00 2001 From: guest20 Date: Sun, 29 Oct 2023 00:30:27 +0200 Subject: [PATCH] boilerplate.t: rt.cpan.org These links must have come from a boilerplate, because rt.cpan.org says you'd rather receive bug reports via github. --- t/boilerplate.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/boilerplate.t b/t/boilerplate.t index e03910b..7ebf9af 100644 --- a/t/boilerplate.t +++ b/t/boilerplate.t @@ -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 =>