Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haukex/file-replace
Perl distributions File-Replace, Tie-Handle-Base, File-Replace-Fancy, and File-Replace-Inplace (see README)
https://github.com/haukex/file-replace
file-replace perl perl-extension perl-module
Last synced: 26 days ago
JSON representation
Perl distributions File-Replace, Tie-Handle-Base, File-Replace-Fancy, and File-Replace-Inplace (see README)
- Host: GitHub
- URL: https://github.com/haukex/file-replace
- Owner: haukex
- License: gpl-3.0
- Created: 2017-11-23T12:23:38.000Z (about 7 years ago)
- Default Branch: onlyreplace
- Last Pushed: 2024-04-27T14:13:01.000Z (8 months ago)
- Last Synced: 2024-07-30T19:50:36.907Z (5 months ago)
- Topics: file-replace, perl, perl-extension, perl-module
- Language: Perl
- Homepage: https://metacpan.org/pod/File::Replace
- Size: 248 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE.txt
Awesome Lists containing this project
README
File-Replace
============This is the distribution of the Perl module
[`File::Replace`](https://metacpan.org/pod/File::Replace).It is a Perl extension for replacing files by renaming a temp file
over the original.Please see the module's documentation (POD) for details (try the command
`perldoc lib/File/Replace.pm`) and the file `Changes` for version
information.[![Kwalitee Score](https://cpants.cpanauthors.org/dist/File-Replace.svg)](https://cpants.cpanauthors.org/dist/File-Replace)
[![CPAN Testers](https://haukex.github.io/my-badges/File-Replace.svg)](http://matrix.cpantesters.org/?dist=File-Replace)Important Note About the Repository
-----------------------------------Because this module's code was forked from the original File-Replace
distribution and repository, its code is still contained in the
`File-Replace` repository, **branch `onlyreplace`**, which you can find
at ****.If you're checking out this suite of modules from Git, I suggest the following:
git clone --branch tiehandle https://github.com/haukex/File-Replace.git Tie-Handle-Base
git clone --branch onlyreplace https://github.com/haukex/File-Replace.git File-Replace
git clone --branch fancyreplace https://github.com/haukex/File-Replace.git File-Replace-Fancy
git clone --branch reinplace https://github.com/haukex/File-Replace.git File-Replace-InplaceInstallation
------------To install this module type the following:
perl Makefile.PL
make
make test
make installIf you are running Windows, you may need to use `dmake`, `nmake`, or `gmake`
instead of `make`.Dependencies
------------Requirements: Perl v5.8.1 or higher (a more current version is *strongly*
recommended) and several of its core modules; users of older Perls may need
to upgrade some core modules.The full list of required modules can be found in the file `Makefile.PL`.
This module should work on any platform supported by these modules.Author, Copyright and License
-----------------------------Copyright (c) 2017-2023 Hauke Daempfling
at the Leibniz Institute of Freshwater Ecology and Inland Fisheries (IGB),
Berlin, Germany,This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .