The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

__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