summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/env/gentoo/perl_experimental.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/env/gentoo/perl_experimental.pm b/scripts/lib/env/gentoo/perl_experimental.pm
index ea009241c..8b77f079c 100644
--- a/scripts/lib/env/gentoo/perl_experimental.pm
+++ b/scripts/lib/env/gentoo/perl_experimental.pm
@@ -23,7 +23,7 @@ has 'root' => (
sub _build__filename {
require Path::Class::File;
- return Path::Class::File->new(__FILE__)->absolute;
+ return Path::Class::File->new(__FILE__)->resolve->absolute;
}
sub _build_root {