Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/p5-Test-WWW-Mechanize-Catalyst,
Test::WWW::Mechanize for Catalyst
Branch: CURRENT,
Version: 0.37nb1,
Package name: p5-Test-WWW-Mechanize-Catalyst-0.37nb1,
Maintainer: kuli0020Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates
features for web application testing. The Test::WWW::Mechanize::Catalyst
module meshes the two to allow easy testing of Catalyst applications
without starting up a web server.
Testing web applications has always been a bit tricky, normally starting
a web server for your application and making real HTTP requests to it.
This module allows you to test Catalyst web applications but does not
start a server or issue HTTP requests. Instead, it passes the HTTP
request object directly to Catalyst. Thus you do not need to use a real
hostname: "http://localhost/" will do.
WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/
Required to run:[
www/p5-Test-WWW-Mechanize] [
lang/perl5] [
devel/p5-Test-Simple] [
www/p5-Catalyst-Runtime]
Required to build:[
devel/p5-Module-Build]
Master sites: (Expand)
SHA1: 551331383f1fd056ebca7165898d9b560aea24cd
RMD160: c546f35b5cd48554be4e01ea90b99a5dfd59eafe
Filesize: 6.408 KB
Version history: (Expand)
- (2008-12-07) Package deleted from pkgsrc
- (2008-10-20) Updated to version: p5-Test-WWW-Mechanize-Catalyst-0.37nb1
- (2007-03-03) Updated to version: p5-Test-WWW-Mechanize-Catalyst-0.37
- (2006-03-10) Package added to pkgsrc.se, version p5-Test-WWW-Mechanize-Catalyst-0.35 (created)
CVS history: (Expand)
2008-10-20 12:10:18 by Tonnerre | Files touched by this commit (41) |
Log message:
Use as much of the catalyst from normal, non-wip pkgsrc as possible.
PKGREVISION++.
|
2008-05-30 14:22:19 by abs | Files touched by this commit (64) |
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
|
2007-03-03 11:35:45 by Johann Franz | Files touched by this commit (2) |
Log message:
Update to 0.37.
Changes since 0.35:
0.37 Wed Apr 26 09:30:26 EDT 2006
- patch to follow LWP's $m->requests_redirectable() and small
docpatch (thanks to Daniel McBrearty)
- mention Catalyst::Test (thanks to guest)
0.36 Mon Apr 17 11:27:17 BST 2006
- perltidy
- Catalyst debug screens are now failures (thanks to Kieren Diment)
|
2006-03-09 22:32:43 by Roman Kulik | Files touched by this commit (4) | |
Log message:
Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates
features for web application testing. The Test::WWW::Mechanize::Catalyst
module meshes the two to allow easy testing of Catalyst applications
without starting up a web server.
Testing web applications has always been a bit tricky, normally starting
a web server for your application and making real HTTP requests to it.
This module allows you to test Catalyst web applications but does not
start a server or issue HTTP requests. Instead, it passes the HTTP
request object directly to Catalyst. Thus you do not need to use a real
hostname: "http://localhost/" will do.
WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/
|