package Your::Net::FTP; use parent 'Net::FTP'; use strict; use warnings; sub your_new_method { ... } 1;