diff options
Diffstat (limited to 'importxml.pl')
-rwxr-xr-x | importxml.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/importxml.pl b/importxml.pl index f34317d5a..1105e2517 100755 --- a/importxml.pl +++ b/importxml.pl @@ -10,6 +10,7 @@ # a new bug into bugzilla. Everything before the beginning <?xml line # is removed so you can pipe in email messages. +use 5.10.1; use strict; ##################################################################### |