Sample-0.1 broken?
[email protected] (Jonas B . Nielsen) Mon, 11 Oct 2004 09:22:58 +0200
| Newsgroups | perl.scripts |
|---|---|
| Message-ID | <[email protected]> |
--Apple-Mail-3-1060577727 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Hello (again), I just checked the POD of the example located in CPAN: http://www.cpan.org/authors/id/K/KS/KSTAR/Sample-0.1 Linked from http://www.cpan.org/scripts/submitting.html % podchecker Desktop/Sample-0.1.pl *** ERROR: Spurious text after =pod at line 35 in file Desktop/Sample-0.1.pl *** ERROR: Spurious text after =pod at line 39 in file Desktop/Sample-0.1.pl Desktop/Sample-0.1.pl has 2 pod syntax errors. Desktop/Sample-0.1.pl has 2 pod syntax errors. hyperstation ~ It is broken, as far as I can see the =pod sections should be renamed to =head1 I have included a patch to fix the sample --Apple-Mail-3-1060577727 Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream; x-unix-mode=0644; name="Sample-0.1.patch" Content-Disposition: attachment; filename=Sample-0.1.patch --- Sample-0.1 Mon Oct 11 09:14:44 2004 +++ /Users/jonasbn/temp/Sample-0.1 Mon Oct 11 09:17:54 2004 @@ -32,11 +32,11 @@ CGI -=pod OSNAMES +=head1 OSNAMES any -=pod SCRIPT CATEGORIES +=head1 SCRIPT CATEGORIES CPAN/Administrative Fun/Educational --Apple-Mail-3-1060577727 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed jonasbn --Apple-Mail-3-1060577727--