gbarr / perl-authen-sasl

Perl library for performing SASL authentication
http://search.cpan.org/dist/Authen-SASL/
6 stars 10 forks source link

Fixed errors in POD syntax #4

Closed openstrike closed 1 year ago

openstrike commented 9 years ago

One of the problems flagged at http://cpants.cpanauthors.org/dist/Authen-SASL is the presence of some syntax errors in the POD. This PR fixes those and the dist now passes all_pod_files_ok() in Test::POD.

This work has been done as part of the CPAN PR Challenge.

openstrike commented 9 years ago

This seems identical to the patch in RT #93724 which could be closed as a result.