From e5dfc51d943074ee2f45f117606f9048a884ad06 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 16 Feb 2015 16:33:16 +0100 Subject: [PATCH] [SIGNED OFF] Bug 13586: Remove some other occurrences Signed-off-by: Larry Baerveldt --- Makefile.PL | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 598e0ed..65278ee 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -446,8 +446,6 @@ my %config_defaults = ( # set some default configuration options based on OS # more conditions need to be added for other OS's -# this should probably also incorporate usage of Win32::GetOSName() and/or Win32::GetOSVersion() -# to allow for more granular decisions based on which Win32 platform warn "Your platform appears to be $^O.\n" if $DEBUG; @@ -1379,8 +1377,6 @@ sub display_configuration { print "perl Makefile.PL\n"; print "\nor\n\n"; print "DB_USER=my_koha DOC_DIR=/usr/local/info perl Makefile.PL\n\n"; - print "If installing on a Win32 platform, be sure to use:\n"; - print "'dmake -x MAXLINELENGTH=300000'\n\n"; } =head2 find_zebra @@ -1388,8 +1384,6 @@ sub display_configuration { Attempt to find Zebra - check user's PATH and a few other directories for zebrasrv and zebraidx. -FIXME: doesn't handle Win32 - =cut sub find_zebra { @@ -1411,8 +1405,6 @@ sub find_zebra { package MY; -# This will have to be reworked in order to accommodate Win32... - sub test { my $self = shift; my $test = $self->SUPER::test(@_); -- 1.7.10.4