diff --git a/dist.ini b/dist.ini index 77527bbd7..584429e78 100644 --- a/dist.ini +++ b/dist.ini @@ -57,7 +57,6 @@ Unicode::LineBreak = 0 [Breaks] Log::Dispatch::Config::TestLog = <= 0.02 -Net::BitTorrent = <= 0.052 Test::Able = <= 0.11 Test::Aggregate = <= 0.373 Test::Alien = <= 0.04 diff --git a/lib/Test2/API/Breakage.pm b/lib/Test2/API/Breakage.pm index 5bb85251a..8dcd99713 100644 --- a/lib/Test2/API/Breakage.pm +++ b/lib/Test2/API/Breakage.pm @@ -43,7 +43,6 @@ sub upgrade_required { sub known_broken { return ( - 'Net::BitTorrent' => '0.052', 'Test::Able' => '0.11', 'Test::Aggregate' => '0.373', 'Test::Flatten' => '0.11', diff --git a/lib/Test2/Transition.pod b/lib/Test2/Transition.pod index 94eb3f7f7..d67b244d5 100644 --- a/lib/Test2/Transition.pod +++ b/lib/Test2/Transition.pod @@ -306,14 +306,6 @@ something new (Test2) to completely rewrite it in a sane way. Still broken as of version: 0.32 -=item Net::BitTorrent - -The tests for this module directly access L hash keys. Most, if -not all of these hash keys have public API methods that could be used instead -to avoid the problem. - -Still broken in version: 0.052 - =item Test::Group It monkeypatches Test::Builder, and calls it "black magic" in the code. diff --git a/xt/downstream_dists.list.known_broken b/xt/downstream_dists.list.known_broken index 64664d010..faa767edf 100644 --- a/xt/downstream_dists.list.known_broken +++ b/xt/downstream_dists.list.known_broken @@ -6,7 +6,6 @@ Test::Kit Test::Group Test::Flatten Test2::Harness -Net::BitTorrent Lexical::Types Test::Class::Moose Test::Mocha