First steps at how to build your own Map::Tube::<*> map| Perl.com
Mohammad Sajid Anwar’s post in last year’s Perl Advent Calendar about his Map::Tube module intrigued me. I decided I wanted to build such a map for the tram network in the city where I live: Hannover, Germany. Along the way, I thought it’d be nice to have a detailed HOWTO explaining the steps needed to create a Map::Tube map for one’s city of interest. Since I enjoy explaining things in detail, this got … long. So I broke it up into parts.| P.T.C.
Minimalist Object Orientation (with Moose compatibility)| MetaCPAN
Consider the following fairly simple class, which creates a lookup object for month names:| blogs.perl.org
Moose is great, but it does introduce a slight performance hit to your code. In the more than 15 years since it was first released, hardware improvements have made this less of a problem than it once was. Even so, if performance is a concern for your project, Moose might not be what you want. It also has a fairly big collection of non-core dependencies.| blogs.perl.org
An updated but yet to be completed version is here.| blogs.perl.org
define functions and methods with parameter lists ("subroutine signatures")| MetaCPAN