1=head1 NAME
2
3Types::Serialiser::Error - dummy module for Types::Serialiser
4
5=head1 SYNOPSIS
6
7 # do not "use" yourself
8
9=head1 DESCRIPTION
10
11This module exists only to provide overload resolution for Storable and
12similar modules that assume that class name equals module name. See
13L<Types::Serialiser> for more info about this class.
14
15=cut
16
17use Types::Serialiser ();
18
19=head1 AUTHOR
20
21 Marc Lehmann <schmorp@schmorp.de>
22 http://home.schmorp.de/
23
24=cut
25
261
27
28