Ticket #576 (closed defect: fixed)
common (beginner) error check has no feedback if no errors found
| Reported by: | rhebus | Owned by: | azawawi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Context Sensitive Help | Version: | trunk |
| Keywords: | Cc: |
Description
Steps to reproduce: create a simple program which won't trigger any errors:
use strict;
use warnings;
print "Howdy\n";
Run the common/beginner checks. Nothing happens. There's no feedback to indicate no errors were found.
Change History
Note: See
TracTickets for help on using
tickets.
