From 44fa727e22a16b1a42bb52145488e2f829a6f0d7 Mon Sep 17 00:00:00 2001 From: doy Date: Wed, 4 Feb 2009 03:10:15 -0500 Subject: update doc stuff for newer dzil --- dist.ini | 1 + lib/MooseX/Role/Matcher.pm | 5 ----- 2 files changed, 1 insertion(+), 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 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; -- cgit v1.2.3