forked from pool/perl-Tie-Cache
17 lines
234 B
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;
|