From: | Heiner Kuhlmann <hkuhlmann [...] dr-kuhlmann.com> |
To: | bug-par [...] rt.cpan.org |
Subject: | pp and File::MMagic |
Date: | Fri, 23 Jul 2004 18:05:01 +0200 |
Hi,
running my program created with pp I got errors like
---ship
Bareword found where operator expected at __DATA__ line 1336, near
"0 string"
(Missing operator before string?)
---shap
The Problem is the Module File::MMagic
There is
1;
__DATA__
# Magic data ...
Inserting a blank line:
1;
__DATA__
all works fine.
IMHO this is not a problem of File::MMagic but pp.
Heiner
--
Dr. Kuhlmann Beratung Software-Engineering
Unter den Eichen 30, D-28857 Syke, Germany
Phone: +49(4240)95078 FAX +49(4240)95077
hkuhlmann@dr-kuhlmann.com www.dr-kuhlmann.com