I'm working on Net::Google::PicasaWeb and am looking at using
MooseX::Role::Matcher with it. However, I would like to be able to do
deep matching on attributes. I.e., with a syntax something like:
if ($album->match('photo.title' => qw/OSCON/)) {
print $album->title, " matches.\n";
}
I.e., if an attribute being matched is another Moose object that does
MooseX::Role::Matcher, I would like to be able to drill into it's
attributes as well. If you're interested, I can contribute a patch to
Matcher.pm. If you are not, I will add a new module to CPAN called
MooseX::Role::DeepMatcher.
Thanks for the module. It works great for me.
Cheers,
Sterling