##// END OF EJS Templates
Do not crash on reload....
Liwiusz Ociepa -
r1408:0f8df81b87d7
parent child
Show More
@@ -96,7 +96,7 And you need to upgrade at least reposman.rb (after r860).
96 =cut
96 =cut
97
97
98 use strict;
98 use strict;
99 use warnings FATAL => 'all';
99 use warnings FATAL => 'all', NONFATAL => 'redefine';
100
100
101 use DBI;
101 use DBI;
102 use Digest::SHA1;
102 use Digest::SHA1;
General Comments 0
You need to be logged in to leave comments. Login now