From 2474f1d93f3e58c4b6055fd4209e6e437892ca64 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 5 Mar 2012 00:14:31 -0600 Subject: dzil stuff --- dist.ini | 14 +++----------- t/basic.t | 3 +-- t/read-write.t | 3 +-- weaver.ini | 32 -------------------------------- 4 files changed, 5 insertions(+), 47 deletions(-) delete mode 100644 weaver.ini diff --git a/dist.ini b/dist.ini index c3e73eb..ece18b7 100644 --- a/dist.ini +++ b/dist.ini @@ -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 diff --git a/t/basic.t b/t/basic.t index bf85edb..f4f6b49 100644 --- a/t/basic.t +++ b/t/basic.t @@ -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; diff --git a/t/read-write.t b/t/read-write.t index 0979955..fa5145b 100644 --- a/t/read-write.t +++ b/t/read-write.t @@ -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; diff --git a/weaver.ini b/weaver.ini deleted file mode 100644 index 498b331..0000000 --- a/weaver.ini +++ /dev/null @@ -1,32 +0,0 @@ -[@CorePrep] - -[Name] -[Version] - -[Region / prelude] - -[Generic / SYNOPSIS] -[Generic / DESCRIPTION] -[Generic / OVERVIEW] - -[Collect / ATTRIBUTES] -command = attr - -[Collect / METHODS] -command = method - -[Collect / FUNCTIONS] -command = func - -[Leftovers] - -[Region / postlude] - -[Generic / BUGS] - -[SeeAlso] - -[Generic / SUPPORT] - -[Authors] -[Legal] -- cgit v1.2.3-54-g00ecf