Skip to content

Commit

Permalink
Remove IO::All (not used anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed May 30, 2017
1 parent 8890809 commit 441dff7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Meta
Expand Up @@ -42,7 +42,6 @@ test:
autodie: 0
File::Copy::Recursive: 0
File::Path: 0
IO::All: 0
Test::More: 0.88
Test::Warn: 0.23
version: 0.77
Expand Down
1 change: 0 additions & 1 deletion test/TestInlineC.pm
Expand Up @@ -7,7 +7,6 @@ BEGIN {

use Test::More();
use YAML::XS;
use IO::All;

use Parse::RecDescent;
use Inline::C::Parser::RecDescent;
Expand Down
1 change: 0 additions & 1 deletion test/pegex-parser.t
Expand Up @@ -5,7 +5,6 @@ plan skip_all => '$ENV{PERL_INLINE_DEVELOPER_TEST} not set'
plan tests => 2;
}

use IO::All;
use YAML::XS;
use File::Path qw/ rmtree /;

Expand Down

0 comments on commit 441dff7

Please sign in to comment.