The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

MODULES REQUIRED

    }; my $pod = join '', @items; my $podend = "=back"; $content =~ s/__END__.*/__END__\n$podheader$pod$podend/s;

    my $pm_fh = IO::File->new( $pm_file, 'w' ); $pm_fh->binmode( 'utf-8' ); $pm_fh->print( $content ); $pm_fh->close;

1 POD Error

The following errors were encountered while parsing the POD:

Around line 56:

=over without closing =back