From 3088b1d2724d7959ea87e84cab98963e2d2c3e72 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 31 Aug 2012 12:31:04 +0200 Subject: Bug 655477: Bugzilla now requires Perl 5.10.1 r=mkanat a=LpSolit --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index bcc1ad8ea..990672b14 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -13,7 +13,7 @@ ###################################################################### use strict; -use 5.008001; +use 5.10.1; use File::Basename; use Getopt::Long qw(:config bundling); use Pod::Usage; -- cgit v1.2.3-24-g4f1b