File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Pod::To::Cached
2
2
3
3
[ ![ 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 )
5
5
6
6
Create and Maintain a cache of precompiled pod files
7
7
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ use lib 'lib';
2
2
use Test ;
3
3
use Test ::Output;
4
4
use JSON::Fast;
5
- use File::Directory::Tree;
6
5
use Pod ::To::Cached;
7
6
8
7
constant REP = ' t/tmp/ref' ;
You can’t perform that action at this time.
0 commit comments