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

NAME

OPCUA::Open62541::Constant - export constants from open62541 to Perl

SYNOPSIS

  use OPCUA::Open62541;

  use OPCUA::Open62541 ':all';

  use OPCUA::Open62541 qw(:ATTRIBUTEID ...);

  use OPCUA::Open62541 qw(ORDER_LESS ORDER_EQ ORDER_MORE ...);

DESCRIPTION

This module provides all defines and enums from open62541 as Perl constants. They have been automatically extracted from the C header files. Do not use this module directly, instead specify the export tag in OPCUA::Open62541.

EXPORT

:all

Export all constants. You want to import only the ones you need.

EOPODHEADER }

######################################################################## sub print_pod_footer { my ($pf) = @_; print $pf <<"EOPODFOOTER"; =back

SEE ALSO

OPCUA::Open62541

AUTHORS

Alexander Bluhm, Arne Becker

COPYRIGHT AND LICENSE

Copyright (c) 2020 Alexander Bluhm

Copyright (c) 2020 Arne Becker

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

Thanks to genua GmbH, https://www.genua.de/ for sponsoring this work.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 277:

You forgot a '=back' before '=head1'