File Tie-Cache-0.17.diff of Package perl-Tie-Cache
--- Cache.pm +++ Cache.pm @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w package Tie::Cache; use strict; --- test.pl +++ test.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl use Cache; use Benchmark;