NAME

Lab::Measurement - Temporary blocker module, errors out when used

VERSION

version 3.920

SYNOPSIS

use Lab::Measurement;

DESCRIPTION

This module used to load the legacy API interface of Lab::Measurement, which has now been removed from the package. Now the module just prints an error message and exits, to make clear that the script code is not compatible with the current library version.

Please consider porting your measurement scripts to the current, Moose-based code. Documentation can be found at https://www.labmeasurement.de/. Your script should then contain, at least for the moment, at its start

use Lab::Moose;

With the release of Lab::Measurement 4.000, this error will be removed and the Lab::Measurement module will be changed to automatically import the new API.

EMERGENCY

If you absolutely cannot port your scripts, then you can find an archived version of the old code without support or any further development on CPAN as Lab::Measurement::Legacy. Install it and modify your script to start with

use Lab::Measurement::Legacy;

SEE ALSO

Lab::Measurement::Manual
Lab::Measurement::Tutorial
Lab::Measurement::Roadmap
https://www.labmeasurement.de/
Lab::Measurement::Legacy

COPYRIGHT AND LICENSE

This software is copyright (c) 2024 by the Lab::Measurement team; in detail:

Copyright 2005-2006  Daniel Schroeer
          2011       Andreas K. Huettel
          2012       Alois Dirnaichner, Andreas K. Huettel, David Kalok, Hermann Kraus
          2013       Andreas K. Huettel
          2014       Christian Butschkow
          2016       Andreas K. Huettel, Simon Reinhardt
          2017-2018  Andreas K. Huettel
          2019       Simon Reinhardt
          2023-2024  Andreas K. Huettel

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