The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

warnings::compat - warnings.pm emulation for pre-5.6 Perls

VERSION

Version 0.02

SYNOPSIS

    use warnings::compat;

DESCRIPTION

This is a module for helping writing portable programs and modules across recent and old Perls. The trick is that the warnings pragma is located in the core location while the warnings.pm emulation module is installed in the site_perl location, therefore use warnings::compat should DTRT on every Perl version.

AUTHOR

Sébastien Aperghis-Tramoni, <sebastien at aperghis.net>

BUGS

Please report any bugs or feature requests to bug-warnings-compat at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=warnings-compat. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc warnings

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2006 Sébastien Aperghis-Tramoni, all rights reserved.

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