- Timestamp:
- 07/13/07 16:24:33 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r112 r113 30 30 use Fcntl; # for sysopen flags 31 31 use Cwd 'abs_path'; # for finding where files really are 32 use Config; 32 33 33 34 # regex debugger … … 1529 1530 $macrostring =~ s|%{optflags}|$optflags{$hostarch}|g; 1530 1531 1532 # Perl @INC/...lib locations, and other related bits. 1533 $macrostring =~ s|%{perl_archlib}|$Config{installarchlib}|g; 1534 $macrostring =~ s|%{perl_sitelib}|$Config{installsitelib}|g; 1535 $macrostring =~ s|%{perl_sitearch}|$Config{installsitearch}|g; 1536 $macrostring =~ s|%{perl_vendorlib}|$Config{installvendorlib}|g; 1537 $macrostring =~ s|%{perl_vendorarch}|$Config{installvendorarch}|g; 1538 1531 1539 } # done with globals section 1532 1540
Note:
See TracChangeset
for help on using the changeset viewer.