From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
|
{
local $ENV {HTML_MASONX_APACHELIKEPLACKHANDLER_MOCK_APACHE2_REQUEST_CLASS} = 'Your::ApacheLikePlackHandler::Compat::Apache2::Request' ;
local $ENV {HTML_MASONX_APACHELIKEPLACKHANDLER_MOCK_APACHE2_REQUEST_INSTANCE_CLASS} = 'Your::Mock::Apache2::Request' ;
local $ENV {HTML_MASONX_APACHELIKEPLACKHANDLER_MOCK_APACHE2_SERVERUTIL_CLASS} = 'Your::ApacheLikePlackHandler::Compat::Apache2::ServerUtil' ;
local $ENV {HTML_MASONX_APACHELIKEPLACKHANDLER_MOCK_APACHE2_STATUS_CLASS} = 'Your::ApacheLikePlackHandler::Compat::Apache2::Status' ;
}
pass( "It compiles, ship it!" );
|