Module::Install::RTx::Remove - RT extension installer (remove files)
Contents
Description
Remove specified files. Intended to remove files from previously installed versions when upgrading code
in place.
Methods
RTxRemove
Removes specified files.
Accepts: Arrayref of files to remove. Files should have a full directory path.
perl v5.40.1 2025-03-29 Module::Install::RTx::Remove(3pm)
Name
Module::Install::RTx::Remove - RT extension installer (remove files)
Usage
perl -MModule::Install::RTx::Remove -e "RTxRemove([q(/full/dir/path/file_to_remove)])"
