summaryrefslogtreecommitdiffstats
path: root/lib/App
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-12-18 10:43:26 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-12-18 10:43:26 +0100
commit5c61469b7f5048b203a2f9e1c525b573eb725de1 (patch)
treea622868438f702265bb333a8b4099c2e361807d3 /lib/App
parentd0f13d68b63080978a033a888d2e8c3612a6036c (diff)
downloadApp-ArchLinux-PackagerTools-5c61469b7f5048b203a2f9e1c525b573eb725de1.tar.gz
App-ArchLinux-PackagerTools-5c61469b7f5048b203a2f9e1c525b573eb725de1.tar.xz
Config: Remove useless path() call
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib/App')
-rw-r--r--lib/App/ArchLinux/PackagerTools/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/ArchLinux/PackagerTools/Config.pm b/lib/App/ArchLinux/PackagerTools/Config.pm
index 417c925..47cff58 100644
--- a/lib/App/ArchLinux/PackagerTools/Config.pm
+++ b/lib/App/ArchLinux/PackagerTools/Config.pm
@@ -101,7 +101,7 @@ Return a hash with the default config values.
method _get_default_config() {
return {
cache => {
- root_dir => path(($ENV{XDG_CACHE_HOME} // $ENV{HOME}."/.cache")."/perlpkg/v1/")->stringify(),
+ root_dir => ($ENV{XDG_CACHE_HOME} // $ENV{HOME}."/.cache")."/perlpkg/v1/",
},
archweb => {
cache_timeout => '60m',