NAME
Types::OPM - OPM related types
VERSION
version 0.10
TYPES
OPMVersion
An OPM version looks like 2.4.5 or 6.0.1.
OPMVersionWildcard
An OPM version with wildcard as used in Addons. To define a version of the OPM framework that is needed to install the addon, the developer can use 'x' as a wildcard.
E.g. Addons for OPM 6.x can be installed on any OPM 6 installation, whilst addons that define 2.4.x as the framework version can only installed on any OPM 2.4 installation, but not on OPM 2.3 installation.
OPMFile
An object of OPM::Parser.
It checks if the file exists and can be parsed without an error.
COERCIONS
OPMFile
From String to OPM::Parser
When a string is given, it is coerced into an 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)