summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/Role/Matcher.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MooseX/Role/Matcher.pm')
-rw-r--r--lib/MooseX/Role/Matcher.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/MooseX/Role/Matcher.pm b/lib/MooseX/Role/Matcher.pm
index 0b3468d..2449d7e 100644
--- a/lib/MooseX/Role/Matcher.pm
+++ b/lib/MooseX/Role/Matcher.pm
@@ -4,15 +4,10 @@ use MooseX::Role::Parameterized;
use List::Util qw/first/;
use List::MoreUtils qw/any all/;
-# ABSTRACT: generic object matching based on attributes and methods
=head1 NAME
MooseX::Role::Matcher - generic object matching based on attributes and methods
-=head1 VERSION
-
-version 0.04
-
=head1 SYNOPSIS
package Person;