summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-01-11 20:24:57 +0100
committerYorhel <git@yorhel.nl>2011-01-11 20:29:22 +0100
commitaae91cee1a95ce4645fe2610c6e629b0446d6bcb (patch)
tree5557d7b97a40deaa65d28f55b3a029683dcadb2b /Build.PL
parent97aa6b5ace6f768fd6ed0ee19bc0e9cd9a194a4d (diff)
TUWF::Request: Implemented own parameter parsing and handling
This removes the dependency on CGI::Minimal. Also added reqGET() and reqPOST() methods, which can be used instead of reqParam(). multipart/form-data is not supported yet, and there are a few other TODO's left. The behaviour of reqParam() changed a little with regards to fetching parameters that are not present in the request: previously it would return an empty string, it will now return undef.
Diffstat (limited to 'Build.PL')
-rwxr-xr-xBuild.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 0793031..9867655 100755
--- a/Build.PL
+++ b/Build.PL
@@ -9,7 +9,6 @@ Module::Build->new(
dist_abstract => 'The Ultimate Website Framework',
license => 'mit',
requires => {
- 'CGI::Minimal' => 0,
perl => '5.10.0',
},
recommends => {