diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-08-31 12:31:04 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-08-31 12:31:04 +0200 |
commit | 3088b1d2724d7959ea87e84cab98963e2d2c3e72 (patch) | |
tree | 1e2d34957160e9375539f8e03a025e984455f7ab /t | |
parent | ab612efff307c445c25d010ac8a2eaba6fd93228 (diff) | |
download | bugs-3088b1d2724d7959ea87e84cab98963e2d2c3e72.tar bugs-3088b1d2724d7959ea87e84cab98963e2d2c3e72.tar.gz bugs-3088b1d2724d7959ea87e84cab98963e2d2c3e72.tar.bz2 bugs-3088b1d2724d7959ea87e84cab98963e2d2c3e72.tar.xz bugs-3088b1d2724d7959ea87e84cab98963e2d2c3e72.zip |
Bug 655477: Bugzilla now requires Perl 5.10.1
r=mkanat a=LpSolit
Diffstat (limited to 't')
-rw-r--r-- | t/001compile.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/001compile.t b/t/001compile.t index a82b30a9e..186e2a8ee 100644 --- a/t/001compile.t +++ b/t/001compile.t @@ -11,7 +11,7 @@ ###Compilation### use strict; -use 5.008001; +use 5.10.1; use lib qw(. lib t); use Config; use Support::Files; |