CAD-Firemen
view release on metacpan or search on metacpan
bin/fm_option_info view on Meta::CPAN
If no cdb file is given, it tries to figure out the correct installation with help of $ENV{PATH}.
Examples:
fm_option_info c:\proeWildfire4\text\config.cdb DISPLAY
Or use the Wildcard to search display all options within the given file
fm_option_info c:\proeWildfire4\text\config.cdb *
Or use regex syntax and let fm_option_info guess where the config.cdb is located
fm_option_info -r "^weld"
=head1 DESCRIPTION
C<fm_option_info> checks and displays whether the given option exists in the given cdb file. if it exists,
the possible values of the option, are also shown.
This parameter -Fs is translated with "Free String" by all scripts and modules of this distribution.
Therefore fm_check_config only verifies, that those options does not have empty values.
; along with this program. If not, see <http://www.gnu.org/licenses/>.
;
;;;;;;;;;;;;;;;;;;;;;;
name = CAD-Firemen
version = 0.7.2
author = Joachim Langenbach <langenbach@imw.tu-clausthal.de>
license = GPL_2
copyright_holder = TU Clausthal, Institut fuer Maschinenwesen
copyright_year = 2015
; guess which files should be included
[GatherDir]
; generate MANIFEST.SKIP
[PruneCruft]
[ManifestSkip]
; CPAN meta data
[MetaYAML]
; generate License file
[License]
; generate Readme
[Readme]
lib/CAD/Firemen/Common.pm view on Meta::CPAN
Method parses $ENV{PATH} and tries to filter out all Firemen related paths.
Afterwards, if more than one is found, the user can select which one he wants
to use. This one is returned than.
The returned path DOES NOT ends with a slash!
=head2 getInstallationConfigCdb
Uses getInstallationConfigPath() to return the full path to the related config.cdb.
You may specify the installation path to get the related config.pro. If not given, it uses
getInstallationPath() to guess or ask one.
=head2 getInstallationConfigPro
Uses getInstallationConfigPath() to return the full path to the related config.pro.
You may specify the installation path to get the related config.pro. If not given, it uses
getInstallationPath() to guess or ask one.
=head2 sharedDir
Returns the path to the shared directory where all modules and scripts of this
distribution places their files.
If it does not exists, it creates it.
=head2 installationId
( run in 1.272 second using v1.01-cache-2.11-cpan-748bfb374f4 )