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

Comparing CBOR-XS/doc/perl-object.pod (file contents):
Revision 1.2 by root, Thu Nov 28 10:16:50 2013 UTC vs.
Revision 1.3 by root, Tue Dec 27 21:24:33 2016 UTC

52 my ($class, $model, $seconds) = @_; 52 my ($class, $model, $seconds) = @_;
53 53
54 $class->new_from_seconds ($seconds) 54 $class->new_from_seconds ($seconds)
55 } 55 }
56 56
57=head1 IMPLEMENTATIONS
58
59This section lists known implementations of this extension (L<drop me a
60mail|mailto:cbor@schmorp.de?Subject=CBOR-perl-object> if you want to be
61listed here).
62
63=over 4
64
65=item * [Perl] L<CBOR::XS|http://software.schmorp.de/pkg/CBOR-XS.html> (reference implementation)
66
67=back
68

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines