NAME

Test::NoOverride - stop accidentally overriding

SYNOPSIS

use Test::NoOverride;

no_override('Some::Class');

no_override(
    'Some::Class',
    exclude => [qw/ method /], # methods which you override specifically.
);

DESCRIPTION

No more accidentally overriding.

REPOSITORY

Test::NoOverride is hosted on github: http://github.com/bayashi/Test-NoOverride

Welcome your patches and issues :D

AUTHOR

Dai Okabayashi <bayashi@cpan.org>

SEE ALSO

LICENSE

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