ee3e9393b0
about a torrent like file names and a number of seeds and peers. PR: ports/54272 (based on) Approved by: adamw (mentor)
10 lines
247 B
Perl
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) = @_;
|