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

A MODIFIER STUB

package Petal::CodePerl::Modifiers::;

sub process_value { my $class = shift; my $hash = shift; my $value = shift; }

sub inline { my $self = shift;

my $hash_expr = shift;
my $expr = shift;

my $perlf = <<'EOM';
EOM

chomp($perlf);

return Petal::CodePerl::Expr::perlsprintf($perlf, $expr);
}

push @mods , __PACKAGE__;