The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dezi::Test::Doc - test Document class for Dezi::Test::Result

SYNOPSIS

    use Dezi::Test::Doc;

    my %doc;  # holds all the parsed text, keyed by field name
    ... construct %doc hash ...
    my $test_doc = Dezi::Test::Doc->new( %doc );

    print $test_doc->swishtitle, "\n";
    print $test_doc->swishdescription, "\n";

METHODS

SWISH_DOC_PROP_MAP

All attributes defined in SWISH::3 SWISH_DOC_PROP_MAP hash.

swishdefault

A Metaname that is used by Swish-e if no other name is specified.

swishtitle

Document title.

swishdescription

Description of document.

uri

Alias for swishdocpath.

property( attribute )

Alias for calling attribute directly as a method.

AUTHOR

Peter Karman, <karpet@dezi.org>

BUGS

Please report any bugs or feature requests to bug-dezi-app at rt.cpan.org, or through the web interface at 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.

SUPPORT

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

    perldoc Dezi::App

You can also look for information at:

COPYRIGHT AND LICENSE

Copyright 2018 by Peter Karman

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

SEE ALSO

http://dezi.org/, http://swish-e.org/, http://lucy.apache.org/