Query: unmocked
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
unmocked(3pm) User Contributed Perl Documentation unmocked(3pm)NAMEunmocked - use real libraries from within mocked librariesSYNOPSIS# Your mocked module needs to use a real library package Fake::Fun; use unmocked 'URI';DESCRIPTIONWhen mocking modules using 'mocked', you are certain that no extra "real" libraries are being loaded. But sometimes you don't want to use real libraries from within your mocked library. This module allows you to load real libraries using your previous include paths.FUNCTIONSimport With a package name, this function will ensure that the module you specify is loaded from the regular @INC path (that mocked.pm has removed).AUTHORLuke Closs, "<cpan at 5thplane.com>"LICENSEThis program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2009-12-09 unmocked(3pm)