diff options
author | adrianp <adrianp> | 2006-01-18 22:53:18 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-01-18 22:53:18 +0000 |
commit | 8f9bc2427532567d910608fe6050039bee7da7a0 (patch) | |
tree | 5255839c3e0bc3037af460b9bb4fb2458f8950dc /devel/libwhisker2/DESCR | |
parent | 727545c0cf4362e9b4ec0efb2ddd05e43c81141c (diff) | |
download | pkgsrc-8f9bc2427532567d910608fe6050039bee7da7a0.tar.gz |
Libwhisker is a Perl module geared specificly for HTTP testing.
Libwhisker has a few design principles:
- Portable: runs with 0 changes on Unix, Windows, etc (100% Perl)
- Flexible: designed with a 'no rules' approach
- Contained: designed to not require external modules when possible
- Localized: does not require installation to use
This is libwhisker 2.3
Diffstat (limited to 'devel/libwhisker2/DESCR')
-rw-r--r-- | devel/libwhisker2/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/libwhisker2/DESCR b/devel/libwhisker2/DESCR new file mode 100644 index 00000000000..b80663b3dfc --- /dev/null +++ b/devel/libwhisker2/DESCR @@ -0,0 +1,7 @@ +Libwhisker is a Perl module geared specifically for HTTP testing. +Libwhisker has a few design principles: + +- Portable: runs with 0 changes on Unix, Windows, etc. (100% Perl) +- Flexible: designed with a 'no rules' approach +- Contained: designed to not require external modules when possible +- Localized: does not require installation to use |