1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-11 19:53:07 +00:00

Do not crash on reload.

git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1423 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Liwiusz Ociepa 2008-05-08 22:06:44 +00:00
parent c5121d804d
commit 0f8df81b87

View File

@ -96,7 +96,7 @@ And you need to upgrade at least reposman.rb (after r860).
=cut
use strict;
use warnings FATAL => 'all';
use warnings FATAL => 'all', NONFATAL => 'redefine';
use DBI;
use Digest::SHA1;