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 --- lib/MooseX/Role/Matcher.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/MooseX/Role') 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-54-g00ecf