t/00-basic.t
changeset 92 a09a3ae04dcf
parent 91 75a06e057016
equal deleted inserted replaced
91:75a06e057016 92:a09a3ae04dcf
     1 use Test::More qw(no_plan);
       
     2 
       
     3 BEGIN {
       
     4     use_ok 'Once', qw(realpath);
       
     5 }
       
     6 
       
     7 is realpath('/'), '/' => 'realpath /';