diff options
author | ArTourter <artourter@gmail.com> | 2013-11-03 10:25:31 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-03 11:13:03 -0600 |
commit | ae093eaf82c6089e514d96b47b97b8d272a89e7d (patch) | |
tree | 63592938ba9ea0f8d26731a1fe8ecebaa64a1d61 /perl/perl-tk/patches/perl-tk-804.031.diff | |
parent | 57cafca9a64f50af06102c89677a818671ce6b1e (diff) |
perl/perl-tk: Updated for version 804.031.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-tk/patches/perl-tk-804.031.diff')
-rw-r--r-- | perl/perl-tk/patches/perl-tk-804.031.diff | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/perl/perl-tk/patches/perl-tk-804.031.diff b/perl/perl-tk/patches/perl-tk-804.031.diff new file mode 100644 index 0000000000..1e595c009a --- /dev/null +++ b/perl/perl-tk/patches/perl-tk-804.031.diff @@ -0,0 +1,9 @@ +diff -ru Tk-804.031.org/TextList/reindex.pl Tk-804.031/TextList/reindex.pl +--- Tk-804.031.org/TextList/reindex.pl 2007-02-10 05:54:45.000000000 -0300 ++++ Tk-804.031/TextList/reindex.pl 2010-08-05 13:53:36.447371174 -0300 +@@ -1,4 +1,4 @@ +-#!/bin/perl ++#!/usr/bin/perl + + use lib qw(/home1/gbartels/textlist); + use Tk; |