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::PackageBlock - Plugin for package block syntax

SYNOPSIS

Converts usage of the package block syntax from

package NAMESPACE BLOCK

to

{ package NAMESPACE; }

SEE ALSO

package-block syntax