table of contents
other versions
- bookworm 0.43-1
- testing 0.43-1
- unstable 0.43-1
- experimental 0.43-2
Module::Install::RTx::Remove(3pm) | User Contributed Perl Documentation | Module::Install::RTx::Remove(3pm) |
DESCRIPTION¶
Remove specified files. Intended to remove files from previously installed versions when upgrading code in place.
USAGE¶
perl -MModule::Install::RTx::Remove -e "RTxRemove([q(/full/dir/path/file_to_remove)])"
METHODS¶
RTxRemove¶
Removes specified files.
Accepts: Arrayref of files to remove. Files should have a full directory path.
2022-07-21 | perl v5.34.0 |