PackageInfo
use PackageInfo;
use PackageInfo qw(:all);
PackageInfo module provides the following functions:
GetPackageKeyValue, IsPackageKeyNameAvailable, SetPackageKeyValue
The functions to set and get package keyvalues not explicitly defined in this module are implemented using Perl's AUTOLOAD functionality. These methods are generated on-the-fly for a specified key:
PackageInfo module provides functionality to retrieve information about MayaChemTools package from PackagaInfo.csv which contains the following types key name and values:
Returns KeyValue for a specified KeyName.
Returns 1 or 0 based on whether KeyName is available in package info file.
Sets KeyValue for a KeyName. No data is written to package info file.
Copyright (C) 2024 Manish Sud. All rights reserved.
This file is part of MayaChemTools.
MayaChemTools is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.