qr.t: Load test.pl in BEGIN
authorFather Chrysostomos <sprout@cpan.org>
Sat, 22 Sep 2012 05:43:34 +0000 (22:43 -0700)
committerFather 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

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);