--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/t/00-basic.t Tue Dec 29 21:40:48 2015 +0100 @@ -0,0 +1,7 @@ +use Test::More qw(no_plan); + +BEGIN { + use_ok 'Once', qw(realpath); +} + +is realpath('/'), '/' => 'realpath /';