http://www.perlmonks.org?node_id=1167150

guiwp has asked for the wisdom of the Perl Monks concerning the following question:

How to run specific tests?Today I searched the web how tests is done in perl, just found a stackoverflow answer but its not working.

prove t/02-login.t

t/02-login.t .. skipped: extended test Files=1, Tests=0, 0 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU +) Result: NOTESTS

Seems that the test couldn't be run