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.16 by root, Tue Oct 29 22:04:52 2013 UTC vs.
Revision 1.17 by root, Wed Oct 30 10:11:04 2013 UTC

66 66
67package CBOR::XS; 67package CBOR::XS;
68 68
69use common::sense; 69use common::sense;
70 70
71our $VERSION = 0.07; 71our $VERSION = 0.08;
72our @ISA = qw(Exporter); 72our @ISA = qw(Exporter);
73 73
74our @EXPORT = qw(encode_cbor decode_cbor); 74our @EXPORT = qw(encode_cbor decode_cbor);
75 75
76use Exporter; 76use Exporter;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines