eldy / AWStats

AWStats Log Analyzer project (official sources)
https://www.awstats.org
378 stars 120 forks source link

Nested includes fail #18

Open gartner opened 8 years ago

gartner commented 8 years ago

In a configfile, I use Include to include another configfile, which in turn also uses Include.

This will give me this warning:

Perl versions before 5.6 cannot handle nested includes

And the nested include is actually not included. But my perl reports: This is perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux-thread-multi

Awstats 7.4 installed from an Opensuse Leap 42.1 repository.

nielsb commented 8 years ago

I have used the attached patch for a long time, to overcome that problem

include.txt