The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::FTPServer::PWP::DirHandle - Specialized ::DirHandle for Net::FTPServer::PWP

SYNOPSIS

  use Net::FTPServer::PWP::DirHandle;

DESCRIPTION

This module complements Net::FTPServer::PWP by encapsulating directory-handling methods. Currently, it implements the following methods:

    ->delete

    Mac OS X 10.1.5 (darwin) seems to have a bug in rmdir() when its argument ends in a slash. This method works around this limitation by retrying the rmdir() without the slash in case of failure.

EXPORT

None by default.

HISTORY

$Id: DirHandle.pm,v 1.5.4.1 2002/11/13 19:29:11 lem Exp $

1.00

Original version; created by h2xs 1.21 with options

  -ACOXcfkn
        Net::FTPServer::PWP
        -v1.00
        -b
        5.5.0

AUTHOR

Luis E. Munoz <luismunoz@cpan.org>

SEE ALSO

Net::FTPServer::Full, Net::FTPServer, perl.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 31:

You can't have =items (as at line 44) unless the first thing after the =over is an =item