Programming with Moose

Moose is a distribution (set of modules), that constitute a new framework for Perl 5. It addresses many of the criticisms about Perl's object orientation (OO) implementation, and brings new light to crufty old perl syntax.

Moose was created by Stevan Little, the author of countless modules both useful and useless hosted on CPAN.[1]

Table of Contents edit

  1. Preface  
  2. Obtaining Moose  
  3. Ideology 
  4. Problems solved  
    1. Accessors  
    2. Type-system  
    3. Scalar::Defer  
  5. Evolution of the Moose
  6. Roles and Plugins  
  7. Type system  
  8. Syntax Reference  

Difficulties Identified? edit

  1. Moose-w-Moose

External Links edit

Footnotes edit

  1. ^ You can find the unabridged list of modules Stevan maintains at search.cpan.org/~stevan. His PAUSE id is STEVAN.