summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiwiusz Ociepa <liwiusz.ociepa@softwarelab.eu>2008-05-08 22:06:44 +0000
committerLiwiusz Ociepa <liwiusz.ociepa@softwarelab.eu>2008-05-08 22:06:44 +0000
commit0f8df81b87d7a4b19b77e21f5c186ff25da6937a (patch)
treeadd686d8f00cb10cd8ad2b2c5c5f71c1b81acfaf
parentc5121d804d44fb85e29425be427d0827edabefef (diff)
downloadredmine-0f8df81b87d7a4b19b77e21f5c186ff25da6937a.tar.gz
redmine-0f8df81b87d7a4b19b77e21f5c186ff25da6937a.zip
Do not crash on reload.
git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1423 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--extra/svn/Redmine.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/svn/Redmine.pm b/extra/svn/Redmine.pm
index ce08bd337..ec2fc577c 100644
--- a/extra/svn/Redmine.pm
+++ b/extra/svn/Redmine.pm
@@ -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;