Skip to content

Commit

Permalink
simplify Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 27, 2012
1 parent 1fe63d0 commit 51eb284
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions Makefile.PL
Expand Up @@ -39,47 +39,5 @@ WriteMakefile(
),

EXE_FILES => ['script/hypnotoad', 'script/mojo', 'script/morbo'],
PREREQ_PM => {
're' => 0,
'B' => 0,
'Carp' => 0,
'Config' => 0,
'Cwd' => 0,
'Data::Dumper' => 0,
'Digest::MD5' => 0,
'Digest::SHA' => 0,
'Encode' => 0,
'Errno' => 0,
'Exporter' => 0,
'ExtUtils::MakeMaker' => 0,
'Fcntl' => 0,
'File::Basename' => 0,
'File::Copy' => 0,
'File::Find' => 0,
'File::Path' => 0,
'File::Spec' => 0,
'File::Temp' => 0,
'FindBin' => 0,
'Getopt::Long' => 0,
'I18N::LangTags' => 0,
'I18N::LangTags::Detect' => 0,
'IO::File' => 0,
'IO::Poll' => 0,
'IO::Socket' => 0,
'IO::Socket::INET' => 0,
'List::Util' => 0,
'Locale::Maketext' => 0,
'MIME::Base64' => 0,
'MIME::QuotedPrint' => 0,
'Pod::Simple::HTML' => 0,
'Pod::Simple::Search' => 0,
'POSIX' => 0,
'Scalar::Util' => 0,
'Socket' => 0,
'Sys::Hostname' => 0,
'Test::Harness' => 0,
'Test::More' => 0,
'Time::HiRes' => 0
},
test => {TESTS => 't/*.t t/*/*.t'}
);

0 comments on commit 51eb284

Please sign in to comment.