--- /usr/lib/cgi-bin/awstats.orig	2008-12-11 09:03:47.000000000 +0100
+++ /usr/lib/cgi-bin/awstats.pl	2008-12-11 09:51:57.000000000 +0100
@@ -1199,10 +1199,6 @@
 			    # Correct relative include files
 				if ($FileConfig =~ /^(.*[\\\/])[^\\\/]*$/) { $includeFile = "$1$includeFile"; }
 			}
-			if ($level > 1) {
-				warning("Warning: Perl versions before 5.6 cannot handle nested includes");
-				next;
-			}
 		    if ( open( CONFIG_INCLUDE, $includeFile ) ) {
 				&Parse_Config( *CONFIG_INCLUDE , $level+1, $includeFile);
 				close( CONFIG_INCLUDE );
