NAME
Test::Module - brief summary of what this module is used for
VERSION
version 0.001
SYNOPSIS
use Test::Module;
my $obj = new Test::Module;
print "Hello World\n" if $obj->isa('Test::Modules');
METHODS
new
Takes no arguments. 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.