You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1012 B
36 lines
1012 B
Index: SVK-v2.2.3/Makefile.PL |
|
--- SVK-v2.2.3/Makefile.PL.orig 2008-10-26 20:35:55 +0100 |
|
+++ SVK-v2.2.3/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 );
|
|
|