source:
trunk/essentials/dev-lang/perl/utils/prove.PL@
3609
| Last change on this file since 3609 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 1.4 KB | |
| Line | |
|---|---|
| 1 | #!/usr/local/bin/perl |
| 2 | |
| 3 | use Config; |
| 4 | use File::Basename qw(&basename &dirname); |
| 5 | use Cwd; |
| 6 | |
| 7 | # List explicitly here the variables you want Configure to |
| 8 | # generate. Metaconfig only looks for shell variables, so you |
| 9 | # have to mention them as if they were shell variables, not |
| 10 | # %Config entries. Thus you write |
| 11 | # $startperl |
