NAME

App::newver - Scan upstream for new software versions

SYNOPSIS

use App::newver;

my $newver = App::newver->init(@ARGV);
$newver->run;

DESCRIPTION

App::newver is the main backend module for newver. This is a private module, please consult the newver manual for user documentation.

METHODS

$newver = App::newver->init(@argv)

Initializes App::newver object, reading command-line arguments from @argv.

$new->run

Runs newver based on the arguments processed during init().

AUTHOR

Written by Samuel Young

This project's source can be found on its Codeberg page. Comments and pull requests are welcome.

COPYRIGHT

Copyright (C) 2025 Samuel Young.

This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.

SEE ALSO

newver