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

PMLTQ::Loader - Module loader for PMLTQ::Relations inspired by Mojo::Loader

VERSION

version 0.8.3

SYNOPSIS

  use PMLTQ::Loader;
  for my $module (PMLTQ::Loader->search('PMLTQ::Relation')) {
    print "Loading module: '$module'\n";
    PMLTQ::Loader->load($module);
  }

DESCRIPTION

PMLTQ::Loader is a class loader and a part of the module framework allowing users to define their own PML-TQ relations.

AUTHORS

  • Petr Pajas <pajas@ufal.mff.cuni.cz>

  • Jan Štěpánek <stepanek@ufal.mff.cuni.cz>

  • Michal Sedlák <sedlak@ufal.mff.cuni.cz>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Institute of Formal and Applied Linguistics (http://ufal.mff.cuni.cz).

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