GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
unmocked(3) User Contributed Perl Documentation unmocked(3)

unmocked - use real libraries from within mocked libraries

  # Your mocked module needs to use a real library
  package Fake::Fun;
  use unmocked 'URI';

When 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.

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).

Luke Closs, "<cpan at 5thplane.com>"

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2007-10-10 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.