Subject: | build failure |
Cache-Memcached-Tags-0.02
make fails on several architectures with:
Unrecognized character \x05 in column 2 at ._Makefile.PL line 1.
deleting '._Makefile.PL' and running perl Makefile.PL again fixes the
issue. '._Makefile.PL' perhaps should not be in the archive.
make test fails on 02_keys.t for several reasons:
1) Cache::Memcached objects are created instead of
Cache::Memcached::Tags objects.. so of course the tagging methods don't
exist!
2) "add with tags" is tested but there is not actually an overridden add
method (there is 'set' with tags, but not an 'add' with tags)
3) and because the add method didn't actually tag key2 with tag2, the
delete_by_tags test fails because there is nothing tagged with both tag1
and tag2.
--
Andrew Bryan
abryan+bc@pangeamedia.com