From 3830979517b6c343db36d84d04390f90c267b8bd Mon Sep 17 00:00:00 2001 From: Timothy Totten <2010@huri.net> Date: Fri, 19 Oct 2012 16:17:49 -0700 Subject: [PATCH] Optimized test for panda --- t/01-basic.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/01-basic.t b/t/01-basic.t index 0ab2d1f..0ee3afe 100644 --- a/t/01-basic.t +++ b/t/01-basic.t @@ -1,7 +1,7 @@ #!/usr/bin/env perl6 use v6; -BEGIN { @*INC.unshift: './lib'; } +#BEGIN { @*INC.unshift: './lib'; } use HTTP::Status; use Test;