# Test Inverse of $VERSION bug base.pm should not clobber existing $VERSION
{
{
}
}
};
eval q{use base 'reallyReAlLyNotexists'}; 'base with empty package');
eval q{use base 'reallyReAlLyNotexists'}; ' still empty on 2nd load');
{
::fail('sigdie not caught, this test should not run') };
eval {
};
'Base class empty error message');
}