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

__UNDEFINED__

#if { VERSION <= 5.003_22 } # undef start_subparse # if { VERSION < 5.003_22 } __UNDEFINED__ start_subparse(a, b) Perl_start_subparse() # else __UNDEFINED__ start_subparse(a, b) Perl_start_subparse(b) # endif

#if {VERSION < 5.003_07 } foo #endif #endif

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 12:

Unknown directive: =provides

Around line 16:

Unknown directive: =implementation