Skip to content

Commit

Permalink
dzil stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed Mar 5, 2012
1 parent 08f0aa7 commit 2474f1d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 47 deletions.
14 changes: 3 additions & 11 deletions dist.ini
Expand Up @@ -5,18 +5,10 @@ copyright_holder = Jesse Luehrs

[@DOY]
dist = App-Termcast
repository = github

[Prereqs]
Moose = 0
IO::Pty::Easy = 0.07
Term::ReadKey = 0
Try::Tiny = 0
MooseX::Getopt = 0
Scope::Guard = 0
JSON = 0

[Prereqs / TestRequires]
Test::Requires = 0
[AutoPrereqs]
skip = ^Term::TtyRec::Plus$

[Prereqs / RuntimeRecommends]
Term::TtyRec::Plus = 0
3 changes: 1 addition & 2 deletions t/basic.t
Expand Up @@ -2,8 +2,7 @@
use strict;
use warnings;
use Test::More;
use Test::Requires 'Test::TCP';
use IO::Pty::Easy;
use Test::Requires 'Test::TCP', 'IO::Pty::Easy';

use App::Termcast;

Expand Down
3 changes: 1 addition & 2 deletions t/read-write.t
Expand Up @@ -2,8 +2,7 @@
use strict;
use warnings;
use Test::More;
use Test::Requires 'Test::TCP';
use IO::Pty::Easy;
use Test::Requires 'Test::TCP', 'IO::Pty::Easy';

use App::Termcast;

Expand Down
32 changes: 0 additions & 32 deletions weaver.ini

This file was deleted.

0 comments on commit 2474f1d

Please sign in to comment.