Skip to content

Commit

Permalink
rewrite column-wise listing of prereqs as being diff-hostile
Browse files Browse the repository at this point in the history
  • Loading branch information
andk committed Apr 19, 2010
1 parent f3dbd8d commit 69758a8
Showing 1 changed file with 37 additions and 13 deletions.
50 changes: 37 additions & 13 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,44 @@ abstract ('Perl Authors Upload Server');
author ('Andreas Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>');
license ('perl');
requires (map +($_ => 0), qw(
Apache::DB Apache::HeavyCGI Apache::Request
Apache::Session::Counted BSD::Resource CPAN::Checksums
CPAN::Indexer::Mirror Class::Singleton Compress::Zlib
Cwd DBI Devel::Peek
Dumpvalue Email::Address File::Rsync::Mirror::Recentfile
Apache::DB
Apache::HeavyCGI
Apache::Request
Apache::Session::Counted
BSD::Resource
CPAN::Checksums
CPAN::Indexer::Mirror
Class::Singleton
Compress::Zlib
Cwd
DBI
Devel::Peek
Dumpvalue
Email::Address
File::Rsync::Mirror::Recentfile
HTML::Entities
HTTP::Date IPC::Run3
MD5 Mail::Mailer
Mail::Send Module::Faker::Dist Module::Signature
Net::FTP Set::Crontab String::Random
Test::FITesque::Fixture Text::Format Text::Metaphone
Text::Unidecode Time::HiRes URI::Escape
URI::URL Unicode::Collate Unicode::String
XML::SAX::Base XML::SAX::Writer YAML::XS
HTTP::Date
IPC::Run3
MD5
Mail::Mailer
Mail::Send
Module::Faker::Dist
Module::Signature
Net::FTP
Set::Crontab
String::Random
Test::FITesque::Fixture
Text::Format
Text::Metaphone
Text::Unidecode
Time::HiRes
URI::Escape
URI::URL
Unicode::Collate
Unicode::String
XML::SAX::Base
XML::SAX::Writer
YAML::XS
));
WriteAll ( sign => 1, check_nmake => 0 );
open my $fh, ">>", "Makefile" or die;
Expand Down

0 comments on commit 69758a8

Please sign in to comment.