From: Dave Rolsky Date: Wed, 25 Feb 2009 19:50:15 +0000 (+0000) Subject: Clarify an old changes entry X-Git-Tag: 0.72_01~97 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=99c341efb4388daf9b789ea7944149a58322aad5;p=gitmo%2FMoose.git Clarify an old changes entry --- diff --git a/Changes b/Changes index 55b9606..f6267fd 100644 --- a/Changes +++ b/Changes @@ -42,8 +42,8 @@ Revision history for Perl extension Moose - Allow overriding specific keywords from "also" packages. (doy) * Tests - - Replace hardcoded cookbook tests with Test::Inline POD - to ensure they don't get out of sync. (Dave Rolsky) + - Replace hardcoded cookbook tests with Test::Inline to ensure + the tests match the actual code in the recipes. (Dave Rolsky) * Moose::Cookbook - Working on the above turned up a number of little bugs in the