Skip to content

mishin/intro-to-moose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Getting Set Up for this Class

This class assumes that you have a development environment with Perl and Moose installed, as well as a few other perl modules.

Installing Perl

This class should work with Perl back to 5.8.8. That said, I recommend installing a newer Perl than that if possible. There's no reason not to choose the latest stable version of Perl. You can use tools such as plenv or perlbrew to easily install local versions of Perl.

Installing Moose

I highly recommend that you install the cpanminus tool. If you're using perlbrew just run perlbrew install-cpanm. With plenv run plenv install-cpanm. See the cpanminus docs for more options.

Once you have cpanm installed you can install Moose and the required test modules with cpanm Moose Test::Harness Test::More.

Reading the Slides

These slides are simply an HTML file. You can open the file at slides/index.html to view the slides.

Exercises

See the exercises/README.md file for more details on the exercises.

About

Intro to Moose class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 46.3%
  • HTML 37.1%
  • JavaScript 9.7%
  • CSS 4.1%
  • Other 2.8%