CAD-Firemen
view release on metacpan or search on metacpan
bin/fm_diff_config view on Meta::CPAN
my %cfg1Errors = ();
my %cfg2Errors = ();
my %added = ();
my %removed = ();
my %changed = ();
my %duplicates = ();
my %ignoredChanges = ();
my %descriptions = ();
my $username = "na";
eval{
$username = getpwuid( $< );
};
if( $@ ){
# $@ is $EVAL_ERROR
# unix way has failed, so try the win32 way
$username = Win32::LoginName;
}
Getopt::Long::Configure ("bundling", "auto_help");
if(!GetOptions (
'version' => \$showVersion,
( run in 0.330 second using v1.01-cache-2.11-cpan-8d75d55dd25 )