Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
App::cpanoutdated::fresh - Indicate out-of-date modules by walking the metacpan releases backwards
VERSION
version 0.001006
METHODS
new_from_command
Create an instance of this class parsing options from @ARGV
my $instance = App::cpanoutdated::fresh->new_from_command;
run
Execute the main logic and printing found modules to STDOUT
$object->run;
run_command
Shorthand for
$class->new_from_command->run();
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Kent Fredric <kentfredric@gmail.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.