projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caee4c5
)
qr.t: Load test.pl in BEGIN
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 22 Sep 2012 05:43:34 +0000
(22:43 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 22 Sep 2012 17:06:17 +0000
(10:06 -0700)
so lazy people like me can omit parentheses
t/op/qr.t
patch
|
blob
|
history
diff --git
a/t/op/qr.t
b/t/op/qr.t
index
90535d0
..
cc42db0
100644
(file)
--- a/
t/op/qr.t
+++ b/
t/op/qr.t
@@
-2,7
+2,7
@@
use strict;
-require './test.pl';
+BEGIN { require './test.pl'; }
plan(tests => 18);