diff options
Diffstat (limited to 'net-p2p/torrentsniff/files/patch-BitTorrent-BDecode.pm')
-rw-r--r-- | net-p2p/torrentsniff/files/patch-BitTorrent-BDecode.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/torrentsniff/files/patch-BitTorrent-BDecode.pm b/net-p2p/torrentsniff/files/patch-BitTorrent-BDecode.pm new file mode 100644 index 000000000000..9caadb0eda4e --- /dev/null +++ b/net-p2p/torrentsniff/files/patch-BitTorrent-BDecode.pm @@ -0,0 +1,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) = @_;
|