summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-02-04 03:10:15 -0500
committerdoy <doy@tozt.net>2009-02-04 03:10:15 -0500
commit44fa727e22a16b1a42bb52145488e2f829a6f0d7 (patch)
treefb4f161be4a8fd044dfbf9e76befef7a2c9cf0d6
parent5f2483ff4dce22c3a42ba3cf8e5e0711eb89354a (diff)
downloadmoosex-role-matcher-44fa727e22a16b1a42bb52145488e2f829a6f0d7.tar.gz
moosex-role-matcher-44fa727e22a16b1a42bb52145488e2f829a6f0d7.zip
update doc stuff for newer dzil0.04
-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;