diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-12-08 21:03:20 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-12-08 21:03:20 +0000 |
commit | 9e74af8f588272a0ee55cf151244b65faeff67f7 (patch) | |
tree | 87542a7eaa63dc299ca30cacfd272135a30f61aa /textproc/Makefile | |
parent | 9fc3722c418152bb90f736c2696b400f7ff07770 (diff) |
File::Inplace is a Perl module intended to ease the common task of
editing a file in-place. Inspired by variations of Perl's -i option,
this module is intended for somewhat more structured and reusable
editing than command line Perl typically allows.
File::Inplace endeavors to guarantee file integrity; that is, either
all of the changes made will be saved to the file, or none will.
It also offers functionality such as backup creation, automatic
field splitting per-line, automatic chomping/unchomping, and aborting
edits partially through without affecting the original file.
WWW: http://search.cpan.org/dist/File-Inplace/
Notes
Notes:
svn path=/head/; revision=265874
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 3a0b73453bc3..556c6517bd37 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -452,6 +452,7 @@ SUBDIR += p5-DocSet SUBDIR += p5-EBook-Tools SUBDIR += p5-Excel-Template + SUBDIR += p5-File-Inplace SUBDIR += p5-Filter-Simple SUBDIR += p5-FormValidator-Lite SUBDIR += p5-FormValidator-Simple |