Skip Menu |

This queue is for tickets about the MIME-tools CPAN distribution.

Report information
The Basics
Id: 20474
Status: resolved
Priority: 0/
Queue: MIME-tools

People
Owner: dmo+pause [...] dmo.ca
Requestors: MIYAGAWA [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: 5.420_01



Subject: require MIME::Parser eats DATA section of caller scripts
"use MIME::Parser;" is fine, but "require MIME::Parser;" eats DATA section from the caller script, which is troublesome in some cases. removing the nasty eval <::DATA> stuff from MIME::Words and MIME::WordDecoder would solve the problem.