NAME
Test::Class::Moose::Deprecated - Managed deprecation warnings for Test::Class::Moose
VERSION
version 0.78
DESCRIPTION
use Test::Class::Moose::Deprecated -api_version => $version;
FUNCTIONS
This module manages deprecation warnings for features that have been deprecated in Test::Class::Moose.
If you specify -api_version => $version
, you can use deprecated features without warnings. Note that this special treatment is limited to the package that loads Moose::Deprecated
.
DEPRECATIONS BY VERSION
The following features were deprecated in past versions and will now warn:
Test::Class::Moose->runtests
This was deprecated in version 0.55.
Use Test::Class::Moose::Runner to run tests instead.
SUPPORT
Bugs may be submitted through https://github.com/test-class-moose/test-class-moose/issues.
I am also usually active on IRC as 'drolsky' on irc://irc.perl.org
.
AUTHORS
Curtis "Ovid" Poe <ovid@cpan.org>
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 - 2016 by Curtis "Ovid" Poe.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.