From: Stevan Little Date: Sat, 15 Mar 2008 03:02:26 +0000 (+0000) Subject: POD-COVERAGE SUCKS! X-Git-Tag: 0_55~276 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6e2840b7f746179b3f3e4b02e8fafa9cd12804f4;p=gitmo%2FMoose.git POD-COVERAGE SUCKS! --- diff --git a/Changes b/Changes index 9ac5dad..98b0297 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Moose +0.40 + - I hate Pod::Coverage + 0.39 Fri. March 14, 2008 * Moose - documenting the use of '+name' with attributes diff --git a/README b/README index b09c23b..d28f60f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Moose version 0.39 +Moose version 0.40 =========================== See the individual module documentation for more information diff --git a/lib/Moose.pm b/lib/Moose.pm index 0b49926..6ad45b6 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -4,7 +4,7 @@ package Moose; use strict; use warnings; -our $VERSION = '0.39'; +our $VERSION = '0.40'; our $AUTHORITY = 'cpan:STEVAN'; use Scalar::Util 'blessed', 'reftype'; diff --git a/lib/Moose/Meta/Attribute.pm b/lib/Moose/Meta/Attribute.pm index c45cae9..f8d539e 100644 --- a/lib/Moose/Meta/Attribute.pm +++ b/lib/Moose/Meta/Attribute.pm @@ -588,6 +588,8 @@ will behave just as L does. =item B +=item B + =item B =item B