PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package DateTime::Format::ISO8601::Types; use strict; use warnings; use namespace::autoclean; our $VERSION = '0.16'; use parent 'Specio::Exporter'; use DateTime; use Specio 0.18; use Specio::Declare; use Specio::Library::Builtins -reexport; declare( 'CutOffYear', parent => t('Int'), inline => sub { shift; my $value = shift; return "$value >= 0 && $value <= 99",; }, ); object_isa_type( 'DateTime', class => 'DateTime', ); object_can_type( 'DateTimeIsh', methods => ['utc_rd_values'], ); 1; # ABSTRACT: Types used for parameter checking in DateTime __END__ =pod =encoding UTF-8 =head1 NAME DateTime::Format::ISO8601::Types - Types used for parameter checking in DateTime =head1 VERSION version 0.16 =head1 DESCRIPTION This module has no user-facing parts. =for Pod::Coverage .* =head1 SUPPORT Bugs may be submitted at L. I am also usually active on IRC as 'autarch' on C. =head1 SOURCE The source code repository for DateTime-Format-ISO8601 can be found at L. =head1 AUTHORS =over 4 =item * Joshua Hoblitt =item * Dave Rolsky =back =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2021 by Joshua Hoblitt. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. The full text of the license can be found in the F file included with this distribution. =cut