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.7 by root, Sun Oct 27 22:35:15 2013 UTC vs.
Revision 1.8 by root, Sun Oct 27 22:48:12 2013 UTC

51 51
52package CBOR::XS; 52package CBOR::XS;
53 53
54use common::sense; 54use common::sense;
55 55
56our $VERSION = 0.03; 56our $VERSION = 0.04;
57our @ISA = qw(Exporter); 57our @ISA = qw(Exporter);
58 58
59our @EXPORT = qw(encode_cbor decode_cbor); 59our @EXPORT = qw(encode_cbor decode_cbor);
60 60
61use Exporter; 61use Exporter;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines