We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d641fe commit b0c3d79Copy full SHA for b0c3d79
.appveyor.yml
@@ -18,6 +18,7 @@ platform: x64
18
# directories for future builds
19
cache:
20
- C:\Rakudo -> .appveyor_clear_cache.txt
21
+ - C:\Rakudo\share\perl6 -> META6.json
22
23
branches:
24
only:
lib/Pod/To/Cached.pm6
@@ -264,6 +264,7 @@ method freeze( --> Bool ){
264
methodrm-cache(){
265
if$*SPEC~~IO::Spec::Win32{
266
my$win-path="$*CWD/$!path".trans( ["/"] => ["\\"] );
267
+shell"rm $win-path\.lock";
268
shell"rmdir /S /Q $win-path" ;
269
shell"rmdir $win-path";
270
} else{
0 commit comments