source:
trunk/essentials/dev-lang/perl/lib/ExtUtils/t/vmsish.t
| Last change on this file was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 256 bytes | |
| Line | |
|---|---|
| 1 | #!/usr/bin/perl -w |
| 2 | |
| 3 | BEGIN { |
| 4 | if( $ENV{PERL_CORE} ) { |
| 5 | chdir 't' if -d 't'; |
| 6 | @INC = ('../lib', 'lib'); |
| 7 | } |
| 8 | else { |
| 9 | unshift @INC, 't/lib'; |
| 10 | } |
| 11 | } |
| 12 | |
| 13 | use strict; |
| 14 | use Test::More tests => 1; |
| 15 | |
| 16 | use_ok('ExtUtils::MakeMaker::vmsish'); |
| 17 |
Note:
See TracBrowser
for help on using the repository browser.
