Re: private methods and role composition

2005-11-08 Thread Larry Wall
On Sat, Nov 05, 2005 at 11:35:38AM -0800, Jonathan Lang wrote: : First off: is there a way to declare a method as being private to a role? We're still batting around the notion of private methods. Certainly with a lexically scoped sub you can get most of the same benefit. Trust could then perhaps

private methods and role composition

2005-11-05 Thread Jonathan Lang
First off: is there a way to declare a method as being private to a role? Second: can a role reclassify as private a method that is composed into it from another role? -- Jonathan "Dataweaver" Lang