[09:11] *** dakkar joined [11:45] *** parv left [12:46] *** getimiskon joined [13:30] *** A26F64 joined [17:35] *** dakkar left [18:55] *** colemanx joined [18:59] *** A26F64 left [19:19] I'm building my first module :) It's going to be an executable, with a private lib. Do I use the App:: prefix? [19:19] in my META6.json [19:22] Here is my repo https://github.com/dontlaugh/kubedee [19:22] I am converting an all-bash tool to Raku. I emailed the original author, and he has discontinued development. But I use this tool [19:23] So I figured converting the bash script and .lib side-by-side to Raku will be a good exercise. [19:23] And if you use K8s and LXD this tool is cool [19:30] yeah, the App:: prefix is generally used for such a thing, see e.g. App::mi6 which installs an "mi6" CLI [19:30] App::Mi6 actually :-) [19:33] I installed mi6 and it looks like what i've put up so far builds successfully [19:34] it created a lib/.precomp directory. should I gitignore this? [19:38] yeah, that's probably wise [19:39] App::Mi6 does it by default, (for a mi6 new Foo::Bar) [19:42] gotcha. I think I'm good to go. Here's the interface I'm converting. https://github.com/dontlaugh/kubedee/blob/main/bin/kubedee.raku [19:42] I might start with wrapping the bash directly, so I can make incremental progress [19:44] Thanks again, as always! [19:45] I will solicit review when I have something substantial [19:50] *** qorg11 left [19:51] *** qorg11 joined [19:54] *** lizmat_ joined [19:54] *** TempIRCLogger left [19:55] *** TempIRCLogger joined [19:57] *** lizmat left [21:13] *** parv joined [21:24] *** lizmat_ left [21:24] *** lizmat joined [23:11] hello, how do I match all characters but '-' in regex? [23:16] apparently /<-[-]>/ does the trick... not gonna lie, it's a bit Brainfuck-ish [23:35] *** getimiskon left