ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CBOR-XS/XS/Tagged.pm
Revision: 1.1
Committed: Tue Oct 29 15:13:50 2013 UTC (10 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-1_11, rel-1_12, rel-0_07, rel-1_71, rel-1_8, rel-1_1, rel-1_0, rel-1_3, rel-1_5, rel-1_4, rel-1_7, rel-1_6, rel-0_09, rel-0_08, rel-1_25, rel-1_26, rel-0_06, rel-1_41, rel-1_82, rel-1_83, rel-1_81, rel-1_86, rel-1_87, rel-1_84, rel-1_85, HEAD
Log Message:
*** empty log message ***

File Contents

# Content
1 =head1 NAME
2
3 CBOR:XS::Tagged - dummy module providing CBOR:XS::Tagged
4
5 =head1 SYNOPSIS
6
7 # do not "use" yourself
8
9 =head1 DESCRIPTION
10
11 This module exists only to provide overload resolution for Storable
12 and similar modules. See the L<CBOR::XS> documentation about
13 C<CBOR::XS::Tagged> objects.
14
15 =cut
16
17 use CBOR::XS ();
18
19 =head1 AUTHOR
20
21 Marc Lehmann <schmorp@schmorp.de>
22 http://home.schmorp.de/
23
24 =cut
25
26 1
27