diff options
Diffstat (limited to 'testagent.cgi')
-rwxr-xr-x | testagent.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testagent.cgi b/testagent.cgi index dfb1ff228..c70c90779 100755 --- a/testagent.cgi +++ b/testagent.cgi @@ -10,7 +10,7 @@ # are being run instead of shown. This script does not rely on database access # or correct params. -use 5.10.1; +use 5.14.0; use strict; use warnings; |