Skip to main content




SPVM-0.9697


SPVM Language

Changes for 0.9697 - 2023-03-23

  • New Features
  • Incompatible Changes
  • Document Improvement
  • Test Improvement
  • Exception Message Improvement
  • Bug Fix

metacpan.org/dist/SPVM



Test-Compile-v3.1.1


Assert that your Perl files compile OK.

Changes for v3.1.1 - 2023-03-28

  • Proof read and correct the POD
  • Be more consistent about where we search for files (by default)
  • Update copyright (2023)

metacpan.org/dist/Test-Compile



App-OrgUtils-0.484


Some utilities for Org documents

Changes for 0.484 - 2023-01-19

  • No functional changes.
  • [cli org-to-html-wordpress] Rebuild to tweak Abstract.

metacpan.org/dist/App-OrgUtils




MIDI-Drummer-Tiny-0.4200


Glorified metronome

Changes for 0.4200 - 2023-03-27T15:26:17Z

  • Add the set_channel() and set_volume() methods.
  • Improve documentation.

metacpan.org/dist/MIDI-Drummer…



Validation-Class-7.900059


Powerful Data Validation Framework

Changes for 7.900059

  • Change: 8e4779d9d7127d11626058d1809df691b91dd35a Author: Christiaan Kras <c.kras@pcc-online.net> Date : 2023-03-27 22:16:38 +0000
  • Change: 7efcee6e33044b40a4d83c4423b01a7eda6fba38 Author: Christiaan Kras <c.kras@pcc-online.net> Date : 2023-03-27 21:26:57 +0000
  • Change: 261609a9971e6fcc12722c59cf12d8fb2f733503 Author: Christiaan Kras <c.kras@pcc-online.net> Date : 2023-03-27 20:57:24 +0000

metacpan.org/dist/Validation-C…



Syntax-Kamelon-0.22


A versatile and fully programmable textual content parser that is extremely well suited for syntax highlighting and code folding


metacpan.org/dist/Syntax-Kamel…




Net-MQTT-Simple-One_Shot_Loader-0.03


Perl package to add one_shot method to Net::MQTT::Simple

Changes for 0.03 - 2023-03-27

  • Updated package to hide package Net::MQTT::Simple from CPAN indexer
  • Updated tests to pass when IO::Socket::SSL is unavailable - Fixed #1 GitHub
  • Updated tests to added method can tests for response object

metacpan.org/dist/Net-MQTT-Sim…

#1




app-paperback-1.42


A Perl module and standalone script for imposition of small pages on bigger paper.

Changes for 1.42

  • Further change 2022 to 2023!

metacpan.org/dist/app-paperbac…



app-paperback-1.41


A Perl module and standalone script for imposition of small pages on bigger paper.

Changes for 1.41

  • Increase read buffer from 200 to 1024 bytes

metacpan.org/dist/app-paperbac…








Function-Parameters-2.001006


define functions and methods with parameter lists ("subroutine signatures")

Changes for 2.001006 - 2023-03-27

  • Work around perl core issue GH#20950 (use re "eval" doesn't capture lexical %^H environment like eval() does and stringifies it instead) by downgrading the previous hard error to a warning (in the new category 'Function::Parameters') and switching Function::Parameters off in the affected scope.

metacpan.org/dist/Function-Par…




app-paperback-1.40


A Perl module and standalone script for imposition of small pages on bigger paper.

Changes for 1.40

  • Change 2022 to 2023!

metacpan.org/dist/app-paperbac…







app-paperback-1.39


A Perl module and standalone script for imposition of small pages on bigger paper.

Changes for 1.39

  • Harmonize error messages. Shorten some processing.

metacpan.org/dist/app-paperbac…



Catmandu-PICA-1.12


Catmandu modules for working with PICA+ data

