From owner-cvs-all@FreeBSD.ORG Mon Apr 30 03:10:50 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4EE11065672; Mon, 30 Apr 2012 03:10:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 782A38FC1C; Mon, 30 Apr 2012 03:10:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q3U3Aomq095619; Mon, 30 Apr 2012 03:10:50 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3U3AoHV095618; Mon, 30 Apr 2012 03:10:50 GMT (envelope-from sunpoet) Message-Id: <201204300310.q3U3AoHV095618@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 30 Apr 2012 03:10:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Test-Mock-LWP-Dispatch Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2012 03:10:50 -0000 sunpoet 2012-04-30 03:10:50 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Test-Mock-LWP-Dispatch Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Test-Mock-LWP-Dispatch 0.03 Test::Mock::LWP::Dispatch intends for testing a code that heavily uses LWP::UserAgent. Assume that function you want to test makes three different request to the server and expects to get some content from the server. To test this function you should setup request/response mappings for mocked UserAgent and test it. For doing something with mappings, here are methods map, unmap and unmap_all. For controlling context of these mappings (is it applies for all created in your code LWP::UserAgent's or only to one specific?) you should call these functions for exported $mock_ua object (global mapping) or for newly created LWP::UserAgent (local mappings). See also on Test::Mock::LWP, it provides mocked LWP objects for you, so probably you can solve your problems with this module too. WWW: http://search.cpan.org/dist/Test-Mock-LWP-Dispatch/ Revision Changes Path 1.4938 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/p5-Test-Mock-LWP-Dispatch/Makefile (new) 1.1 +2 -0 ports/devel/p5-Test-Mock-LWP-Dispatch/distinfo (new) 1.1 +17 -0 ports/devel/p5-Test-Mock-LWP-Dispatch/pkg-descr (new) 1.1 +9 -0 ports/devel/p5-Test-Mock-LWP-Dispatch/pkg-plist (new)