for (1..9) { =begin Foo =begin Bar A comment =end Bar =end Foo ok 1 => 'Loop functioning correctly'; }

check_all_three('1.1'); check_all_three('1.2'); check_all_three('1.3'); check_all_three('2.1'); check_all_three('2.2 is data too'); check_all_three('2.3'); check_all_three('3.1'); check_all_three('=Not pod'); check_all_three('3.3');

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 33:

Unknown directive: =DATA

Around line 66:

Unknown directive: =END