Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/librecat/catmandu-fix-file

Catmandu fixes that work on file
https://github.com/librecat/catmandu-fix-file

Last synced: 4 days ago
JSON representation

Catmandu fixes that work on file

Awesome Lists containing this project

README

        

# NAME

Catmandu::Fix::File - Catmandu fixes to check file attributes

# STATUS

[![Build Status](https://travis-ci.org/LibreCat/Catmandu-Fix-File.svg?branch=master)](https://travis-ci.org/LibreCat/Catmandu-Fix-File)
[![Coverage](https://coveralls.io/repos/LibreCat/Catmandu-Fix-File/badge.png?branch=master)](https://coveralls.io/r/LibreCat/Catmandu-Fix-File)
[![CPANTS kwalitee](http://cpants.cpanauthors.org/dist/Catmandu-Fix-File.png)](http://cpants.cpanauthors.org/dist/Catmandu-Fix-File)

# SYNOPSIS

use Catmandu::Fix::File;

# all fix functions are exported by default

# DESCRIPTION

Catmandu::Fix::File includes the following [Catmandu::Fix](https://metacpan.org/pod/Catmandu::Fix) functions:

- [Catmandu::Fix::basename](https://metacpan.org/pod/Catmandu::Fix::basename)
- [Catmandu::Fix::dirname](https://metacpan.org/pod/Catmandu::Fix::dirname)
- [Catmandu::Fix::file\_size](https://metacpan.org/pod/Catmandu::Fix::file_size)
- [Catmandu::Fix::human\_byte\_size](https://metacpan.org/pod/Catmandu::Fix::human_byte_size)
- [Catmandu::Fix::Condition::file\_test](https://metacpan.org/pod/Catmandu::Fix::Condition::file_test)

# AUTHOR

Nicolas Franck, ``

# LICENSE AND COPYRIGHT

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See [http://dev.perl.org/licenses/](http://dev.perl.org/licenses/) for more information.