summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist.ini1
-rw-r--r--lib/MooseX/Role/Matcher.pm5
2 files changed, 1 insertions, 5 deletions
diff --git a/dist.ini b/dist.ini
index 7cbfd2f..53318b1 100644
--- a/dist.ini
+++ b/dist.ini
@@ -3,6 +3,7 @@ version = 0.04
author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
copyright_holder = Jesse Luehrs
+abstract = generic object matching based on attributes and methods
[@Classic]
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;