NAME

App::PAUSE::CheckPerms - check if PAUSE permissions are consistent for all modules in a dist

SYNOPSIS

 use App::PAUSE::CheckPerms;
 
 my $app = App::PAUSE::CheckPerms->new_with_options();
 
 $app->execute();

DESCRIPTION

This module provides the functionality for the pause-checkperms script. Please look at that script's documentation for more details.

CAVEAT

This is my first attempt writing an App:: module and partner script using MooX::Options. It feels all wrong, but I've been wanting to release a tool to do this for a while, so I'm sucking it and seeing.

Feel free to suggest better ways to do this.

SEE ALSO

pause-checkperms, PAUSE::Permissions, PAUSE::Packages, App::PAUSE::Comaint.

REPOSITORY

https://github.com/neilbowers/App-PAUSE-CheckPerms

AUTHOR

Neil Bowers <neilb@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Neil Bowers <neilb@cpan.org>.

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