Skip to main content




Hi all! I am looking for companies currently hiring Perl developers. So far I found only a couple of them (booking, 17hats) and I was wondering if anybody knows others? Possibly in EU, but remote is also good. Thank you!

submitted by /u/Neither-Television-3
[link] [comments]



sealed.pm implements dougm’s original patch to compile method lookups for typed lexicals:

https://www.perl.com/pub/2000/06/dougpatch.html/

v5.1.5 on CPAN resolves longstanding reentrancy issues.

Internally sealed always relied on an undocumented method in B::Generate to construct the replacement B::PADOP opcode, but internally it’s invoking newPADOP, which leaves the associated padname unaddressed.

This causes segfaults in Perl_pad_push reliably, when it indexes that padname element.

In v5.1.5, the padname gets created by an XS subroutine, which does the needful.

submitted by /u/joesuf4
[link] [comments]




Is there a module that can facilitate writing something similar to DBI, where one uses a common API for many different tools, swapping one for another but keeping the rest of of the program intact ? The non OO way is that of a dispatch table, but I want to elevate my OO a bit, and allow registration of components without touching the main application.

submitted by /u/ReplacementSlight413
[link] [comments]



Webservice to connect to Onfido API

Changes for 0.006 - 2023-07-02T15:36:03+00:00

  • Add hook



Open a file for shared reading and/or writing

Changes for 4.05 - 2023-07-02

  • Fix tests with perl-5.38.0.


Fast, safe DBI connection and transaction management

Changes for 0.59

  • Fix for Windows t/load.t failures



OpenAI-API-0.33


Perl interface to OpenAI API

Changes for 0.33 - 2023-03-26
  • Add OpenAI::API::Error module. Add option to return HTTP::Response object. Fix tests ("/edits" endpoint is broken)

https://metacpan.org/dist/OpenAI-API


Quiq-1.208


Class library for rapid development

Changes for 1.208 - 2023-03-26
  • Quiq:😁atabase::Connection
  • Quiq:😛ath
  • Quiq::Shell
  • Quiq::Url
  • Quiq::UrlObj
  • Quiq::Web::Navigation

https://metacpan.org/dist/Quiq


Scope-Upper-0.34


Act on upper scopes.

Changes for 0.34 - 2023-03-26T16:00:00Z
  • Add : Contributing guidelines are now listed in the new CONTRIBUTING file.
  • Fix : [RT #146897] Scope::Upper does not know about RCPV cop_warnings, and does not know that given is deprecated. "given" related warnings were silenced, and the new RCPV interface is now used. Thanks Yves Orton for reporting and contributing a fix.
  • Fix : Assertion failures triggering on perl version 5.37.10 and higher with DEBUGGING enabled.
  • Fix : t/64-uplevel-caller.t has been taught about the new call frame numbering convention.

https://metacpan.org/dist/Scope-Upper


OpenAI-API-0.32


Perl interface to OpenAI API

Changes for 0.32 - 2023-03-26
  • Add OpenAI::API::Error module. Add option to return HTTP::Response object.

https://metacpan.org/dist/OpenAI-API


CatalystX-RequestModel-0.013


Map body and data parameters to a model

Changes for 0.013
  • Fixed minor issue with noisy error if doing a form upload to a request model that didn't support it.
  • Fixed test case that failed on some platforms
  • Distribution meta data fixes, including copyright update

https://metacpan.org/dist/CatalystX-RequestModel