Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosimo/perl5-test-varnish
Test::Varnish CPAN module
https://github.com/cosimo/perl5-test-varnish
Last synced: 10 days ago
JSON representation
Test::Varnish CPAN module
- Host: GitHub
- URL: https://github.com/cosimo/perl5-test-varnish
- Owner: cosimo
- Created: 2010-01-13T19:23:31.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-16T16:41:46.000Z (almost 15 years ago)
- Last Synced: 2023-04-21T10:38:30.804Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Test-Varnish
- Size: 82 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Test-Varnish
Varnish is a high performance reverse proxy.
Test::Varnish allows you to perform tests against a varnish server,
asserting that a given resource (URL) is cached by varnish or not.See it as a sort of Test::More extension to test Varnish.
This can be useful when you want to test that your varnish setup
and configuration works as expected.Another use for this module would be to poll random webservers to
discover who is using Varnish.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc Test::Varnish
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-VarnishAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Test-VarnishCPAN Ratings
http://cpanratings.perl.org/d/Test-VarnishSearch CPAN
http://search.cpan.org/dist/Test-VarnishCOPYRIGHT AND LICENCE
Copyright (C) 2010 Cosimo Streppone
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.