NAME
App::mkpkgconfig::PkgConfig::Entry - Base class for PkgConfig Keywords and Variables
VERSION
version v2.0.1
DESCRIPTION
PkgConfig::Entry is the base class for PkgConfig
variables and keywords.
Don't instantiate this class; instead, instantiate PkgConfig::Entry::Variable
and instantiate PkgConfig::Entry::Keyword
. They have the same API as PkgConfig::Entry
ATTRIBUTES
name
The entry's name.
value
The entry's value.
METHODS
new
$pkg = App::mkpkgconfig::PkgConfig::Entry->new( $name, $value );
Create a new PkgConfig::Entry object.
depends
@depends = $entry->depends;
Returns a list of the names of the variables that the entry depends upon.
SUPPORT
Bugs
Please report any bugs or feature requests to bug-app-mkpkgconfig@rt.cpan.org or through the web interface at: https://rt.cpan.org/Public/Dist/Display.html?Name=App-mkpkgconfig
Source
Source is available at
https://gitlab.com/djerius/app-mkpkgconfig
and may be cloned from
https://gitlab.com/djerius/app-mkpkgconfig.git
SEE ALSO
Please see those modules/websites for more information related to this module.
AUTHOR
Diab Jerius <djerius@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2020 by Smithsonian Astrophysical Observatory.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007