File::Path

Release history of File-Path

Latest version: 2.18 registry icon
Maintenance score
0
Safety score
0
Popularity score
10
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
2.18 0 0 0 0 0
2.17 0 0 0 0 0
2.16 0 0 0 0 0
2.15 0 0 0 0 0
2.14 0 0 0 0 0
2.13 0 0 0 0 0
2.18_001 0 0 0 0 0
2.12_008 0 0 1 0 0
2.12_007 0 0 1 0 0
2.12_006 0 0 1 0 0
2.12_005 0 0 1 0 0
2.12_004 0 0 1 0 0
2.12_003 0 0 1 0 0

Stability
Latest release:

2.18 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

Artistic-1.0   -   Artistic License 1.0

Not a wildcard

Not proprietary

OSI Compliant


GPL-1.0-or-later   -   GNU General Public License v1.0 or later

Not a wildcard

Not proprietary

OSI Compliant



NAME

File::Path - Create or remove directory trees Build status Build Status CPAN version

INSTALLATION

perl Makefile.PL
make
make test
make install

PREREQUISITES

All prerequisites are found in the Perl 5 core distribution.

To configure:

ExtUtils::MakeMaker

To build:

Cwd                         File::Basename
Exporter                    File::Spec

To test:

Carp                        File::Spec::Functions
Config                      SelectSaver
Cwd                         Test::More
Errno                       Win32       # Windows only
Fcntl

BUGS

The File-Path bug tracker is located at:

http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Path

File reports by sending email to:

bug-File-Path@rt.cpan.org

Include test programs or patches as email attachments.

AUTHORS

Prior authors and maintainers: Tim Bunce, Charles Bailey, and David Landgren (david at landgren dot net).

Current maintainers are Richard Elberger (riche at cpan dot org) and James E Keenan (jkeenan at cpan dot org).

COPYRIGHT

This module is copyright (C) Charles Bailey, Tim Bunce, David Landgren, James Keenan, and Richard Elberger 1995-2017. All rights reserved.

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.