test::file::sharedir::tempdirobject(3pm) debian man page | unix.com

Man Page: test::file::sharedir::tempdirobject

Operating Environment: debian

Section: 3pm

Test::File::ShareDir::TempDirObject(3pm)		User Contributed Perl Documentation		  Test::File::ShareDir::TempDirObject(3pm)

NAME
Test::File::ShareDir::TempDirObject - Internal Object to make code simpler.
VERSION
version 0.3.1
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 <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This 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)
Related Man Pages
file::sharedir::par(3pm) - debian
getopt::long::descriptive::opts(3pm) - debian
rdf::trine::variablebindings(3pm) - debian
test::file::sharedir(3pm) - debian
test::reporter::transport::file(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
One instance of comparing grep and awk