From: Dagfinn Ilmari Mannsåker Date: Thu, 2 Jan 2014 18:15:11 +0000 (+0100) Subject: Fix typo (RT#91747) X-Git-Tag: v5.9008~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=400fa4c386386ff8ea5dd4195895eafb6ea5c84d Fix typo (RT#91747) The remaining typos in the ticket were already fixed by the previous commit, which had been pushed to the wrong repository. --- diff --git a/lib/Catalyst/Manual/ExtendingCatalyst.pod b/lib/Catalyst/Manual/ExtendingCatalyst.pod index 7cc4cc8..b1a282c 100644 --- a/lib/Catalyst/Manual/ExtendingCatalyst.pod +++ b/lib/Catalyst/Manual/ExtendingCatalyst.pod @@ -115,7 +115,7 @@ L. =head2 Using Moose roles to apply method modifiers Rather than having a complex set of base classes which you have to mixin -via multiple inheritence, if your functionality is well structured, then +via multiple inheritance, if your functionality is well structured, then it's possible to use the composability of L roles, and method modifiers to hook onto to provide functionality.