Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion lib/Test2/API/Breakage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
8 changes: 0 additions & 8 deletions lib/Test2/Transition.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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<Test::Builder> 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.
Expand Down
1 change: 0 additions & 1 deletion xt/downstream_dists.list.known_broken
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Test::Kit
Test::Group
Test::Flatten
Test2::Harness
Net::BitTorrent
Lexical::Types
Test::Class::Moose
Test::Mocha
Loading