The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use lib 't', 'inc';
use Test::More tests => 4;
use onlyTest;

use only '_Foo::Bar' => '0.50-0.59 !0.50';
like($INC{'_Foo/Bar.pm'}, qr'0\.55');
is($_Foo::Bar::VERSION, '0.50');
like($INC{'_Foo/Baz.pm'}, qr'0\.55');
is($_Foo::Baz::VERSION, '0.55');