load Data::Dumper output, including self-references
Changes for 0.01 - 2024-04-25
Experimental features made easy
Changes for 0.032 - 2024-04-25T22:30:41+01:00
- Add the newly-stable features to stable.pm - extra_paired_delimiters, const_attr, for_list
Fetch actual raw streamable URLs from various radio-station, video & podcast websites.
Changes for 2.30 - 2024-04-25
- StreamFinder::Castbox - Refactor to scrape episode data from the podcast page as now Castbox episode pages are no longer scrapable (now dynamically generated by javascript), but for now, all required episode data is embedded in the corresponding podcast page (for now). Also now append "lyrics" (transcript) to the "description" field (for Fauxdacious, etc.) for Castbox pages that provide this in a "lyrics" (.lrc) link!
- StreamFinder::Google - REMOVED since Google has officially closed down it's podcast service.
- StreamFinder::Podchaser - Fix failure to fetch episode data for the first episode (when a podcast page given) and failure to fetch all due to minor changes in their site.
- StreamFinder::Spreaker - Refactor since Spreaker has now javascripted and cookied up their pages, but we're still able to scrape it's podcast pages for podcast metadata, required playlist data and 1st episode ID, and they provide a separate api site for fetching all episode data when given the episode-ID.
- StreamFinder::Subsplash - Fix extraction of the artist & album fields due to minor changes in their site. Also add missing "Url" (first stream) field (not required for fetching streams).
StreamFinder
Fetch actual raw streamable URLs from various radio-station, video & podcast websites.metacpan.org
OpenID Connect implementation integrated into Mojolicious
Changes for 0.01 - 2024-04-25T13:18:14-05:00
- First public release
Determine file types
Changes for 0.35 - 2024-04-25
- Fix exit code issue for `mimeopen` Closes github.com/mbeijen/File-MimeIn… fix provided by slatian
Interaction with OpenExchangeRates API
Changes for 0.004 - 2024-04-25T18:13:34+00:00
- trying to make it appear again on CPAN
An I3 workspace loader
Changes for 0.003 - 2024-04-25T17:57:03Z
- Support shutdown events
- Add more supported actions with on_workspace
- Only switch workspaces when they exist This prevents starting up multiple layouts on non-existing workspaces
A Perl implementation of the OpenTelemetry standard
Changes for 0.020 - 2024-04-25T18:54:56+01:00
- Switch LWP::UserAgent integration to wrap around that module's 'simple_request' method instead of its 'request' method. This should catch some more cases, and fix GH #13.
- Added a minimal example application. See the `examples` directory in the distribution files.
An object to manage running things in parallel processes.
Changes for 0.014 - 2024-04-25T16:08:40+01:00
- Move to Dist::Zilla
- Switch to Test2::V0
Non linear optimization routines for PDL
Changes for 0.09 - 2024-04-25
- fix compiler warnings on pointer types (#7) - thanks @YuryPakhomov for report
Schema for CPANTesters database processed from test reports
Changes for 0.026 - 2024-04-25T15:15:16+01:00
- Added
Basic utilities for writing tests.
Changes for 1.302199 - 2024-04-25T15:05:00+01:00
- Minor fixes
Distribution with a rich set of tools built upon the Test2 framework.
Changes for 0.000162 - 2024-04-25T14:57:23+01:00
Portable compilation
Changes for 0.001 - 2024-04-25T15:17:34+02:00
An overview of the foundations of the ExtUtils::Builder Plan framework
Changes for 0.001 - 2024-04-25T14:13:26+02:00
- First release
Quickly start a db server.
Changes for 0.000028 - 2024-04-25T13:00:04+01:00
- Fix mariadb warning
XS functions to assist in parsing keyword syntax
Changes for 0.41 - 2024-04-25
- BUGFIXES
Build.PL install path logic made easy
Changes for 0.013 - 2024-04-25T12:28:37+02:00
- Try to install any installable paths
A wrapper for perl's configuration
Changes for 0.009 - 2024-04-25T12:22:53+02:00
- Add a but method
- Add ExtUtils::Config::MakeMaker
Distribution with a rich set of tools built upon the Test2 framework.
Changes for 0.000160 - 2024-04-25T11:18:36+01:00
Perl I18n using github.com/nodeca/babelfish format.
Changes for 2.13 - 2024-02-01T12:55:00Z
- Added support of nested lists and hashrefs
Perl extension for finding the memory usage of Perl variables
Changes for 0.84 - 2023-04-25
- no changes
Hi! Asking for a wisdom here...
We have a module that modifies signal handler $SIG{__DIE__} to log information and to die afterwards. Hundreds of scripts relied on this module which worked fine in perl 5.10.1.
Recently we had the opportunity to install several Perl versions but unfortunately a large number of scripts that used to work with Perl 5.10.1 now behave differently:
- Failed in 5.14.4:
/home/dev/perl-5.14.4/bin/perl -wc
test.pl
RECEIVED SIGNAL - S_IFFIFO is not a valid Fcntl macro at /home/dev/perl-5.14.4/lib/5.14.4/File/stat.pm line 41
- Worked without changes in 5.26.3:
/home/dev/perl-5.26.3/bin/perl -wc
test.pl
test.pl
syntax OK
- Worked without changes in 5.38.2:
/home/dev/perl-5.38.2/bin/perl -wc test.pl
test.pl syntax OK
Many of the scripts can only be updated to 5.14.4 due to the huge jumps between 5.10 and 3.58; But we are stuck on that failures.
Was there an internal Perl change in 5.14 which cause the failures but works on other recent versions without any update on the scripts?
Cheerio!
submitted by /u/Longjumping_Army_525
[link] [comments]
Sanity-check calling context
Changes for 0.04
- (no code changes)
- Switched to MIT license.
- Switched README from POD to Markdown.
- Removed Travis CI.
Sort lines of text by a SortKey module
Changes for 0.001 - 2024-03-07
- First release.
Sort lines of text by a Comparer module
Changes for 0.002 - 2024-03-07
- No functional changes.
- [doc] Mention some related links.
An assortment of date-/time-related CLI utilities
Changes for 0.128 - 2024-03-07
- [clis strftime, strftimeq] Use localtime() instead of gmtime(). We can still show UTC using "TZ=UTC strftime ...".
Common Security Advisory Framework
Changes for 0.22 - 2024-04-23
- First public release of CSAF
Study build or test output over a range of git commits
Changes for 0.21 - 2024-04-23T05:11:47Z
- Devel::Git::MultiBisect: introduce method 'set_outside_targets()' to handle case bisection exercises a test file located outside the git checkout of the source code.
Read Perl’s symbol table programmatically
Changes for 0.12
- Update license in Makefile.PL. (Thank you, @mavit!)
Future-based web+HTTP handling
Changes for 0.001 - 2024-04-24T00:49:13+08:00
- Initial version for websocket + per-message compression support
Perl implementation for the Prague Markup Language (PML).
Changes for 2.26 - 2024-04-23T17:31:17Z
- Properly fix saving relative paths to resource files.
Read Perl’s symbol table programmatically
Changes for 0.11
- (No code changes.)
- Remove Travis CI.
- Change README to Markdown.
- Re-license under the MIT License.
Perl implementation for the Prague Markup Language (PML).
Changes for 2.25 - 2024-04-23T15:11:42Z
- Fix saving relative paths to resource files.
Create a DateTime object from a Genealogy Date
Changes for 0.06 - 2024-04-23T08:28:40Z
- Handle entries which have the French 'Mai' instead of the English 'May' Some messages were printed even in quiet mode Handle '1517-05-04' as '04/05/1517'
Show context around syntax errors and exceptions
Changes for v0.4.0 - 2024-04-23
- fixes
- new features
- improvements
- other
XS functions to assist in parsing keyword syntax
Changes for 0.40 - 2024-04-23
- CHANGES
- BUGFIXES