source:
trunk/essentials/dev-lang/perl/lib/Dumpvalue.t@
3310
| Last change on this file since 3310 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 10.0 KB | |
| Line | |
|---|---|
| 1 | #!./perl |
| 2 | |
| 3 | BEGIN { |
| 4 | chdir 't' if -d 't'; |
| 5 | @INC = '../lib'; |
| 6 | if (ord('A') == 193) { |
| 7 | print "1..0 # skip: EBCDIC\n"; |
| 8 | exit 0; |
| 9 | } |
| 10 | require Config; |
| 11 | if (($Config::Config{'extensions'} !~ m!\bList/Util\b!) ){ |
| 12 | print "1..0 # Skip -- Perl configured without List::Util module\n"; |
| 13 | exit 0; |
| 14 | } |
| 15 | } |
| 16 | |
