The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Meta::Class - Entities in the Perl 6 language model (M2)

SYNOPSIS

 my $role_mc = Meta::Class.new("Role");
 my $class_mc = Meta::Class.new("Class");

DESCRIPTION

Meta::Class objects are objects in the Perl 6 class system.

These objects are changed when you define new traits of Classes, Roles, etc - or when you do even scarier things to the Perl 6 class system.

Note that the files in this distribution at lib/Class.pm will probably eventually be auto-generated by methods called on these objects.