| Previous | Next
ExtUtils::CommandProvided with the standard Win32 port to replace common Unix commands in MakeFiles. Includes subroutines for the following commands.
cat file... [> destination] Concatenates all specified files into
chmod mode files... Sets Unix-like permissions on all files specified.
cp source... destination Copies a single source file source to
eqtime source destination Sets the "modified time" of
mkpath directory... Creates directory, including any parent directories.
mv source... destination Moves sourcefile source to
rm_f files.... Removes files, even if they are read-only.
rm_rf directories.... Removes directories recursively, even if they are read-only.
test_f file Tests for the existence of file.
touch file.... Makes sure file exists and sets the current timestamp. |