Dezi-App
view release on metacpan or search on metacpan
lib/Dezi/Test/ResultsPayload.pm view on Meta::CPAN
package Dezi::Test::ResultsPayload;
use Moose;
with 'Dezi::Role';
use Carp;
use namespace::autoclean;
has 'docs' => ( is => 'ro', isa => 'ArrayRef', required => 1 );
has 'urls' => ( is => 'ro', isa => 'ArrayRef', required => 1 );
has 'scores' => ( is => 'ro', isa => 'HashRef', required => 1 );
__PACKAGE__->meta->make_immutable;
1;
=head1 AUTHOR
Peter Karman, E<lt>karpet@dezi.orgE<gt>
=head1 BUGS
Please report any bugs or feature requests to C<bug-dezi-app at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dezi-App>.
I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Dezi::App
You can also look for information at:
=over 4
=item * Website
L<http://dezi.org/>
=item * IRC
#dezisearch at freenode
=item * Mailing list
L<https://groups.google.com/forum/#!forum/dezi-search>
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dezi-App>
=item * AnnoCPAN: Annotated CPAN documentation
L<http://annocpan.org/dist/Dezi-App>
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/Dezi-App>
=item * Search CPAN
L<https://metacpan.org/dist/Dezi-App/>
=back
=head1 COPYRIGHT AND LICENSE
Copyright 2018 by Peter Karman
This library is free software; you can redistribute it and/or modify
( run in 2.359 seconds using v1.01-cache-2.11-cpan-524268b4103 )