Query: test::file::sharedir::tempdirobject
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Test::File::ShareDir::TempDirObject(3pm) User Contributed Perl Documentation Test::File::ShareDir::TempDirObject(3pm)NAMETest::File::ShareDir::TempDirObject - Internal Object to make code simpler.VERSIONversion 0.3.1SYNOPSISmy $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;METHODSnew Creates a new instance of this object.AUTHORKent Fredric <kentnl@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2011 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. perl v5.14.2 2012-06-24 Test::File::ShareDir::TempDirObject(3pm)