|
|
|
|
|
by bartl
3406 days ago
|
|
Indeed. The Perl `rename` is based on the module [File::Rename](http://search.cpan.org/~rmbarker/File-Rename-0.20/). This name clash makes that the perl module cannot be easily used on CentOS, since the CentOS utility is required for building RPM packages. You'd have to edit Makefile.PL of the Perl module before installation, to avoid that clash. (I'd prefer to keep the name as "rename.pl", in this case; though file-rename, as on Windows, would work too.) |
|