Skip Menu |

This queue is for tickets about the Test-CallFlow CPAN distribution.

Report information
The Basics
Id: 43201
Status: new
Priority: 0/
Queue: Test-CallFlow

People
Owner: Nobody in particular
Requestors: Kalle.Hallivuori [...] ascom.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: stronger INC faking
Date: Wed, 11 Feb 2009 16:23:52 +0200
To: bug-test-callflow [...] rt.cpan.org
From: Kalle Hallivuori <Kalle.Hallivuori [...] ascom.com>
BEGIN { # mark libraries to mock as already loaded so we don't get flooded by sub definitions # TODO: support this correctly in CallFlow import and mock_package $INC{'XXX/XXX.pm'} = 1;