Distributions Which Depend on ExtUtils-MakeMaker
River gauge Release Uploaded
River stage zero No dependents Data-Password-zxcvbn-French-1.0.2 Dropbox's password estimation logic, with French defaults 04 Apr 2023 14:53:38 UTC
River stage one • 2 direct dependents • 2 total dependents Data-Password-zxcvbn-1.1.2 Dropbox's password estimation logic 04 Apr 2023 14:52:12 UTC
River stage one • 1 direct dependent • 1 total dependent Math-Roman-1.10 Arbitrary sized Roman numbers and conversion from and to Arabic. 04 Apr 2023 12:23:49 UTC
River stage zero No dependents Data-Password-zxcvbn-AuthorTools-1.0.2 collection of tools to simplify building zxcvbn distributions 04 Apr 2023 09:41:46 UTC
River stage zero No dependents SPVM-Resource-Zlib-V1_2_11-0.03 zlib v1.2.11 Resource 04 Apr 2023 04:33:12 UTC
River stage one • 2 direct dependents • 2 total dependents Sah-Schemas-EAN-0.009 Various Sah schemas related to EAN (International/European Article Number) 04 Apr 2023 00:05:43 UTC
River stage zero No dependents Math-BigInt-Constant-1.15 arbitrary sized constant integers 03 Apr 2023 16:13:56 UTC
River stage zero No dependents Log-Any-Progress-1.00 log incremental progress using Log::Any 02 Apr 2023 20:16:33 UTC
River stage one • 1 direct dependent • 1 total dependent Bencher-Scenario-Sort-Key-Top-0.003 Benchmark Sort::Key::Top 02 Apr 2023 00:05:13 UTC
River stage one • 2 direct dependents • 2 total dependents MooX-Tag-TO_HASH-0.05 Controlled translation of Moo objects into Hashes 01 Apr 2023 17:50:55 UTC
River stage zero No dependents Stable-Module-0.11 frequently used modules on Perl5 application 01 Apr 2023 14:02:07 UTC
River stage zero No dependents Memory-Process-0.06 Memory process reporting. 01 Apr 2023 11:14:42 UTC
River stage zero No dependents AnyEvent-MPV-1.03 remote control mpv (https://mpv.io) 01 Apr 2023 06:32:42 UTC
River stage one • 1 direct dependent • 1 total dependent TableData-Locale-US-State-20230207.0.0 US states 01 Apr 2023 00:06:00 UTC
River stage zero No dependents Sietima-1.1.2 minimal mailing list manager 31 Mar 2023 15:52:16 UTC
River stage four • 139 direct dependents • 5343 total dependents Exporter-Tiny-1.006002 an exporter with the features of Sub::Exporter but only core dependencies 31 Mar 2023 14:41:26 UTC
River stage zero No dependents Device-GPIB-Prologix-0.06 Interface to Prologix GPIB-USB Controller This module is now obsoleted by and replaced by Device::GPIB::Controllers::Prologix, part of the new Device::GPIB module. 31 Mar 2023 01:20:20 UTC
River stage one • 3 direct dependents • 3 total dependents TableData-Quote-JamesFT-0.003 Quotes from JamesFT github repository 31 Mar 2023 00:05:18 UTC
River stage zero No dependents App-Toot-0.04 post a status to Mastodon 30 Mar 2023 18:18:44 UTC
River stage one • 2 direct dependents • 2 total dependents Data-Sah-ValueBundle-Path-0.004 Default value rules related to paths 30 Mar 2023 15:02:48 UTC
River stage one • 1 direct dependent • 1 total dependent App-BPOMUtils-RPO-Checker-0.012 Various checker utilities to help with Processed Food Registration (RPO - Registrasi Pangan Olahan) at BPOM 30 Mar 2023 15:02:37 UTC
River stage one • 2 direct dependents • 2 total dependents Business-Tax-ID-PPH21-0.067 Routines to help calculate Indonesian income tax article 21 (PPh pasal 21) 30 Mar 2023 13:41:11 UTC
River stage zero No dependents Acme-Playpen-2.13 a test distribution for playing around 30 Mar 2023 09:07:15 UTC
River stage one • 1 direct dependent • 1 total dependent Video-Generator-0.10 Perl class for video generation. 30 Mar 2023 08:31:45 UTC
River stage zero No dependents HealthCheck-Parallel-v0.0.2 A HealthCheck that uses parallelization for running checks 28 Mar 2023 15:42:59 UTC
River stage one • 1 direct dependent • 1 total dependent App-ListNewCPANDists-0.023 List new CPAN distributions in a given time period 28 Mar 2023 06:10:52 UTC
River stage zero No dependents Validation-Class-7.900059 Powerful Data Validation Framework 27 Mar 2023 21:17:21 UTC
River stage one • 1 direct dependent • 1 total dependent Net-MQTT-Simple-One_Shot_Loader-0.03 Perl package to add one_shot method to Net::MQTT::Simple 27 Mar 2023 19:10:52 UTC
River stage zero No dependents WWW-OneAll-0.03 OneAll API 27 Mar 2023 02:38:20 UTC
River stage one • 3 direct dependents • 4 total dependents Org-To-HTML-WordPress-0.003 Export Org document to HTML (WordPress variant) 27 Mar 2023 00:06:03 UTC
River stage two • 16 direct dependents • 48 total dependents Scope-Upper-0.34 Act on upper scopes. 26 Mar 2023 15:58:01 UTC
River stage one • 4 direct dependents • 4 total dependents Promise-ES6-0.28 ES6-style promises in Perl 26 Mar 2023 12:00:31 UTC
River stage one • 2 direct dependents • 2 total dependents File-Open-1.0103 wrap open/sysopen/opendir and give them a nice and simple interface 26 Mar 2023 11:56:30 UTC
River stage zero No dependents 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); 26 Mar 2023 06:02:44 UTC
River stage one • 1 direct dependent • 1 total dependent Bencher-Scenario-Sort-HashKeys-0.002 Benchmark Sort::HashKeys 26 Mar 2023 00:05:57 UTC
River stage zero No dependents App-lasttouch-0.041 指定ディレクトリのファイル全て(直下のみでない)に対して、最後に変更された順で網羅的に表示する。 25 Mar 2023 15:02:34 UTC
River stage zero No dependents Image-ThumbHash-0.02 A very compact representation of an image placeholder 25 Mar 2023 07:22:17 UTC
River stage zero No dependents Strict-Perl-2023.03 Perl module to restrict old/unsafe constructs 25 Mar 2023 05:04:03 UTC
River stage zero No dependents Perl-Exactly-0.07 ensures exactly version of perl 25 Mar 2023 03:28:11 UTC
River stage zero No dependents Fake-Our-0.17 Fake 'our' support for perl 5.00503 25 Mar 2023 02:32:44 UTC
River stage zero No dependents Fake-Encode-0.11 Fake Encode module for compatible scripting 25 Mar 2023 02:26:13 UTC
River stage zero No dependents Modern-Open-0.14 Autovivification, Autodie, and 3-args open support 25 Mar 2023 01:13:13 UTC
River stage zero No dependents App-japerl-0.15 JPerl-again Perl glocalization scripting environment 25 Mar 2023 01:04:11 UTC
River stage one • 2 direct dependents • 2 total dependents Log-AutoDump-0.23 Log with automatic dumping of references and objects. 24 Mar 2023 22:29:08 UTC
River stage zero No dependents Exporter-Almighty-0.001005 combining Exporter::Tiny with some other stuff for added power 24 Mar 2023 15:59:00 UTC
River stage one • 1 direct dependent • 1 total dependent Sub-Exporter-Lexical-1.000 to export lexically-available subs with Sub::Exporter 24 Mar 2023 15:18:16 UTC
River stage zero No dependents Search-ElasticDirect-2.5.2 An interface to ElasticSearch API, version independent 24 Mar 2023 11:15:35 UTC
River stage zero No dependents App-samesize-0.018 現行ディレクトリにある全く同じバイトサイズのファイルを一覧にする。MD5ハッシュ値を使うオプションもある。 24 Mar 2023 07:55:24 UTC
River stage zero No dependents App-Filite-Client-0.001001 command-line client for Filite servers 23 Mar 2023 18:52:35 UTC
River stage one • 5 direct dependents • 5 total dependents UTF8-R2-0.28 makes UTF-8 scripting easy for enterprise use 23 Mar 2023 06:13:24 UTC
22,960 results (0.022 seconds)