Skip to main content



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.

https://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.

https://metacpan.org/dist/Term-TablePrint



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:😮bject::IN

https://metacpan.org/dist/DB-Object


PDL-OpenCV-0.001


PDL bindings for OpenCV $descrip_label \n=head1 SYNOPSIS \n use PDL:😮penCV$last; \n=cut \nuse strict; use warnings; use PDL:😮penCV; # 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:😮penCV$last"); pp_addxs(<<EOF); # work around PP bug MODULE = ${main:😛DLMOD} PACKAGE = ${main:😛DLOBJ} 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:😮penCV::$c"); pp_addxs(<<EOF); # work around PP bug MODULE = ${main:😛DLMOD} PACKAGE = ${main:😛DLOBJ} 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

https://metacpan.org/release/ETJ/PDL-OpenCV-0.001