NAME
Module::Install::AckXXX - Warn Author About XXX.pm
![module-install-ackxxx-pm](https://travis-ci.org/ingydotnet/module-install-ackxxx-pm.png)
![module-install-ackxxx-pm](https://coveralls.io/repos/ingydotnet/module-install-ackxxx-pm/badge.png)
SYNOPSIS
use inc::Module::Install;
name 'Foo';
all_from 'lib/Foo.pm';
ack_xxx;
WriteAll;
DESCRIPTION
If you are the module author, this module runs the command:
system "ack '^\\s*use XXX\\b'";
whenever you run:
perl Makefile.PL
so you will remember to remove or comment out usage of the XXX debugging module, before releasing your module.
AUTHOR
Ingy döt Net <ingy@cpan.org>
COPYRIGHT AND LICENSE
Copyright (c) 2010-2014. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.