9
0
Files
perl-Tie-Cache/Tie-Cache-0.17.diff

17 lines
234 B
Diff

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