This recipe covers more subtype creation, including the use of type coercions.
-=item L<Moose::Cookbook::Basics::Recipe7> - Making Moose fast with immutable
+=item L<Moose::Cookbook::Basics::Immutable>
Making a class immutable greatly increases the speed of accessors and
object construction.
-package Moose::Cookbook::Basics::Recipe7;
+package Moose::Cookbook::Basics::Immutable;
-# ABSTRACT: Making Moose fast with immutable
+# ABSTRACT: Making Moose fast by making your class immutable
__END__