houseabsolute / HTML-Mason

High-performance, dynamic web site authoring system
https://metacpan.org/release/HTML-Mason/
Other
9 stars 18 forks source link

Issue loading .mhtml into .t file #32

Open davehodg opened 3 years ago

davehodg commented 3 years ago

I want to write a test that loads .mhtml in a .t file so I can test embedded perl. The issue I'm having is that having loaded the source, running $interp->exec($source) has HTML::Mason::Interp::load() trying to use the .mhtml as a filename which is suboptimal.

Is there are better way to this?