commit | 840c92497503e9f5cf6066d7c3d3bd1b46bd04c1 | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Tue Oct 28 19:51:26 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Tue Oct 28 19:51:26 2014 +0000 |
tree | 9f1628bbfe025730868d98e8c01dc69a30a27bbb | |
parent | 6dab7ea5ae82b1628ddb927e1f482a0f37b64a9a [diff] [blame] |
Meta data update for corpus indexing
diff --git a/Makefile.PL b/Makefile.PL index 3361ce4..1bd7ac8 100644 --- a/Makefile.PL +++ b/Makefile.PL
@@ -1,5 +1,5 @@ #!/usr/bin/env perl -use v5.16; +use v5.14; use strict; use warnings; use ExtUtils::MakeMaker; @@ -27,7 +27,7 @@ 'utf8' => 0, 'bytes' => 0 }, - MIN_PERL_VERSION => '5.016', + MIN_PERL_VERSION => '5.014', test => { TESTS => 't/*.t' }