-
-
29 Aug 2018 19:53:19 UTC
- Distribution: PathTools
- Module version: 3.75
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Clone git repository
- Issues
- Testers (3494 / 140 / 0)
- Kwalitee
Bus factor: 5- 49.48% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (116.27KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp
- File::Basename
- Scalar::Util
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
File::Spec::AmigaOS - File::Spec for AmigaOS
SYNOPSIS
require File::Spec::AmigaOS; # Done automatically by File::Spec # if needed
DESCRIPTION
Methods for manipulating file specifications.
METHODS
- tmpdir
-
Returns $ENV{TMPDIR} or if that is unset, "/t".
- file_name_is_absolute
-
Returns true if there's a colon in the file name, or if it begins with a slash.
All the other methods are from File::Spec::Unix.
Module Install Instructions
To install Cwd, copy and paste the appropriate command in to your terminal.
cpanm Cwd
perl -MCPAN -e shell install Cwd
For more information on module installation, please visit the detailed CPAN module installation guide.