diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-27 10:50:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-27 10:50:25 +0000 |
commit | 9a06b3a1c2c351c9a8aa4c7d2d9bf7948a782751 (patch) | |
tree | ebf9b60c2b03f85ee7b65847d3037823843040db /www/p5-Plack-Test-ExternalServer/pkg-descr | |
parent | ffd7ff43ec821728badc7a314ed54e1d48740224 (diff) | |
download | ports-9a06b3a1c2c351c9a8aa4c7d2d9bf7948a782751.tar.gz ports-9a06b3a1c2c351c9a8aa4c7d2d9bf7948a782751.zip |
Notes
Diffstat (limited to 'www/p5-Plack-Test-ExternalServer/pkg-descr')
-rw-r--r-- | www/p5-Plack-Test-ExternalServer/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/p5-Plack-Test-ExternalServer/pkg-descr b/www/p5-Plack-Test-ExternalServer/pkg-descr new file mode 100644 index 000000000000..b7cb523ab605 --- /dev/null +++ b/www/p5-Plack-Test-ExternalServer/pkg-descr @@ -0,0 +1,7 @@ +Plack::Test::ExternalServer allows your to run your Plack::Test tests against an +external server instead of just against a local application through either +mocked HTTP or a locally spawned server. + +See Plack::Test on how to write tests that can use this module. + +WWW: http://search.cpan.org/dist/Plack-Test-ExternalServer/ |