Skip to content

Commit

Permalink
Avoid use of removed method
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Apr 11, 2017
1 parent a566757 commit 36d94c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/wpath.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Test;
subtest {

say 'Resolve: ', '.'.IO.resolve.Str;
say 'Abspath: ', '.'.IO.abspath;
say 'Abspath: ', '.'.IO.absolute;
say 'Volume1: ', '.'.IO.volume;
say 'Volume2: ', '.'.IO.resolve.volume;

Expand Down

0 comments on commit 36d94c4

Please sign in to comment.