Skip to content

Commit 6a983e3

Browse files
committed
Tests now pass in Windows. Closes #5
Also eliminates some cases of File::Directory::Tree #7, although the problem wasn't there, but in the fact that some locks had been created.
1 parent dd6ce2f commit 6a983e3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Pod::To::Cached
22

33
[![Build Status](https://travis-ci.com/perl6/Pod-To-Cached.svg?branch=master)](https://travis-ci.com/perl6/Pod-To-Cached)
4-
[https://ci.appveyor.com/api/projects/status/github/perl6/Pod-To-Cached?svg=true](https://ci.appveyor.com/api/projects/status/github/perl6/Pod-To-Cached?svg=true)
4+
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/perl6/Pod-To-Cached?svg=true)](https://ci.appveyor.com/api/projects/status/github/perl6/Pod-To-Cached?svg=true)
55

66
Create and Maintain a cache of precompiled pod files
77

t/030-sub-directories.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use lib 'lib';
22
use Test;
33
use Test::Output;
44
use JSON::Fast;
5-
use File::Directory::Tree;
65
use Pod::To::Cached;
76

87
constant REP = 't/tmp/ref';

0 commit comments

Comments
 (0)