NAME

B::Lint::Pluggable - Adds plugin support to B::Lint

VERSION

Version 0.01

SYNOPSIS

B::Lint 1.04 is the first version to support the B::Lint->register_plugin(...). This module patches all earlier versions of B::Lint to add plugin support. It has no interface on its own and requires no action other than loading it.

Your B::Lint will be patched only if it needs it.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

AUTHOR

Joshua ben Jore, <jjore@cpan.org>

BUGS

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

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2006 Joshua ben Jore, all rights reserved.

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