ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CBOR-XS/XS.pm
(Generate patch)

Comparing CBOR-XS/XS.pm (file contents):
Revision 1.63 by root, Fri Nov 25 12:16:12 2016 UTC vs.
Revision 1.64 by root, Fri Nov 25 23:37:27 2016 UTC

1098 1098
1099Please refrain from using rt.cpan.org or any other bug reporting 1099Please refrain from using rt.cpan.org or any other bug reporting
1100service. I put the contact address into my modules for a reason. 1100service. I put the contact address into my modules for a reason.
1101 1101
1102=cut 1102=cut
1103
1104# clumsy hv_store-in-perl
1105sub _hv_store {
1106 $_[0]{$_[1]} = $_[2];
1107}
1103 1108
1104our %FILTER = ( 1109our %FILTER = (
1105 0 => sub { # rfc4287 datetime, utf-8 1110 0 => sub { # rfc4287 datetime, utf-8
1106 require Time::Piece; 1111 require Time::Piece;
1107 # Time::Piece::Strptime uses the "incredibly flexible date parsing routine" 1112 # Time::Piece::Strptime uses the "incredibly flexible date parsing routine"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines