1Mo::Hacking(3) User Contributed Perl Documentation Mo::Hacking(3)
2
3
4
6 Mo is a group effort. If you want to work on it join #mo on
7 irc.perl.org. It would be a good idea to read Mo::Design first.
8
9 Drop by and we'll give you a commit bit and put you to work!
10
12 The first rule of Mo Club is...
13
14 1) You don't talk about Moose Club
15
16 j/k
17
18 IRC #mo on irc.perl.org
19
20 GitHub
21 The code is here https://github.com/ingydotnet/mo-pm
22
23 src/
24 The code is in "src/". That's where we hack on it. Running this
25 command:
26
27 make -C src/
28
29 will compress everything into lib so that you can run the tests.
30
31 Pod and Comments
32 We keep Mo.pm POD and comment free. We like to write lots of doc.
33 We put it in separate .pod files.
34
35 Git Branches
36 Always do your new ideas on a branch.
37
38
39
40perl v5.36.0 2022-07-22 Mo::Hacking(3)