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
Test::File::ShareDir::Object::Inc(3) User Contributed Perl Documentation Test::File::ShareDir::Object::Inc(3)

Test::File::ShareDir::Object::Inc - Shared tempdir object code to inject into @INC

version 1.001002

    use Test::File::ShareDir::Object::Inc;

    my $inc = Test::File::ShareDir::Object::Inc->new();

    $inc->tempdir() # add files to here

    $inc->module_tempdir() # or here

    $inc->dist_tempdir() # or here

    $inc->add_to_inc;

This class doesn't do very much on its own.

It simply exists to facilitate "tempdir" creation, and the injection of those "tempdir"'s into @INC

DEPRECATED: Use "register" instead.

    $instance->register;

Allows this "Inc" to be used.

Presently, this injects the associated "tempdir" into @INC

Since 1.001000

    $instance->clear();

Prevents this "Inc" from being used.

Presently, this removes the "tempdir" from @INC

Since 1.001000

A path to a "tempdir" of some description.

The "module" "ShareDir" base directory within the "tempdir"

The "dist" "ShareDir" base directory within the "tempdir"

Kent Fredric <kentnl@cpan.org>

This software is copyright (c) 2017 by Kent Fredric <kentnl@cpan.org>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2017-03-01 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.