Skip to main content



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