There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Babble::Plugin::PackageVersion - Plugin for package version syntax

SYNOPSIS

Converts usage of the package version syntax from

package NAMESPACE VERSION

to

package NAMESPACE;
$NAMESPACE::VERSION = VERSION;

SEE ALSO

package-version syntax