summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table/mac.pm
Commit message (Collapse)AuthorAgeFilesLines
* do not use "local *F"Pascal Rigaux2002-12-041-19/+19
|
* make perl_checker happyPascal Rigaux2002-11-141-1/+1
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-1/+1
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
|
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-1/+1
|
* - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ↵Pascal Rigaux2002-11-111-5/+3
| | | | | | | | instead (only pb are functions called in {...} that could use $var, none found except in commands.pm) - various small syntax enhancements to please perl_checker
* Help "perl -cw" not reporting any warningPascal Rigaux2002-07-251-8/+5
| | | | | | - for mac free partition, use $freepart instead of $freepart_device, $freepart_size ... - replace $timezone::ntp_servers by a function
* g Move 2: partition table: hierarchyThierry Vignaud2002-07-231-0/+398