Version: 1.31, Package name: p5-File-Rename-1.31 |
Maintained by: The OpenBSD ports mailing-list |
Master sites:
|
Description File::Rename is a Perl extension that accepts a list of files, passes them through a subroutine, and renames them according to the output of that function. prename(1) is a command-line tool using this extension, allowing batch changes like these to be made: - strip the .bak extension of any *.bak files prename 's/\.bak$//' *.bak - translate uppercase names to lower prename 'y/A-Z/a-z/' * |
Filesize: 14.568 KB |
Version History (View Complete History) |
|
2021-09-08 13:28:13 by Alexander Bluhm | Files touched by this commit (3) |
Log message: update p5-File-Rename to 1.30 from wen heping |
2021-04-28 13:50:11 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to p5-File-Rename-1.20 |
2021-03-07 16:05:59 by Andrew Fresh | Files touched by this commit (1) |
Log message: TEST_DEPENDS+=devel/p5-IO-stringy textproc/p5-Pod-Parser |
2020-07-03 15:46:09 by Stuart Henderson | Files touched by this commit (1723) |
Log message: bump for search.cpan.org->metacpan.org change |
2020-06-18 00:18:13 by Benoit Lecocq | Files touched by this commit (2) |
Log message: Update to p5-File-Rename-1.13, from wen heping |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-11-04 16:35:58 by Alexander Bluhm | Files touched by this commit (1) |
Log message: Test requires p5-Test-Pod-Coverage, add dependency. |
2018-10-24 14:50:19 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to p5-File-Rename 1.10, from Charlene Wendling |
2018-08-21 11:37:22 by Stuart Henderson | Files touched by this commit (4) |
Log message: Update to p5-File-Rename-1.00, renaming the installed utility to prename as seem common on other OS. From Charlene Wendling, ok edd@ |