Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/librecat/catmandu-fix-file
- Owner: LibreCat
- Created: 2017-02-17T13:39:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T11:25:26.000Z (almost 7 years ago)
- Last Synced: 2024-05-09T11:37:11.657Z (6 months ago)
- Language: Perl
- Size: 20.5 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
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.