There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

require::relative - like require for relative paths

SYNOPSIS

use require::relative RELATIVE_FILE;

use require::relative "../test-helper.pl";

DESCRIPTION

Behaves like require but accepts relative file name.

Primary motivation is for usage in tests where multiple tests can share configuration or setup.

AUTHOR

Branislav Zahradník <barney@cpan.org>

COPYRIGHT AND LICENSE

This module is distributed under Artistic license 2.0