24 ago 2019

(ccli) CPAN great modules released last week

This is a list of great CPAN modules released last week. A module is considered great if its favorites count is greater or equal than 12.

# CPAN module Version Votes Abstract
1 ack v3.1.0 120 A grep-like program for searching source code
2 Alien::Build 1.83 16 Build external dependencies for use in CPAN
3 Catmandu 1.2003 18 a data toolkit
4 FFI::Platypus 0.96 48 Write Perl bindings to non-Perl libraries with FFI. No XS required.
5 Git::Raw 0.84 27 Perl bindings to the Git linkable library (libgit2)
6 Module::CoreList 5.20190820 33 what modules shipped with versions of perl
7 namespace::autoclean 0.29 25 Keep imports out of your namespace
8 Prima 1.56 24 a perl graphic toolkit
9 Test2::Suite 0.000125 23 Distribution with a rich set of tools built upon the Test2 framework.
10 Test::BDD::Cucumber 0.58 14 Feature-complete Cucumber-style testing in Perl
11 Test::Simple 1.302167 162 Basic utilities for writing tests.
12 WWW::Mechanize 1.92 81 Handy web browsing in a Perl object
13 YAML::LibYAML 0.80 39 Perl YAML Serialization using XS and libyaml

(ccclxxxiii) metacpan weekly report - FFI::Platypus

This is the weekly favourites list of CPAN distributions. Votes count: 54
Week's winners (+3): FFI::Platypus
Build date: 2019/08/24 21:03:42 GMT

Clicked for first time:

Increasing its reputation:

(cdvii) stackoverflow perl report

These are the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2019-08-24 21:01:02 GMT

  1. When I run a file which is begin with "#!/usr/bin/perl -w", I get a error: "syntax error at line 153, near "=~ ?"" - [4/3]
  2. How to fix broken XML generated by SOAP::Lite - [3/1]
  3. How do you customise text segmentation to not break between a digraph? - [3/1]
  4. Perl gives "gzip: stdout: Broken pipe" error when opening gzipped files, but only if connecting to a DB - [2/2]
  5. How to replace a random IP-address in a file (Perl, Windows) - [2/1]
  6. DBD::mysql::st execute failed: Query was empty - [2/0]
  7. LDAP DirContext search - Perl to Java, returns different object models - [2/0]
  8. What's the correct syntax for escapes and captures in a perl one-liner? - [2/0]
  9. How to generate a good seed - [1/3]
  10. Compare two strings and find mismatch and match and count them both in perl - [1/3]

18 ago 2019

(ccl) CPAN great modules released last week

This is a list of great CPAN modules released last week. A module is considered great if its favorites count is greater or equal than 12.

# CPAN module Version Votes Abstract
1 DBD::Pg 3.9.1 77 DBI PostgreSQL interface
2 DBD::SQLite 1.64 87 Self Contained SQLite RDBMS in a DBI Driver
3 Getopt::Long 2.51 96 Module to handle parsing command line options
4 MCE 1.844 73 Many-Core Engine for Perl providing parallel processing capabilities
5 MCE::Shared 1.844 12 MCE extension for sharing data supporting threads and processes
6 Mojolicious 8.23 406 Real-time web framework
7 MongoDB v2.2.0 82 Official MongoDB Driver for Perl
8 Mouse v2.5.7 56 Moose minus the antlers
9 Scalar::List::Utils 1.52 142 Common Scalar and List utility subroutines
10 Statocles 0.094 22 A static site generator
11 Test2::Suite 0.000124 23 Distribution with a rich set of tools built upon the Test2 framework.
12 Test::Simple 1.302166 162 Basic utilities for writing tests.
13 Yancy 1.039 27 A simple framework and editor for content-driven Mojolicious websites

(ccclxxxii) metacpan weekly report - Minion::Notifier

This is the weekly favourites list of CPAN distributions. Votes count: 54
Week's winner: Minion::Notifier (+3)
Build date: 2019/08/17 22:15:41 GMT

Clicked for first time:

Increasing its reputation:

(cdvi) stackoverflow perl report

These are the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2019-08-17 22:13:45 GMT

  1. Need Perl regex which matches every a software version starting from 3.10.1.0 and all further versions numbering - [4/2]
  2. Readonly mutators with Moo - [3/0]
  3. awk: How to add a constant to a number every Nth line out of M lines in place? - [2/6]
  4. Is there a fairly portable and succinct method for parsing an environment variable from a script? - [2/5]
  5. Display lines outside multiline comment block - [2/2]
  6. Command executed in SSH terminal displays extra line contents - [2/1]
  7. Catalyst::Plugin::I18N doesn't work properly with HTML::FormFu - [2/0]
  8. Need help understanding how Perl 5 is parsing a compound assignment statement referencing same variable - [1/3]
  9. Perl: Find a sum of an array recursively with tail call optimization - [1/3]
  10. Odd "Use of uninitialized value", regular expression error - [1/2]

