The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

TM::Axes - Topic Maps, Axes for TM::match*

DESCRIPTION

The TM module offers the method match (and friends) to query assertions in a TM data structure. While there is a generic search specification, it will be too slow. Instead some axes have been implemented specifically. These are listed below.

SEARCH SPECIFICATIONS

Automatically generated from TM ($TMVERSION)

EOT

print "=over".DL; foreach my $k (sort keys %TM::forall_handlers) { my $v = $TM::forall_handlers{$k}; print "=item Code:".($k || '<empty>').DL;

    print $v->{desc}.DL;

    use Data::Dumper;
    my @s = split /\n/, Dumper $v->{params};
    pop @s;
    shift @s;
    print join "\n", @s;

    print DL
}
print "=back".DL;

print <<EOT;

SEE ALSO

TM

COPYRIGHT AND LICENSE

Copyright 200[8] by Robert Barta, <drrho\@cpan.org>

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