Ștefan Suciu 2020-05-27
Version: 0.925
Planned Copy - an automated install/sync application for files on your Linux/Windows box. See the manual for details.
Download the source package from the GitHub repository and install like any other Perl package.
Download the distribution, unpack and install:
$ tar xaf App::PlannedCopy-0.NNN.tar.gz
$ cd App::PlannedCopy-0.NNN
Then as usual for a Perl application:
$ perl Makefile.PL
$ make
$ make test
$ make install
The second option is to clone the repository, build and install with
dzil
.
If the diff
program is set to ignore whitespace, then when plcp
reports differences, the diff
program may report identical files.
If the destination path for an item is too long, it will alter the printing format.
Copyright (C) 2020 Ștefan Suciu
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; version 2 dated June, 1991 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.
A copy of the GNU General Public License is available in the source tree; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.