Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansbv committed Nov 23, 2016
1 parent b260c20 commit 19cf5aa
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
30 changes: 27 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Planned Copy
Ștefan Suciu
2016-01-22

Version: 0.840
Version: 0.910

Planned Copy - a smarter copy application for your Linux box. See the
manual for details.
Expand All @@ -25,13 +25,37 @@ Cava Packager from the GitHub repository and then:
Put `/opt/planned-copy/bin/` in your PATH.

The second option is to download the source package from the GitHub
repository and do:
repository and install like any other Perl package.

TODO: Add a package with build scripts!
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 third option is to clone the repository, build and install with `dzil`.


Known Issues
------------

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.


License And Copyright
---------------------

Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = Perl_5
main_module = lib/App/PlannedCopy.pm
copyright_holder = Ștefan Suciu
copyright_year = 2016
version = 0.908
version = 0.910

[MetaResources]
repository.url = http://github.com/stefansbv/planned-copy/
Expand Down

0 comments on commit 19cf5aa

Please sign in to comment.