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:
37bf3a9
)
Make open.t use test.pl
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 16 Sep 2011 02:58:43 +0000
(19:58 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 16 Sep 2011 04:33:18 +0000
(21:33 -0700)
so future commits can use runperl.
lib/open.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/open.t
b/lib/open.t
index
1bf7dca
..
f9cacab
100644
(file)
--- a/
lib/open.t
+++ b/
lib/open.t
@@
-4,9
+4,10
@@
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
+ require './test.pl';
}
-
use Test::More tests =>
23;
+
plan
23;
# open::import expects 'open' as its first argument, but it clashes with open()
sub import {