# File::Tools

UNIX tools implemented as Perl Modules and made available to other platforms as well


## Release

* Update VERSION in the module
* Update Changes file

```
perl Makefile.PL
make
make test
make manifest
make dist
```