From 96995609258de9a58d7bab0b1b803f9ec8d25dc2 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Fri, 21 Mar 2014 15:06:29 -0400 Subject: [PATCH] clean up deps --- dist.ini | 15 +++++++++++++++ t/00_diag.txt | 7 ------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/dist.ini b/dist.ini index 40e0ace..b1e4db9 100644 --- a/dist.ini +++ b/dist.ini @@ -54,3 +54,18 @@ contributor = uwisser [MetaNoIndex] directory = example + +[RemovePrereqs] +; comes with Perl +remove = warnings +remove = strict +remove = base +remove = Carp +remove = Cwd +remove = File::Spec +remove = Scalar::Util + +; comes with Mojolicious +remove = Mojo::Base +remove = Mojo::ByteStream +remove = Mojolicious::Plugin diff --git a/t/00_diag.txt b/t/00_diag.txt index f8ceaec..aa16458 100644 --- a/t/00_diag.txt +++ b/t/00_diag.txt @@ -1,20 +1,13 @@ -Carp -Cwd EV ExtUtils::MakeMaker -File::Spec File::Temp FindBin IO::Handle IPC::Open3 -Mojo::Base -Mojo::ByteStream Mojo::IOLoop Mojolicious Mojolicious::Lite -Mojolicious::Plugin POSIX -Scalar::Util Template Template::Provider Test::CPAN::Meta