Revision: | 1.1 |
Committed: | Sun Oct 27 19:49:33 2013 UTC (11 years, 2 months ago) by root |
Branch: | MAIN |
CVS Tags: | rel-1_0, rel-1_01, rel-0_01, rel-0_03, rel-0_02, HEAD |
Log Message: | *** empty log message *** |
# | Content |
---|---|
1 | =head1 NAME |
2 | |
3 | Types::Serialiser::Error - dummy module for Types::Serialiser |
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 and |
12 | similar modules that assume that class name equals module name. See |
13 | L<Types::Serialiser> for more info about this class. |
14 | |
15 | =cut |
16 | |
17 | use Types::Serialiser (); |
18 | |
19 | =head1 AUTHOR |
20 | |
21 | Marc Lehmann <schmorp@schmorp.de> |
22 | http://home.schmorp.de/ |
23 | |
24 | =cut |
25 | |
26 | 1 |
27 |