diff options
author | pi <pi@FreeBSD.org> | 2015-01-18 18:55:54 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-01-18 18:55:54 +0800 |
commit | db4b42e19a9f1ea81ebea586157ba2dab1b10bb1 (patch) | |
tree | 7fb0e13d4c4e7410acac7297edfdbcf5da9bd525 /www/Makefile | |
parent | 46e7b9a0e7e218ec32c734e1f6d28e4d290123f1 (diff) | |
download | freebsd-ports-gnome-db4b42e19a9f1ea81ebea586157ba2dab1b10bb1.tar.gz freebsd-ports-gnome-db4b42e19a9f1ea81ebea586157ba2dab1b10bb1.tar.zst freebsd-ports-gnome-db4b42e19a9f1ea81ebea586157ba2dab1b10bb1.zip |
New port: www/p5-Test-LWP-UserAgent
LWP::UserAgent suitable for simulating and testing network calls.
It overrides a few key low-level methods of LWP::UserAgent that are
concerned with actually sending your request over the network,
allowing an interception of that request and simulating a particular
response. This greatly facilitates testing of client networking
code where the server follows a known protocol.
WWW: http://search.cpan.org/dist/Test-LWP-UserAgent/
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index d7ba20708667..57045a150727 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1193,6 +1193,7 @@ SUBDIR += p5-Tenjin SUBDIR += p5-Test-HTTP SUBDIR += p5-Test-HTTP-Server-Simple + SUBDIR += p5-Test-LWP-UserAgent SUBDIR += p5-Test-Nginx SUBDIR += p5-TestGen4Web-Runner SUBDIR += p5-Text-MultiMarkdown-ApacheHandler |