Since Perl 5.20 a POD =item cannot start with single
number, as is the case in syncToCdn POD explanation of
return codes. Using pod2* reports syntax errors like
line 228: Expected text after =item, not a number
Wrapped the numbers with POD's zero-effect markup Z<>
to fix the issue.