Results 40 comments of djerius

I just discovered a problem on OS X; am working on a fix.

I've updated the code to fix the problem. Should be good to go.

I've rebased the code on current master, and fixed a couple of bugs, one of which led to problems on systems where the default search path for libraries wasn't covered...

I've updated PR #82 with a rebase against master and a couple of bug fixes.

The actual Store I'm working on uses a version control system as a storage backend. The Archive::Tar store is an exemplar of a non-filesystem store that doesn't require any modules...

I'm working on better structuring the commits so it's easier to review. Sorry about the state of this one; it escaped late on a Friday afternoon, and it shows.

I had a similar symptom which turned out to be that the default icon is black and it was displaying against a black background, so was invisible. I was able...

The sample was moved to [perlxstypemap](https://perldoc.perl.org/perlxstypemap); replacing `below` with a reference to that document would fix it.

> Duplicate labels in the same scope are commonly used in tests: > > ``` > SKIP: > { > skip "I can't test this", 1 if $cant_test_this; > ......

Hi, thanks for your effort on this. Much appreciated.