in reply to Use a package in parent directory

You can push that parent dir in @INC in a begin block and use it.

BEGIN { push @INC, "../" } # then use package;