| 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 |
|