This is the __END__

Russell Matbouli russell-belfast-pm at futureless.org
Sat Dec 15 12:58:47 CST 2001


On Sat, Dec 15, 2001 at 05:41:11PM +0000, Russell Matbouli wrote:
> I'll check the code and try to isolate what's causing it.)

Self-contained example - do the following:

h2xs -AXn Foo
cd Foo
vi Foo.pm
put this into Foo.pm:

--- START ---
package Foo;
# @ISA = qw(AutoLoader);
1;
__DATA__
foo
--- END ---

perl Makefile.PL
make

Now you'll get the error message.
Note the 2nd line is commented out. Remove the line, make distclean and
redo perl Makefile.PL and make and there's no error message...

So, what have I done wrong here, or have I just unearthed another bug?
The parser shouldn't look at that line because it is commented out...
parser bug?
-- 
Russell Matbouli       |          SOY! SOY! SOY! Soy makes you strong!
russell at futureless.org |             Strength crushes enemies! SOY!
PGP KeyID: 0x3CA84CF4  |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url : http://mail.pm.org/archives/belfast-pm/attachments/20011215/ea248c11/attachment.bin


More information about the Belfast-pm mailing list