Subject: | Want limitation |
Tested with Want 0.12.
See http://rt.cpan.org/Public/Bug/Display.html?id=4628
This program fails:
use Set::Array;
my $set1 = Set::Array->new(qw(abc def ghi jkl mno));
my $set2 = Set::Array->new(qw(def jkl pqr));
print "BEFORE\n";
my @set3 = $set1 - $set2;
print "AFTER\n";
--
Alexandr Ciornii, http://chorny.net