NAME

My::Module - An example module

SYNOPSIS

NAME

My::Module - An example module

SYNOPSIS

use My::Module;
my $object = My::Module->new();
print $object->as_string;

DESCRIPTION

This module does not really exist, it was made for the sole purpose of demonstrating how POD works.

Methods

new

Returns a new My::Module object.

as_string

Returns a stringified representation of the object. This is mainly for debugging purposes.

LICENSE

This is released under the Artistic License. See perlartistic.

AUTHOR

Juerd - http://juerd.nl/

SEE ALSO

perlpod, perlpodspec