summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Spreadsheet/ParseXLSX.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Spreadsheet/ParseXLSX.pm b/lib/Spreadsheet/ParseXLSX.pm
index 0ffbc43..fac59ba 100644
--- a/lib/Spreadsheet/ParseXLSX.pm
+++ b/lib/Spreadsheet/ParseXLSX.pm
@@ -1,7 +1,7 @@
package Spreadsheet::ParseXLSX;
use strict;
use warnings;
-use 5.008;
+use 5.010;
# ABSTRACT: parse XLSX files
use Archive::Zip;