From f2ba3d0a2734d54f64c5ae975d3ce04c497db60a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 10 Oct 2013 11:21:19 -0400 Subject: Revert "remove #!/usr/bin/env perl" This reverts commit c283edeea67cbab767c5820acdc40f2f90c9cf4b. apparently this breaks things? how confusing --- t/error.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/t/error.pl b/t/error.pl index 77082c7..9f2aeea 100644 --- a/t/error.pl +++ b/t/error.pl @@ -1,3 +1,4 @@ +#!/usr/bin/env perl use strict; use warnings; -- cgit v1.2.3-54-g00ecf