This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48023aa
)
lib/Unicode/UCD.t @INC oddity
author
Andy Dougherty
<doughera@lafayette.edu>
Fri, 16 Nov 2001 16:28:45 +0000
(11:28 -0500)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Fri, 16 Nov 2001 20:30:03 +0000
(20:30 +0000)
Message-Id: <Pine.SOL.4.10.
10111161625070
.7245-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@13057
lib/Unicode/UCD.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Unicode/UCD.t
b/lib/Unicode/UCD.t
index
e70e104
..
1bed138
100644
(file)
--- a/
lib/Unicode/UCD.t
+++ b/
lib/Unicode/UCD.t
@@
-1,14
+1,14
@@
-use Unicode::UCD;
-
-use strict;
-
BEGIN {
if (ord("A") == 193) {
print "1..0 # Skip: EBCDIC\n";
exit 0;
}
+ chdir 't' if -d 't';
+ @INC = '../lib';
}
+use strict;
+use Unicode::UCD;
use Test;
BEGIN { plan tests => 162 };