head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2008.10.27.19.27.16; author rse; state Exp; branches; next ; commitid cSAT7mrp2WX6Hiot; desc @@ 1.1 log @new package: svk 2.2.1 (Decentralized Version Control System) @ text @Index: SVK-v2.2.1/Makefile.PL --- SVK-v2.2.1/Makefile.PL.orig 2008-10-26 20:35:55 +0100 +++ SVK-v2.2.1/Makefile.PL 2008-10-26 22:53:13 +0100 @@@@ -97,32 +97,6 @@@@ requires( 'Date::Format' => '', ) if ($^O eq 'MSWin32'); -build_requires( - 'Test::More' => '0.42', -); -features( - 'Bootstrap support' => [ - -default => 1, - 'PerlIO::via::Bzip2' => '0', - 'PerlIO::gzip' => '0', - 'SVN::Dump' => '0.04', - 'LWP::UserAgent' => '0', - ], - 'Localized messages' => [ - -default => 1, - 'Locale::Maketext::Lexicon' => '0.62', - 'Locale::Maketext::Simple' => '0.16', - ], - 'Message display through a pager' => [ - -default => 1, - 'IO::Pager' => '0', - ], - 'Log4perl support' => [ - -default => 0, - 'Log::Log4perl' => '0', - ] -); - if( eval{ require SVN::Mirror } ) { requires( 'SVN::Mirror' => $required_svm ); @