10 ago 2019

(ccxlix) CPAN great modules released last week

This is a list of great CPAN modules released last week. A module is considered great if its favorites count is greater or equal than 12.

# CPAN module Version Votes Abstract
1 App::cpm 0.983 40 a fast CPAN module installer
2 Class::Method::Modifiers 2.13 27 Provides Moose-like method modifiers
3 Dancer2 0.208001 110 Lightweight yet powerful web application framework
4 IO::Compress 2.087 13 IO Interface to compressed data files/buffers
5 JSON::Validator 3.14 22 Validate data against a JSON schema
6 Minion 9.12 69 Job queue
7 PDF::API2 2.035 21 Facilitates the creation and modification of PDF files
8 Role::Tiny 2.000008 48 Roles: a nouvelle cuisine portion size slice of Moose
9 Scalar::List::Utils 1.51 142 Common Scalar and List utility subroutines
10 SPVM 0.0439 16 Static Perl Virtual Machine. Fast calculation & Easy C/C++ Binding
11 Test::TCP 2.20 22 testing TCP program

(ccclxxxi) metacpan weekly report - Mojolicious

This is the weekly favourites list of CPAN distributions. Votes count: 74
Week's winner: Mojolicious (+4)
Build date: 2019/08/10 21:39:51 GMT

Clicked for first time:

Increasing its reputation:

(cdv) stackoverflow perl report

These are the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2019-08-10 21:37:28 GMT

  1. How does Perl's regex implementation makes use of tries? - [5/0]
  2. "isn't numeric" error in "sort" after "uniq" - [4/1]
  3. Using Mojo::DOM to extract untagged text after heading - [3/2]
  4. How can I make split(/\t/, $STRING) detect empty values when $STRING ends with "\t\t"? - [3/1]
  5. Print how many substitutions took place in a Perl s///g? - [3/1]
  6. How to automate the LSF waiting based on job name in perl - [2/1]
  7. Why do official perl docker images have two version of perl? - [2/1]
  8. Perl: How to deal with a duplicated modules installation? - [2/1]
  9. How do I create packages dynamically in perl? - [2/1]
  10. Bit selection in perl - [2/1]

3 ago 2019

(ccxlviii) CPAN great modules released last week

This is a list of great CPAN modules released last week. A module is considered great if its favorites count is greater or equal than 12.

# CPAN module Version Votes Abstract
1 Clone 0.43 23 recursively copy Perl datatypes
2 DBIx::Class::Helpers 2.034000 44 Simplify the common case stuff for DBIx::Class.
3 Mojo::mysql 1.17 31 Mojolicious and Async MySQL/MariaDB
4 Mojolicious::Plugin::OpenAPI 2.16 32 OpenAPI / Swagger plugin for Mojolicious
5 Raisin 0.86 39 A REST API microframework for Perl.
6 Role::Tiny 2.000007 48 Roles: a nouvelle cuisine portion size slice of Moose
7 Yancy 1.038 26 A simple framework and editor for content-driven Mojolicious websites

(ccclxxx) metacpan weekly report - FFI::Platypus

This is the weekly favourites list of CPAN distributions. Votes count: 31
Week's winners (+3): FFI::Platypus
Build date: 2019/08/03 18:46:57 GMT

Clicked for first time:

Increasing its reputation:

(cdiv) stackoverflow perl report

These are the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2019-08-03 18:44:34 GMT

  1. Emacs cperl indentation of __DATA__ block - [4/0]
  2. unpacking an unknown serialised format with variable length - [3/2]
  3. How to isolate leftmost bytes in integer - [2/2]
  4. Perlbrew cannot run simple scripts IPC::System::Simple required for Fatalised/autodying system() - [2/2]
  5. Perl: Length of an anonymous list - [2/2]
  6. Why does Term::ReadLine work for gcc4 compiled per but not gcc6? - [2/1]
  7. Perl first line read in from a CSV file doesn't match correctly against ^ regex - [2/1]
  8. How to determine the stdin content of this perl script of sshd - [1/3]
  9. Arithmetic with strings that contain numbers - [1/3]
  10. perl DBIx::Class have a default filter for all searches on a table - [1/2]