NAME
Acme::ZydecoTesting::App1 - test packaging a Zydeco app
SYNOPSIS
use Acme::ZydecoTesting::App1;
use Test::More;
my $foo = Acme::ZydecoTesting::App1->new_foo( quuux => 42 );
is( $foo->quuux, 42 );
done_testing;
DESCRIPTION
Just a test for Zydeco and how easy to package it is.
BUGS
Please report any bugs to
<http://rt.cpan.org/Dist/Display.html?Queue=Acme-ZydecoTesting-App1>.
SEE ALSO
Zydeco.
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT AND LICENCE
This software is copyright (c) 2020 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under the
same terms as the Perl 5 programming language system itself.
DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.