Changes for 1.12 - 2023-03-27T09:00:33Z

  • Fix #84 in pica_each
  • Change wrong example using reject (#64)
  • Allow bare subfields in pica_match/pica_map

metacpan.org/dist/Catmandu-PIC…

#84 #64




Weather-Astro7Timer-0.0_1


Simple client for the 7Timer.info Weather Forecast service

Changes for 0.01

  • First version, released on an unsuspecting world.

metacpan.org/release/DKECHAG/W…



Org-To-HTML-WordPress-0.003


Export Org document to HTML (WordPress variant)

Changes for 0.003 - 2023-01-19

  • No functional changes.
  • Tweak Abstract.

metacpan.org/dist/Org-To-HTML-…




Catmandu-PICA-1.11


Catmandu modules for working with PICA+ data

Changes for 1.11 - 2023-03-26T19:48:47Z

  • Add fixes to modify PICA records: pica_remove, pica_keep, pica_tag, pica_occurrence
  • Add pica_diff binder to support creating PICA Patches
  • Fix #79

metacpan.org/dist/Catmandu-PIC…

#79


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)

metacpan.org/dist/OpenAI-API



Quiq-1.208


Class library for rapid development

Changes for 1.208 - 2023-03-26

  • Quiq::Database::Connection
  • Quiq::Path
  • Quiq::Shell
  • Quiq::Url
  • Quiq::UrlObj
  • Quiq::Web::Navigation

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.

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.

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

metacpan.org/dist/CatalystX-Re…




List-Insertion-v0.1.0


Binary search a list for insertion point

Changes for v0.1.0 - 2023-03-24

  • original version; created by h2xs 1.23 with options --name List::Insertion -X -P -b 5.24.0

metacpan.org/dist/List-Inserti…




File-Open-1.0103


wrap open/sysopen/opendir and give them a nice and simple interface

Changes for 1.0103 - 2023-03-26

  • Document `fopendir` and `fopendir_nothrow`.
  • Switch from Test::More to Test2::V0.

metacpan.org/dist/File-Open



Term-TablePrint-0.157


Print a table to the terminal and browse it interactively.

Changes for 0.157 - 2023-03-26

  • Term::Choose minimum version 1.759.
  • Enable color in print_single_row.

metacpan.org/dist/Term-TablePr…



Term-Choose-1.759


Choose items from a list interactively.

Changes for 1.759 - 2023-03-26

  • Update table char_width.
  • Bugfix line_fold.

metacpan.org/dist/Term-Choose



DB-Object-v0.11.2


A SQL Database object abstraction class

Changes for v0.11.2 - 2023-03-24T19:19:29Z

  • Minor correction in method _opt_overload() in class DB::Object::IN

metacpan.org/dist/DB-Object



PDL-OpenCV-0.001


PDL bindings for OpenCV $descrip_label \n=head1 SYNOPSIS \n use PDL::OpenCV$last; \n=cut \nuse strict; use warnings; use PDL::OpenCV; # get constants EOPM pp_addhdr(qq{#include "opencv_wrapper.h"\n#include "wraplocal.h"\n}); my @flist = genpp_readfile('funclist.pl'); my @topfuncs = grep $_->[0] eq '', @flist; my %class2func2suffix; if (@topfuncs) { pp_bless("PDL::OpenCV$last"); pp_addxs(<<EOF); # work around PP bug MODULE = ${main::PDLMOD} PACKAGE = ${main::PDLOBJ} EOF genpp(maybe_suffix \%class2func2suffix, @$_) for @topfuncs; } else { pp_addpm("=pod\n\nNone.\n\n=cut\n\n"); } for my $c (@classes) { pp_bless(my $fullclass = "PDL::OpenCV::$c"); pp_addxs(<<EOF); # work around PP bug MODULE = ${main::PDLMOD} PACKAGE = ${main::PDLOBJ} EOF my $doc = $class2doc{$c} // ''; $doc = text_trim doxy2pdlpod(doxyparse($doc)) if $doc; pp_addpm(<<EOD);

Changes for 0.001 - 2023-03-26

  • binding of OpenCV modules highgui, img{codecs,proc}, objdetect, tracking

metacpan.org/release/ETJ/PDL-O…



Function-Return-0.15


specify a function return type

Changes for 0.15 - 2023-03-26T05:31:00Z

  • [BUGFIX] An error occurred if the type takes string parameters #28 (Thanks @ybrliiu)

metacpan.org/dist/Function-Ret…

#28


Bencher-Scenario-Sort-HashKeys-0.002


Benchmark Sort::HashKeys

Changes for 0.002 - 2023-01-17

  • Rename module/dist Bencher-Scenario-{SortHashKeys,Sort-HashKeys}.

metacpan.org/release/PERLANCAR…