diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perlbug.PL | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL index 97cf0c85d7..78c3b428a1 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -604,6 +604,12 @@ for $entry on http://rt.cpan.org, and report your issue there. EOF $entry = ''; + } elsif (my $bug_tracker = $Module::CoreList::bug_tracker{$entry}) { + paraprint <<"EOF"; +$entry included with core Perl is copied directly from the CPAN distribution. +Please report bugs in $entry directly to its maintainers using $bug_tracker +EOF + $entry = ''; } elsif ($entry) { $category ||= 'library'; $report_about_module = $entry; |