Test::File::ShareDir::TempDirObject - Internal Object to make code simpler.

NAME  VERSION  SYNOPSIS  METHODS  new  AUTHOR  COPYRIGHT AND LICENSE 

NAME

Test::File::ShareDir::TempDirObject − Internal Object to make code simpler.

VERSION

version 1.001002

SYNOPSIS

my $object = $class−>new({
−root => 'foo', # optional
−share => {
−module => {
'baz' => 'dir',
},
−dist => {
'Task−baz' => 'otherdir',
},
},
});
# installs a sharedir for 'baz' by copying 'foo/dir'
$object−>_install_module('baz');
# installs a shardir for distribution 'Task−baz' by copying 'foo/otherdir'
$object−>_install_dist('Task−baz');
# add to @INC
unshift @INC, $object−>_tempdir−>stringify;

METHODS

new

Creates a new instance of this object.

AUTHOR

Kent Fredric <[email protected]>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Kent Fredric <[email protected]>.

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


Updated 2024-01-29 - jenkler.se | uex.se