projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5bdf71c
)
Add test boilerplate to the new MakeMaker tests
Rafael Garcia-Suarez [Mon, 1 Jun 2009 13:52:31 +0000 (15:52 +0200)]
lib/ExtUtils/t/arch_check.t
patch
|
blob
|
blame
|
history
lib/ExtUtils/t/pod2man.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/t/arch_check.t
b/lib/ExtUtils/t/arch_check.t
index
3d62fe2
..
a4fe88b
100644
(file)
--- a/
lib/ExtUtils/t/arch_check.t
+++ b/
lib/ExtUtils/t/arch_check.t
@@
-1,5
+1,12
@@
#!/usr/bin/perl -w
+BEGIN {
+ if ($ENV{PERL_CORE}) {
+ chdir 't' if -d 't';
+ @INC = qw(../lib lib);
+ }
+}
+
use strict;
use lib 't/lib';
diff --git
a/lib/ExtUtils/t/pod2man.t
b/lib/ExtUtils/t/pod2man.t
index
1632234
..
fa533bd
100644
(file)
--- a/
lib/ExtUtils/t/pod2man.t
+++ b/
lib/ExtUtils/t/pod2man.t
@@
-1,5
+1,12
@@
#!/usr/bin/perl -w
+BEGIN {
+ if ($ENV{PERL_CORE}) {
+ chdir 't' if -d 't';
+ @INC = qw(../lib);
+ }
+}
+
# Test our simulation of pod2man
use strict;