freebsd-ports/net-p2p/torrentsniff/files/patch-BitTorrent-BDecode.pm
Pav Lucistnik ee3e9393b0 Add torrentsniff, a commandline tool to display information
about a torrent like file names and a number of seeds and peers.

PR:		ports/54272 (based on)
Approved by:	adamw (mentor)
2003-11-14 22:49:14 +00:00

10 lines
247 B
Perl

--- 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) = @_;