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:
parent
c5121d804d
commit
0f8df81b87
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user