On Wed, Jul 22, 2009 at 11:22 PM, Dave Rolsky<[email protected]> wrote:
> On Wed, 22 Jul 2009, Stevan Little wrote:

>> And perhaps this is something we could put in C::MOP::Module, since
>> Package is meant to model Perl 5 packages and Module is sort of an
>> in-between thing that comes from Perl 6 but is not terrible well defined.
>
> According to the docs, "a module is essentially a Class::MOP::Package with
> metadata, in our case the version and authority."
>
> So it seems to me that a Package can have subroutines.

In fact I believe that in Perl5 Packages are just a fancy way of
saying "non-anonymous namespace stash" which if I recall contain Code
Refs.

-Chris

Reply via email to