Skip to main content



Find or build xz

Changes for 0.09 - 2024-04-15T11:21:20Z

  • use GitHub plugin to fetch tarball (gh#8, gh#10)


Build or find autoconf

Changes for 0.20 - 2024-04-15T08:16:02Z

  • Fixes for 2.72 (gh#17, gh#18)


113-bit integer arithmetic

Changes for 0.05

  • Add README file.
  • Fix bug in t/bitwise_gmp_cross_checks.t


Simple opinionated tool to set up a Perl distribution directory.

Changes for 0.14 - 2024-04-15

  • Allow to specify the type of runners to use for the GitHub CI actions.
  • Make the dependency on CPAN::Common::Index::Mux::Ordered be optional.


parses .pm file as PAUSE does

Changes for 0.46 - 2024-04-15

  • Strip BOM before finding a package



A base for sort-like CLI utilities

Changes for 0.003 - 2024-03-06

  • [incompatible change] Replace _sortgen with _gen_sorter + _gen_comparer + _gen_sortkey.


Sort lines of text by spec

Changes for 0.004 - 2024-03-06

  • Update to AppBase::Sort 0.003.
  • [doc] Fix example.


Collection of CLI utilities for Sah and Data::Sah

Changes for 0.484 - 2024-03-06

  • Rename scripts: list-sah-schemas-modules -> list-sah-schemabundle-modules, list-sah-pschemas-modules -> list-sah-pschemabundle-modules.
  • Tweak examaple summary.


Audit CPAN distributions for known vulnerabilities

Changes for 20240414.001 - 2024-04-15T00:01:30Z

  • data update for 2024-04-14


A complete SPARQL 1.1 Query and Update implementation for use with RDF::Trine.


The Joy of DTrace and ModPerl2 submitted by /u/joesuf4
[link] [comments]


Prior releases of the 6.x line relied on Lexical::Types, which was a major performance pessimisation over the 5.x releases.

6.0.4 relies on a simple source filter instead, which restores performance levels back to expected levels.

More benchmarks added to the test suite validate the dependency changes.

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



Tags helpers for HTML elements.

Changes for 0.11 - 2024-04-14T18:16:11+02:00

  • Fix test for 'step' parameter on Windows.


Get stock and mutual fund quotes from various exchanges

Changes for 1.59_01 - 2024-04-14T08:31:58-07:00

  • YahooJSON.pm - Added code to retrieve cookies and a "crumb" required to continue to utilize the v11 API. Issue #369. The YahooJSON.pm currency module was changed to use the v8 API.
  • Added initial version of CONTRIBUTING.pod that metacpan.org utilizes. It will completely replace the Hacker's Guide in the future.
  • Bloomberg.pm - Changed module to extract data from JSON structure embedded within the HTML - Issue #360
  • NSEIndia.pm - Eliminated need to use temp folders by storing file data from URL into a variable.
#369 #360



113-bit integer arithmetic

Changes for 0.04

  • Allow negative values to be passed to bitwise operators (&, |, ^, ~, >>, <<). These negative values will be converted to their 113-bit 2s-complement value prior to being acted upon by the bitwise operator - thus mimicking perl's treatment of negative 32-bit/64-bit IVs.
  • Add divmod() function.
  • Add new test file t/bitwise_feature.t



Implementation of various techniques used in data compression.

Changes for 0.05 - 2024-04-13

  • ADDITIONS
  • IMPROVEMENTS
  • CHANGES
  • BUG-FIXES


Database independent interface for Acrux applications

Changes for 0.02

  • Documentation modified
  • Added rules for error message getting


OpenSSL/LibreSSL pseudo-random number generator access

Changes for 0.16 - 2024-04-13

  • add github actions, travis and appveyor.
  • Many patches by Takumi Akiyama.
  • Fix broken github image for strawberry perl by stripping its PATH. their new mingw is incompatible to their old strawberry 5.32
  • minor documentation fixes.


Hi, im working on this perl script wherein i should get all files with filename < 900000

Ex. sample_file_802856.txt sample_file_27364692.txt sample_file_385620.txt

the script should get:

sample_file_802856.txt sample_file_385620.txt

I already have the code but it’s failing on this part coz im having a hard time getting the regex for < 900000 😆

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



The great new Seven!

Changes for 0.01

  • First version, released on an unsuspecting world.


A SQL Database object abstraction class

Changes for v1.3.1 - 2024-04-11T22:27:49Z

  • Modified method 'structure' in DB::Object::Mysql::Table to ensure all fields returned are in lowercase.


Libraries and Utilities to work with Dogecoin

Changes for 1.20240413.0031 - 2024-04-12T17:31:00-07:00

  • removed unnecessary warning


Subroutine attribute for compile-time method lookups on its typed lexicals.


test MIDI file contents

Changes for 0.02 - 2024-04-13

  • Add more MIDI event test functions. Break the midi_track interface a bit. Improve the documentation.



Simple opinionated tool to set up a Perl distribution directory.

Changes for 0.13 - 2024-04-11

  • Fix a typo in the MANIFEST.SKIP file.
  • Add support to specify the keywords and no_index META directive.







Check for the presence of a compiler

Changes for 0.024 - 2024-04-11T14:43:48+02:00

  • Make temporary dir absolute


Hi,

I am moving to RedHat 9 from RedHat 7. I am running Apache with mod_perl.

I have installed the mod_perl package on the RedHat 9 box. I am getting this error on bit of code that I wrote:

Can't locate XSLoader.pm: /usr/local/lib64/perl5/5.32/XSLoader.pm: Permission denied at /usr/lib64/perl5/vendor_perl/Apache2/XSLoader.pm line 22.\nBEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/Apache2/XSLoader.pm line 22.\nCompilation failed in require at /usr/lib64/perl5/vendor_perl/Apache2/Access.pm line 24.\nBEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/Apache2/Access.pm line 24. 

When I do a search for XSLoader.pm, I find:
/usr/lib64/perl5/vendor_perl/APR/XSLoader.pm /usr/lib64/perl5/vendor_perl/Apache2/XSLoader.pm /usr/share/perl5/XSLoader.pm 

I am guessing I have some path issue. Any ideas what I may need to do?

thank you

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



iterators for objects that know the next element

Changes for 1.148 - 2024-04-10T18:05:54Z

  • need a user release for indexing?


Audit CPAN distributions for known vulnerabilities

Changes for 20240410.001 - 2024-04-10T17:51:12Z

  • data update for 2024-04-10


iterators for objects that know the next element

Changes for 1.147_01 - 2024-04-10T17:42:51Z

  • Try not indexing preprocess/


iterators for objects that know the next element

Changes for 1.147 - 2024-04-10T16:55:14Z

  • Release again to investigate PAUSE indexing issue (#16)
#16


Neo4j community graph database driver for Bolt and HTTP

Changes for 0.48 - 2024-04-10

  • The cypher_params config option now allows 'v2' as a synonym for v2.
  • Minor documentation updates.




Synthesizer settings librarian

Changes for 0.0047 - 2024-04-09T11:28:00Z

  • Improve the specs logic.
  • Improve eg/patch-visualizer.pl.
  • Fix eg/synth-config-mojo.pl to use database specs.



Neo4j community graph database driver for Bolt and HTTP

Changes for 0.47 - 2024-04-09

  • Returning a Result object from a managed transaction function now issues a warning that the Result may not be valid outside the function.
  • Clarify in documentation that concurrent_tx is a legacy feature.
  • Minor documentation fixes.
  • Minor testing improvements.


A Simple base module to implement almost every RESTful API with just a few lines of configuration

Changes for 2.8

  • Change: 83a1a2c4ca5a3ef6e388483c992621f1efead921 Author: Tobias Kirschstein <nupfel@users.noreply.github.com> Date : 2023-08-11 09:55:35 +0000
  • Change: 81d1da85d621ba6f88942bb2a047adb8c01bd9db Author: Michael Schout <schoutm@gmail.com> Date : 2023-08-05 15:32:01 +0000
  • Plus 26 releases after 2023-04-10 00:00:00 +0000.


I work in infosec, specifically in penetration testing. I learned Perl to some extent years ago when Metasploit was still written in Perl (They switched to Ruby). It seems these days that most people in my industry like Python, and some of the most important modules we use in my field are in Python. Does Perl offer any modules as comprehensive as Impacket for hacking protocols such as SMB, WMI, Kerberos, etc?

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



Information about the CGI environment

Changes for 0.81 - 2024-04-09T10:08:29Z

  • Use Test::Needs Added t/version.t Added t/tabs.t Mark axios/1.6.7, ias_crawler and ZoominfoBot as robots Block "/**/ORDER/**/BY/**/" in the argument Strip NUL byte poison