Description: Fix path to perl interpreter
Author: Harlan Lieberman-Berg <hlieberman@setec.io>
Forwarded: not-needed
Last-Updated: 2015-11-15

--- a/Cache.pm
+++ b/Cache.pm
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 package Tie::Cache;
 use strict;
--- a/test.pl
+++ b/test.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 use Tie::Cache;
 use Benchmark;
