From: Dave Rolsky Date: Sun, 5 Jun 2011 15:36:50 +0000 (-0500) Subject: Fix typo in abstract X-Git-Tag: 0.26~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types.git;a=commitdiff_plain;h=e981324f93b6a18b91d9637255b1386fd59f8290 Fix typo in abstract --- diff --git a/lib/MooseX/Types/Moose.pm b/lib/MooseX/Types/Moose.pm index f5a732d..189f274 100644 --- a/lib/MooseX/Types/Moose.pm +++ b/lib/MooseX/Types/Moose.pm @@ -1,6 +1,6 @@ package MooseX::Types::Moose; -# ABSTRACT: Type exportes that match the types shipped with L +# ABSTRACT: Type exports that match the types shipped with L use warnings; use strict;