disable warnings when evaling setup files
authorJoey Hess <joey@kitenet.net>
Fri, 21 May 2010 17:39:07 +0000 (13:39 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 21 May 2010 17:39:07 +0000 (13:39 -0400)
commit6472302b8dc1fd0edd76ab3ac6d2e1f224e3cc40
tree6a3873f6a87b4ee1ba46365c98a2b150cc307ead
parent29cd4616fbdf25b7a4042376483f58d658c78140
disable warnings when evaling setup files

In particular, perl warns if a qw{} contains a #, but openids can.

If the setup file has 'use warnings', it will turn warning messages back
on, so it seems reasonable to squelch them by default.
IkiWiki/Setup.pm