From c1e398be894ecce6394bd76c99b76c022979ac62 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 11 Nov 2002 13:29:44 +0000 Subject: various small syntax enhancements to please perl_checker --- perl-install/Xconfig/xfreeX.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/Xconfig/xfreeX.pm') diff --git a/perl-install/Xconfig/xfreeX.pm b/perl-install/Xconfig/xfreeX.pm index e809e693b..ca2f91423 100644 --- a/perl-install/Xconfig/xfreeX.pm +++ b/perl-install/Xconfig/xfreeX.pm @@ -319,7 +319,7 @@ sub ModeLine_from_string { our @resolutions = ('640x480', '800x600', '1024x768', if_(arch() =~ /ppc/, '1152x768'), '1152x864', '1280x960', '1280x1024', '1400x1050', '1600x1200', '1920x1440', '2048x1536'); -our $default_header = << 'END'; +our $default_header = <<'END'; # File generated by XFdrake. # ********************************************************************** @@ -341,7 +341,7 @@ Section "ServerFlags" EndSection END -our $default_ModeLine = arch() =~ /ppc/ ? << 'END_PPC' : << 'END'; +our $default_ModeLine = arch() =~ /ppc/ ? <<'END_PPC' : <<'END'; # Apple iMac modes ModeLine "1024x768" 78.525 1024 1049 1145 1312 768 769 772 800 +hsync +vsync ModeLine "800x600" 62.357 800 821 901 1040 600 601 604 632 +hsync +vsync -- cgit v1.2.1