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.
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?