summaryrefslogtreecommitdiff
path: root/net-p2p/torrentsniff/files/patch-BitTorrent-BDecode.pm
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/torrentsniff/files/patch-BitTorrent-BDecode.pm')
-rw-r--r--net-p2p/torrentsniff/files/patch-BitTorrent-BDecode.pm10
1 files changed, 0 insertions, 10 deletions
diff --git a/net-p2p/torrentsniff/files/patch-BitTorrent-BDecode.pm b/net-p2p/torrentsniff/files/patch-BitTorrent-BDecode.pm
deleted file mode 100644
index 9caadb0eda4e..000000000000
--- a/net-p2p/torrentsniff/files/patch-BitTorrent-BDecode.pm
+++ /dev/null
@@ -1,10 +0,0 @@
---- BitTorrent/BDecode.pm.orig Sun Jun 15 05:47:46 2003
-+++ BitTorrent/BDecode.pm Fri Nov 14 18:42:44 2003
-@@ -5,7 +5,6 @@
- use Carp;
- use base 'Exporter';
- use strict;
--our @EXPORT_OK = qw(bdecode);
-
- sub bdecode {
- my ($dataref) = @_;