garu / Clone

recursively copy Perl datatypes
7 stars 10 forks source link

B::COW test dependency blocking downstream updates #30

Closed pghmcfc closed 4 years ago

pghmcfc commented 4 years ago

Clone 0.44 introduced a test dependency on B::COW but that module fails its test suite on big-endian architectures (atoomic/B-COW/issues/1). A consequence of this is that as it stands, I cannot introduce the B::COW module in Fedora linux and thus cannot upgrade Clone beyond version 0.43 for now. This is likely to be an issue for other downstreams too unless they're content to disable the test suite for B::COW on big-endian architectures.

atoomic commented 4 years ago

I clearly need to get access one way or the other to a big endian box and debug this

atoomic commented 4 years ago

@pghmcfc B::COW v0.004 is fixing this via https://github.com/atoomic/B-COW/pull/4 I'm going to bump Clone to require this specific version and you should be good to go

atoomic commented 4 years ago

Clone v0.45 which is on its way to CPAN is fixing this issue.

pghmcfc commented 4 years ago

Updated OK in Fedora Rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=43734167 Thanks!