Skip Menu |

This queue is for tickets about the Set-Array CPAN distribution.

Report information
The Basics
Id: 28512
Status: resolved
Priority: 0/
Queue: Set-Array

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.14
Fixed in: (no value)



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
Resolved in V 0.24. Please read the docs for the gory details.