The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Carp::Indeed - DEPRECATE Warns and dies noisily with stack backtraces

SYNOPSIS

use Carp::Always; # instead

DESCRIPTION

This module was superseded by Carp::Always. So read about it in Carp::Always man page. It should work the same as Carp::Always but with a deprecation warning to annoy you until you switch to use the new module.

SEE ALSO

Carp::Always

Please report bugs via CPAN RT http://rt.cpan.org/NoAuth/Bugs.html?Dist=Carp-Always.

AUTHOR

Adriano Ferreira, <ferreira@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2005-2007 by Adriano R. Ferreira

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