
Test::Attribute::AutoLevel - auto set $Test::Builder::Level

use Test::More;
use Test::Attribute::AutoLevel;
sub test_foo : AutoLevel {
fail 'always failed.';
}
test_foo(); # test failed. report line at call test_foo().

Test::Attribute::AutoLevel is auto set $Test::Builder::Level.

Atsushi Kobayashi <nekokak _at_ gmail _dot_ com>

kamipo
xaicron
pppjam

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.