summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2012-11-06 09:21:38 +1300
committerKent Fredric <kentfredric@gmail.com>2012-11-06 10:06:10 +1300
commit2e7e74511f48a5c824911f5899ccb5b095d0d376 (patch)
treec29e3ff9b824cb02516c122f2f2a68611c7e7589 /scripts
parent[import/dwc/acme-lolcat] rehash 0.0.5, completeing import (diff)
downloadperl-overlay-2e7e74511f48a5c824911f5899ccb5b095d0d376.tar.gz
perl-overlay-2e7e74511f48a5c824911f5899ccb5b095d0d376.tar.bz2
perl-overlay-2e7e74511f48a5c824911f5899ccb5b095d0d376.zip
[scripts/lib] perform physical resolution of path to perl_experimental.pm
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 {