Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2008 20:48:41 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Test-WWW-Mechanize-CGIApp Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200811212048.mALKmfxQ092685@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2008-11-21 20:48:41 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Test-WWW-Mechanize-CGIApp Makefile distinfo pkg-descr 
                                       pkg-plist 
  Log:
  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/
  
  PR:             ports/129004
  Submitted by:   George Hartzell <hartzell at alerce.com>
  
  Revision  Changes    Path
  1.3263    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/p5-Test-WWW-Mechanize-CGIApp/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Test-WWW-Mechanize-CGIApp/distinfo (new)
  1.1       +13 -0     ports/devel/p5-Test-WWW-Mechanize-CGIApp/pkg-descr (new)
  1.1       +9 -0      ports/devel/p5-Test-WWW-Mechanize-CGIApp/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811212048.mALKmfxQ092685>