diff options
Diffstat (limited to 'www/p5-HTML-Template/files/patch-Template.pm')
-rw-r--r-- | www/p5-HTML-Template/files/patch-Template.pm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/p5-HTML-Template/files/patch-Template.pm b/www/p5-HTML-Template/files/patch-Template.pm deleted file mode 100644 index 6c4d3879d1f3..000000000000 --- a/www/p5-HTML-Template/files/patch-Template.pm +++ /dev/null @@ -1,12 +0,0 @@ ---- Template.pm.orig Fri Jun 18 21:42:06 2004 -+++ Template.pm Fri Jun 25 13:33:50 2004 -@@ -890,7 +890,9 @@ - use strict; # and no funny business, either. - - use Carp; # generate better errors with more context -+BEGIN { unshift(@INC, "%%PERL_INC%%"); } - use File::Spec; # generate paths that work on all platforms -+shift(@INC); - use Digest::MD5 qw(md5_hex); # generate cache keys - - # define accessor constants used to improve readability of array |