package t::lib::SubFoo;
use strict;
use warnings;

sub foo { 1 }

1;
