Skip to main content






podlators-5.01


Convert POD data to various other formats

Changes for 5.01 - 2022-12-25
  • Guesswork (formatting rules based on heuristics intended for Perl documentation) can now be disabled or selectively enabled in Pod::Text with the guesswork option (--guesswork to pod2text). This is similar to the support added to Pod::Man in 5.00, except there is only one type of guesswork currently (quoting).
  • Pod::Text suppresses quote marks around some additional cases of Perl code in C<> where the intent had been to suppress the quotes but there were various bugs in the matching regular expressions. This primarily affects function and method calls.
  • Fix an escaping issue in Pod::Man with complex lquote, rquote, and quotes options containing double quotes that caused some double quotes to be incorrectly duplicated.
  • Pod::Man now avoids quoting macro arguments when this is unnecessary.
  • Depend on Pod::Simple 3.26 or later, since Pod::Text now calls its encoding() method.

https://metacpan.org/dist/podlators


UI-Various-0.36


graphical/non-graphical user interface without external programs

Changes for 0.36 - 2022-12-25T16:08:48Z
  • fix for FileSelect when selecting in root directory
  • changed FileSelect's empty selection logic to support directory selection
  • fix when adding first item(s) to empty Listbox
  • 2nd listbox example now prints selection when exiting

https://metacpan.org/dist/UI-Various




Data-Text-0.11


Class to handle text in an OO way

Changes for 0.11
  • Avoid assert failure in String::Clean Calling new() on an object now returns a clone rather than setting the defaults in the new object

https://metacpan.org/dist/Data-Text




Venus-1.75


OO Library for Perl 5

Changes for 1.75 - 2022-12-22
  • [update] Replace Venus::Cli#{program,podfile} with "path" attribute
  • [update] Convert Venus::Cli#init method to attribute
  • [update] Implement Venus::Assert#expression, and add ref aliases
  • [update] Update Venus::Assert to raise exceptions with expectation(s)

https://metacpan.org/dist/Venus






Testing...


Testing *testing* _testing_ **testing** __testing__ `testing` ... Tested.


Mojolicious-9.31


Real-time web framework

Changes for 9.31 - 2022-12-21
  • This release contains fixes for security issues, everybody should upgrade!
  • Removed experimental status from links method in Mojo::Headers.
  • Added tls_options attribute to Mojo::UserAgent. (heikojansen)
  • Fixed multiple "<script>" parsing issues in Mojo:😁OM.
  • Fixed a sporadic warning in Mojo::UserAgent. (s1037989)
  • Fixed UNIX domain socket support in Mojo::UserAgent debug feature. (s1037989)
  • Fixed a bug in Mojo:😁OM where strings like "<.>" were considered valid tags.

https://metacpan.org/dist/Mojolicious


Data-Validate-Sanctions-0.16


Validate a name against sanctions lists

Changes for 0.16 - 2022-12-21T00:19:22+00:00
  • A time limit is settled to avoid loading data per request as it might take resources to process a huge sanction list Improve Redis interaction to increase the performance

https://metacpan.org/dist/Data-Validate-Sanctions


Date-TimeOfDay-0.006


Represent time of day (hh:mm:ss)

Changes for 0.006 - 2022-09-22
  • Avoid the use of POSIX::round because older perls don't have it yet [cpantesters].

https://metacpan.org/dist/Date-TimeOfDay


CPAN-Perl-Releases-5.20221220


Mapping Perl releases on CPAN to the location of the tarballs

Changes for 5.20221220
  • Change: bd2bf00e95826460d4e9346c0e629fb390dddfa0 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2022-12-20 14:29:16 +0000

https://metacpan.org/dist/CPAN-Perl-Releases






Sah-0.9.51


Schema for data structures (specification)

Changes for 0.9.51 - 2022-10-21
  • No spec changes.
  • Remove some more mentions of the old extras part.
  • Tweak POD formatting.

https://metacpan.org/dist/Sah


Git-Hooks-3.4.0


Framework for implementing Git (and Gerrit) hooks

Changes for 3.4.0 - 2022-12-18T20:35:59-03:00
  • New features

https://metacpan.org/dist/Git-Hooks


Affix-0.08_02-TRIAL


A Foreign Function Interface eXtension

Changes for 0.08_02 - 2022-12-18T23:23:17Z
  • Smoke diagnostics

https://metacpan.org/dist/Affix








Time to build another musical practice tool


It's Sunday and it's snowing big time out there. Time to build another musical practice tool. This time with https://metacpan.org/dist/Data-Dataset-ChordProgressions and friends. #perl #music

Gene Boggs reshared this.



MIDI-Perl Tabla drums


I finally found the tabla soundfont at https://gleitz.github.io/midi-js-soundfonts/ - So naturally I tried to imitate a tabla player! Here's the code: https://github.com/ology/Music/blob/master/tabla and here are the 1st couple runs, in decreasing order of schizophrenia: https://ology.net/tmp/tabla/tabla-01.mp3 & https://ology.net/tmp/tabla/tabla-02.mp3 & https://ology.net/tmp/tabla/tabla-03.mp3 - All are painfully feeble compared to real tabla payers! 😁 #music #perl


Bird's Mohawk in MIDI-Perl


Just finished up adding a bit more functionality to my MIDI bassline generator https://metacpan.org/dist/MIDI-Bassline-Walk - It isn't the best bassist by a long shot. But here is a version of Bird's https://github.com/ology/Music/blob/master/mohawk => https://ology.net/tmp/from-midi/mohawk.mp3 #perl #music

Gene Boggs reshared this.