]> ruin.nu Git - ndwebbie.git/commitdiff
Remove indirect object notation
authorMichael Andreen <harv@ruin.nu>
Sat, 4 Jul 2020 13:18:10 +0000 (15:18 +0200)
committerMichael Andreen <harv@ruin.nu>
Sat, 4 Jul 2020 13:18:10 +0000 (15:18 +0200)
scripts/clean_cache.pl

index 9516ef8ab953234157a7ae603668d98817b08255..e225199507dfb6b303802c9e502d5d412cb51b41 100755 (executable)
@@ -9,7 +9,7 @@ use lib "$FindBin::Bin/../lib";
 
 use Cache::FileCache;
 
-my $cache = new Cache::FileCache({cache_root => "/tmp/ndweb-$<", namespace => 'cache'} );
+my $cache = Cache::FileCache->new({cache_root => "/tmp/ndweb-$<", namespace => 'cache'});
 
 $cache->purge;