NAME
Filesys::POSIX::Module - Export methods to Filesys::POSIX namespace
SYNOPSIS
package
Foo;
my
@METHODS
=
qw(foo bar baz)
;
Filesys::POSIX::Module->export_methods(__PACKAGE__,
@methods
);
DESCRIPTION
Filesys::POSIX::Module
is used to extend Filesys::POSIX
by allowing callers to export methods from their own packages into Filesys::POSIX
.
AUTHOR
Written by Xan Tronix <xan@cpan.org>
COPYRIGHT
Copyright (c) 2014, cPanel, Inc. Distributed under the terms of the Perl Artistic license.