LibreCat / Catmandu-Fix-Date

Catmandu fixes for processing dates
https://metacpan.org/pod/Catmandu::Fix::Date
0 stars 0 forks source link

NAME

Catmandu::Fix::Date - Catmandu fixes for processing dates

STATUS

Build Status Coverage CPANTS kwalitee

SYNOPSIS

use Catmandu::Fix::Date;

# all fix functions are exported by default
my $item = { date => '2001-11-09' };
split_date($item, 'date');
# $item == { date => { year => 2001, month => 11, day => 9 } }

DESCRIPTION

Catmandu::Fix::Date includes the following Catmandu::Fix functions for processing dates:

AUTHOR

Nicolas Franck, <nicolas.franck at ugent.be>

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/ for more information.