Yet Another Perl6 HTTP Client
I've had a few bits of Perl6 code in production for some basic tasks for awhile, but with rakudo growing increasingly stable I decided to give it a … »
I've had a few bits of Perl6 code in production for some basic tasks for awhile, but with rakudo growing increasingly stable I decided to give it a … »
1. Provide a provides section Without giving a provides section in your META file, a package manager will just have to recursively grep your directories and hope that anything it … »
I don't remember the why. Something like 300 days ago I had decided to make open source contributions every day for an entire year. (I say 300 because … »
Everything has to start somewhere. A Perl6 package's story usually starts at its META.info file, a file containing various bits of information that describe the package and … »
A simple progress bar was the target of my attention a few months back. It would consist of 3 parts: * 1. Capture the output from stdout * 2. Some sort of … »