package Graph::Man::Algorithm::Occurrence; use parent 'Graph::Man::Algorithm'; # doesn't need to override anything 1; __END__ =head1 NAME Graph::Man::Algorithm::Occurrence - basicest identity merging algorithm =head1 SYNPOSIS This algorithm doesn't implement anything on its own, it just uses the default implementations from C. That means it just merges identities that contain Cual artifacts. =cut