NAME

Stewbeef::TestModule - Stewbeef's test module

VERSION

Version 0.01

SYNOPSIS

my $greeting = hello_world();

EXPORT

A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.

SUBROUTINES/METHODS

hello_world

my $greeting = hello_world();

Returns the string 'hello world'.

AUTHOR

Michael Stewart, <mstewart at stewdev.net>

BUGS

Please report any bugs or feature requests to bug-stewbeef-testmodule at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Stewbeef-TestModule. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Stewbeef::TestModule

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

This software is Copyright (c) 2020 by Michael Stewart.

This is free software, licensed under:

The MIT (X11) License