1 use Test::More qw(no_plan);
2
3 BEGIN {
4 use_ok 'Once', qw(realpath);
5 }
6
7 is realpath('/'), '/' => 'realpath /';