You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: