CPAN releases for the year 2024
Changes for 20240406.0 - 2024-04-06
- Update data.
Food additives in BPOM
Changes for 20240409.0.0 - 2024-04-10
- First release.
List registered food additives in BPOM
Changes for 0.018 - 2024-04-09
- Use the more complete data from idn_bpom_bahan_tambahan_pangan2 table (source from standarpangan.pom.go.id/cekbtp… instead of from e-reg.pom.go.id/ereg/index.php… 0/page/1/order/3/ASC).
An open source web-based network management tool.
Changes for 2.075002 - 2024-04-10
- ENHANCEMENTS
- BUG FIXES
Simple opinionated tool to set up a Perl distribution directory.
Changes for 0.12 - 2024-04-10
- Query CPAN for the 001-cpanfile.t test so that not all modules of a given distribution needs to be updated. Make this be an extended test, as it now makes network requests.
- Add the missing File::SharedDir and File::ShareDir::Install dependencies in the cpanfile.
Apache2 API Framework
Changes for v0.3.0 - 2024-04-10T06:34:12Z
- Improved method bailout.
- Added method is_aborted in Apache2::API::Request
SPVM Language
Changes for 0.989100 - 2023-04-10
- Document Fix and Improvement
- Compilation Error Message Improvement
Test current release against CVE's
Changes for 0.05 - 2024-04-10
- Remove unused requirement causing failure if not available
Specification to sort changes group heading PERLANCAR-style
Changes for 0.001 - 2024-01-27
- First release, adjusted from Sort::Sub::changes_group_ala_perlancar.
test MIDI file contents
Changes for 0.01 - 2024-04-09
- First version, released on an unsuspecting world.
A SQL Database object abstraction class
Changes for v1.3.0 - 2024-04-09T16:53:24Z
- Added pg_notifies in DB::Object::Postgres
Generic Module to inherit from
Changes for v0.35.3 - 2024-04-10T06:42:08Z
- Minor correction of unused variable warning in method _parse_timestamp() in Module::Generic
Or some other OO module? Or did they cook their own spice that includes Moose and custom approaches?
submitted by /u/ReplacementSlight413
[link] [comments]
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
An open source web-based network management tool.
Changes for 2.075001 - 2024-04-09
- ENHANCEMENTS
- BUG FIXES
I think we need to create the next generation of Perl devs, because one day we’ll all be dead. What will Perl become if we don’t train as many people as we can?
submitted by /u/karjala
[link] [comments]
communicate with the i3 window manager
Changes for 0.19 - 2024-04-09
- use Carp for errors (includes stacktraces)
- introduce (preferred) RUN_COMMAND spelling
- migrate tooling to ExtUtils::MakeMaker
- implement the tick event
- introduce the sync IPC command
- introduce the GET_BINDING_STATE IPC command
INI file reader that supports make-style variable references and multiple assignment operators.
Changes for 0.16 - 2024-04-10
- Improved ans corrected POD.
put values on the stash of the next request
Changes for 0.001
- Initial release.
render JSON-based Perl datastructures as HTML tables
Changes for 0.001
- Initial release.
Specification of sort specification
Changes for 0.1.0 - 2024-01-27
- First, early release.
Constants and Enumerations. Assign constant values from the command line
Changes for v0.3.1 - 2024-04-00
- Improvements
Synthesizer settings librarian
Changes for 0.0046 - 2024-04-08T16:11:31Z
- Fix the _whoops search call in eg/patch-visualizer.pl.
- Improve documentation slightly.
Synthesizer settings librarian
Changes for 0.0045 - 2024-04-08T15:50:57Z
- Improve documentation.
Multi column file system explorer
Changes for 0.03
- added Tk::FileBrowser::Item
- added context menus for header and tree.
- added a filter bar.
- updated documentation.
Structure oriented SGML/XML/HTML/etc. elements manipulation.
Changes for 0.15 - 2024-04-08T22:56:02+02:00
- Common
- Tags::Output
- Tags::Utils
An open source web-based network management tool.
Changes for 2.075000 - 2024-04-08
- NEW FEATURES
- ENHANCEMENTS
Synthesizer settings librarian
Changes for 0.0044 - 2024-04-08T10:41:01Z
- Improve documentation.
Synthesizer settings librarian
Changes for 0.0043 - 2024-04-08T10:06:44Z
- Refactor search and recall methods to return simpler results.
- Fix-up the visualization example program and config file.
- Update tests!
convert between Perl data structures, YAML and JSON with unicode support (I believe ...)
Changes for 0.28 - 2024-04-08T18:00:00Z
- Test file "t/12-from-file.t", at very few times, fails (under M$) because comparing a data structure fails on comparing two floats which must be the same and are the same except the last decimal digit. As from this version, the floats in the test data for this particular test is shorten to max 4 decimal places. These subs: dump2perl, dump2json, dump2yaml and dump2dump are, from now, not exported by default neither they are part of any export tag-group (they used to be in the ':dump' tag-group) These subs must now be explicitly imported. The reason is that 'dump2perl' (and the rest use this) is eval'ing its input which may come from user. Eval'ing (unchecked) user input is considered a security problem. These subs will not be removed but be imported by specific caller request. Test "t/04-dump2-use-is-explicit.t" has been added to check that these subs are not exported by default.
Test current release against CVE's
Changes for 0.04 - 2024-01-20
- Strip WARNING if it prefixes the JSON data
- Opt to install cpan-cve.pl (issue #1)
- Pass verbosity from script to parser
- Fix version chain compare with multiple versions
- Suppress perl-core CVE's by default in cpan-cve.pl
- Cowardly give up if no NAME or DISTNAME found
- Allow multiple folders collected in JSON output
- It is 2024
- Update dependencies
Fetch CVE information from cve.org
Changes for 0.008 - 2024-04-08
- Prevent warning if report is incomplete
- It is 2024
- Skip version lines in reports from cve.pl with only n/a
- Prefer Data::Peek over Data::Dumper on cve.pl -d (no hard dependency)
A health check endpoint for your Plack app
Changes for v0.2.0 - 2024-04-08T15:25:55Z
- Update README and LICENSE (Andrew Hewus Fresh)
- Correct POD (Andrew Hewus Fresh)
- Pull request #6: SM-4772 add support for list_tags query parameter (Austin Hill)
- SM-4772 use a separate endpoint under healthz (Austin Hill)
- SM-4772 simplify response code logic (Austin Hill)
- SM-4772 add support for list_tags query parameter (Austin Hill)
libvirt Perl API
Changes for 10.2.0 - 2024-04-05
- Add virDomainGraphicsReload API and associated constants