The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Filesys::POSIX::Module - Export methods to Filesys::POSIX namespace

SYNOPSIS

    package Foo;

    use Filesys::POSIX::Module;

    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.