NAME

Types::OTRS - OTRS related types

VERSION

version 0.09

TYPES

OTRSVersion

An OTRS version looks like 2.4.5 or 6.0.1.

OTRSVersionWildcard

An OTRS version with wildcard as used in Addons. To define a version of the OTRS framework that is needed to install the addon, the developer can use 'x' as a wildcard.

E.g. Addons for OTRS 6.x can be installed on any OTRS 6 installation, whilst addons that define 2.4.x as the framework version can only installed on any OTRS 2.4 installation, but not on OTRS 2.3 installation.

OPMFile

An object of OTRS::OPM::Parser.

It checks if the file exists and can be parsed without an error.

COERCIONS

OPMFile

  • From String to OTRS::OPM::Parser

    When a string is given, it is coerced into an OTRS::OPM::Parser object.

AUTHOR

Renee Baecker <reneeb@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2019 by Renee Baecker.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)