# from Brad Bowman
# on Sunday 09 September 2007 05:43 pm:

>In a module I wrote "=head" instead of "=head1"
>at the start of my pod and then under-PAR (and only under PAR) got
>"did not return a true value" warning.  Looking at the file in the
>zip I could see that the =head had hidden the code, including
>the return value.

Sounds like the bug is in Pod::Strip.  It must be following a different 
set of pod rules than the interpreter.  Anything starting with qr/^=\w/ 
(or thereabouts) is pod.

--Eric
-- 
hobgoblin n 1: (folklore) a small grotesque supernatural creature that
          makes trouble for human beings
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to