[500, "One or more modules cannot be upgraded: ".join(", ", @failed_modules)];
} else{
[200, "OK"];
}
}
1;
# ABSTRACT: Add --self-upgrade (-U) common option to upgrade program to the latest version on CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Perinci::CmdLineX::CommonOptions::SelfUpgrade - Add --self-upgrade (-U) common option to upgrade program to the latest version on CPAN
=head1 VERSION
This document describes version 0.003 of Perinci::CmdLineX::CommonOptions::SelfUpgrade (from Perl distribution Perinci-CmdLineX-CommonOptions-SelfUpgrade), released on 2019-08-07.
=head1 SYNOPSIS
use Perinci::CmdLine::Lite; # or ::Classic, or ::Any
use Perinci::CmdLineX::CommonOptions::SelfUpgrade;