summaryrefslogtreecommitdiff
path: root/net-p2p/torrentsniff/files/patch-BitTorrent-BDecode.pm
blob: 9caadb0eda4e0d456544f51f81553486a16375ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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) = @_;