DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtest-www-mechanize-catalyst-perl
BeschreibungTest::WWW::Mechanize for Catalyst
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.51-2
Sektionuniverse/perl
Prioritätoptional
Installierte Größe88 Byte
Hängt ab vonperl (>= 5.6.0-16), libcatalyst-perl, libwww-perl, libtest-www-mechanize-perl, libmoose-perl (>= 0.6
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße16454 Byte
Prüfsumme MD5a89c5333338d8c37fcc3bb0d10ea8e01
Prüfsumme SHA134e3986121d8b0ecd01ef0358ee13b3918095421
Prüfsumme SHA256f503445449ef4052ef1f7320670f81fa237e1f67bec6981a9d6e21a9080afc65
Link zum Herunterladenlibtest-www-mechanize-catalyst-perl_0.51-2_al
Ausführliche BeschreibungCatalyst is an elegant MVC Web Application Framework. 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. Test::WWW::Mechanize::Catalyst 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. However, this is optional. The following two lines of code do exactly the same thing:


Impressum
Linux is a registered trademark of Linus Torvalds