Ports Search

Results 3,4313,440 of 5,623 for /devel/.(0.003 seconds)
devel/Test-Version-1.05000 (Score: 0.032514982)
Check to see that version in modules are sane
This module's goal is to be a one stop shop for checking to see that your versions across your dist are sane.
devel/Test-WWW-Declare-0.02 (Score: 0.032514982)
Declarative testing for your web app
Test-WWW-Declare is a perl module of declarative testing for your web app.
devel/Test-WWW-Mechanize-CGI-0.1 (Score: 0.032514982)
Test CGI applications with Test::WWW::Mechanize
Provides a convenient way of testing CGI applications without a external daemon.
devel/Test-WWW-Mechanize-CGIApp-0.05 (Score: 0.032514982)
Test::WWW::Mechanize for CGIApp
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.
Test::WWW::Mechanize for Catalyst
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 needing to starting up a web server. Testing web applications has always been a bit tricky, normally requiring 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 require 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:
devel/Test-WWW-Mechanize-PSGI-0.35 (Score: 0.032514982)
Perl extension to test PSGI programs using WWW::Mechanize
Test PSGI programs using WWW::Mechanize.
devel/WeakRef-0.01 (Score: 0.032514982)
API to the Perl weak references
A patch to Perl 5.005_55 by the author implements a core API for weak references. This module is a Perl-level interface to that API, allowing weak references to be created in Perl. A weak reference is just like an ordinary Perl reference except that it isn't included in the reference count of the thing referred to. This means that once all references to a particular piece of data are weak, the piece of data is freed and all the weak references are set to undef. This is particularly useful for implementing circular data structures without memory leaks or caches of objects.
devel/dia2code-0.8.8 (Score: 0.032514982)
Small utility used to generate code from a Dia diagram
Dia2Code is a small utility used to generate code from a Dia diagram. Dia is a program to make diagrams (ports/graphics/dia) - Reads UML diagrams. - Can handle UML - Generalization, UML - Realization and UML - Implements. - Selective code generation. - User-defined output directory. - Stereotype handling: interfaces, abstract classes. - "Import" and "include" based on the parent classes, the type of attributes and return type of methods if they're declared in the same diagram. - Support for JavaBeans(tm): will create automagically methods to access and modify each attribute.
devel/Test-WWW-Selenium-1.36 (Score: 0.032514982)
Perl driver and test library for Selenium Remote Control (SRC)
Test-WWW-Selenium is a perl driver and test library for Selenium Remote Control (SRC).
devel/VCS-0.25 (Score: 0.032514982)
Library for generic Version Control System access in Perl
`VCS' is an API for abstracting access to all version control systems from Perl code. This is achieved in a similar fashion to the `DBI' suite of modules. It comes with example CVS and RCS wrappers.