NAME

App::Followme::Mock - Mock object for unit tests

SYNOPSIS

use App::Followme::Mock;
my $mock = App::Followme::Mock->new();
$mock->run();

DESCRIPTION

This is a minimal objects intended for unit tests and not for production use.

LICENSE

Copyright (C) Bernie Simon.

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

AUTHOR

Bernie Simon <bernie.simon@gmail.com>