[dw-free] Modification of a read-only value when loading admin/healthy.bml
[commit: http://hg.dwscoalition.org/dw-free/rev/647800dfd8a1]
http://bugs.dwscoalition.org/show_bug.cgi?id=3090
Don't allow the constants to be exported.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3090
Don't allow the constants to be exported.
Patch by
Files modified:
- htdocs/admin/healthy.bml
--------------------------------------------------------------------------------
diff -r b366d565f674 -r 647800dfd8a1 htdocs/admin/healthy.bml
--- a/htdocs/admin/healthy.bml Mon Sep 27 16:38:06 2010 -0500
+++ b/htdocs/admin/healthy.bml Fri Oct 01 23:28:36 2010 +0800
@@ -18,7 +18,7 @@
#
use strict;
- use IO::Socket::INET;
+ use IO::Socket::INET ();
my ( @pass, @fail );
--------------------------------------------------------------------------------
