ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Types-Serialiser/Serialiser/Boolean.pm
Revision: 1.2
Committed: Mon Oct 28 21:17:11 2013 UTC (10 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
*** empty log message ***

File Contents

# Content
1 =head1 NAME
2
3 Types::Serialiser::Boolean - 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