From: trans Date: 2009-03-18T01:28:17+09:00 Subject: Re: Dynamically extending modules once they have been included On Mar 16, 8:12 pm, p...@p373.net wrote: > It doesn't seem possible to dynamically extend modules once they have > already been included into a particular class.  By dynamically extend, > I mean to include a module within another module. This is know as the Module Include Problem (and variations there-of) and has been around for, well, ever. The issue is not that "fixing" it wouldn't be a good thing, it's just that implementation of a fix has proven to be too problematic. T.