Skip to content

Commit

Permalink
Tests now pass in Windows. Closes #5
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JJ committed Sep 4, 2019
1 parent dd6ce2f commit 6a983e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Pod::To::Cached

[![Build Status](https://travis-ci.com/perl6/Pod-To-Cached.svg?branch=master)](https://travis-ci.com/perl6/Pod-To-Cached)
[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)
[![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)

Create and Maintain a cache of precompiled pod files

Expand Down
1 change: 0 additions & 1 deletion t/030-sub-directories.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use lib 'lib';
use Test;
use Test::Output;
use JSON::Fast;
use File::Directory::Tree;
use Pod::To::Cached;

constant REP = 't/tmp/ref';
Expand Down

0 comments on commit 6a983e3

Please sign in to comment.