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

NAME

CWB::CL::Strict - Load Perl/CL interface in strict mode

SYNOPSIS

  use CWB::CL::Strict;
  # standard CWB::CL functionality available now

DESCRIPTION

See CWB::CL for further information. Importing CWB::CL::Strict is completely equivalent to

  use CWB::CL;
  CWB::CL::strict(1);

Note that all classes and functions are still in the CWB::CL namespace.

COPYRIGHT

Copyright (C) 1999-2022 by Stephanie Evert (https://purl.org/stephanie.evert).

IMS Open Corpus Workbench (CWB) copyright (C) 1993-2006 by IMS, University of Stuttgart; copyright (C) 2007-today by the CWB open-source community (see http://cwb.sf.net/).

This software is provided AS IS and the author makes no warranty as to its use and performance. You may use the library, redistribute and modify it under the same terms as Perl itself.

IN NO EVENT WILL THE AUTHOR BE LIABLE TO YOU FOR ANY CONSEQUENTIAL, INCIDENTAL OR SPECIAL DAMAGES, INCLUDING ANY LOST PROFITS OR LOST SAVINGS, EVEN IF AN IMS REPRESENTATIVE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR ANY CLAIM BY ANY THIRD PARTY.