On Wed, Oct 6, 2010 at 22:01, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > + Â Â Â Â Â Â Â $cache ||= 'GitwebCache::SimpleFileCache'; > + Â Â Â Â Â Â Â eval "require $cache"; Just: eval { require $cache }; Instead? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html