NAME
App::Prove::Plugin::Pretty - Test::Pretty plugin for prove
SYNOPSIS
prove -PPretty t/01_simple.t
DESCRIPTION
This is a plugin for prove. This plugin enables Test::Pretty on your test script.
This plugin only affects if prove running for only one test case.
HINT
I recommend to add -PPretty
to your .proverc. It makes testing life is better.