NAME

Test::Module - This is an example module

VERSION

version 0.003

SYNOPSIS

use Test::Module;

my $obj = new Test::Module;
print "Hello World\n" if $obj->isa('Test::Module');

METHODS

new

Takes no arguments and returns a blessed reference.

AUTHOR

Balaji Ramasubramanian <balaji.ramasubramanian@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Balaji Ramasubramanian.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.