summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-09-18 12:53:48 +0200
committerYorhel <git@yorhel.nl>2015-09-18 12:53:48 +0200
commit990ab85dd1021c56ef479dbd49de9c8879be81f5 (patch)
tree5d8adabec67d06d198b39f0109cce61e7f720b72 /Build.PL
parenta943deb4b8054f6c440bdfdf993dc834308c4521 (diff)
Some changes I still hadn't committed since the 0.2 release
Diffstat (limited to 'Build.PL')
-rwxr-xr-xBuild.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index bb34789..a350769 100755
--- a/Build.PL
+++ b/Build.PL
@@ -9,7 +9,7 @@ Module::Build->new(
dist_abstract => 'The Ultimate Website Framework',
license => 'mit',
requires => {
- perl => '5.10.0',
+ perl => '5.8.0',
},
recommends => {
'PerlIO::gzip' => 0,