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

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.