25 ago 2018

(cxcix) 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 Archive::Zip 1.63 29 Provide an interface to ZIP archive files.
2 Cpanel::JSON::XS 4.06 23 cPanel fork of JSON::XS, fast and correct serializing
3 Log::Dispatch 2.68 37 Dispatches messages to one or more outputs
4 MCE 1.837 61 Many-Core Engine for Perl providing parallel processing capabilities
5 Module::CoreList 5.20180820 30 what modules shipped with versions of perl
6 PAR::Packer 1.047 29 PAR Packager
7 Perl::Build 1.25 13 perl builder
8 Proc::Fork 0.806 12 simple, intuitive interface to the fork() system call
9 RapidApp 1.3102 24 Turnkey ajaxy webapps
10 Test::Class::Moose 0.94 14 Serious testing for serious Perl
11 Time::Piece 1.33 40 Object Oriented time objects
12 Web::Query 0.39 27 Yet another scraping library like jQuery

(cccxxxi) metacpan weekly report - Kelp & lazy

This is the weekly favourites list of CPAN distributions. Votes count: 58
Week's winners (+2): Kelp & lazy
Build date: 2018/08/25 20:01:24 GMT

Clicked for first time:

Increasing its reputation:

(ccclv) stackoverflow perl report

These are the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2018-08-25 19:32:38 GMT

  1. Perl Program to Print Unicode From Hex Value - [5/3]
  2. How can set a hard maximum recursion depth in Perl? - [4/2]
  3. Using Perl in-line edits, how do you insert a line after the Nth occurence of a string? - [3/4]
  4. How do you load bash_profile for bash commands run from perl script? - [2/3]
  5. Parsing data from delimited blocks - [2/3]
  6. What does this command in Perl do? - [2/2]
  7. How to use a capture specific strings in a regular expression? - [2/2]
  8. How to delete a specific array in an array of array references? - [2/1]
  9. Perl and Python difference in predeclaring functions - [2/1]
  10. Why is no output files written in prinseqlite perl loop? - [2/1]

18 ago 2018

(cxcviii) 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 CGI 4.40 33 Handle Common Gateway Interface requests and responses
2 Coro 6.52 56 the only real threads in perl
3 Devel::Trepan v1.0.0 17 Modular Perl Debugger (akin to Python "Trepanning" Debuggers).
4 FFI::Platypus 0.53 34 Write Perl bindings to non-Perl libraries with FFI. No XS required.
5 IO::Socket::SSL 2.059 33 Nearly transparent SSL encapsulation for IO::Socket::INET.
6 Mojo::Redis2 0.34 12 Pure-Perl non-blocking I/O Redis driver
7 Mojolicious 7.93 380 Real-time web framework
8 Mouse v2.5.6 53 Moose minus the antlers
9 PAR::Packer 1.046 29 PAR Packager
10 Selenium::Remote::Driver 1.29 32 Perl Client for Selenium Remote Driver
11 Test::Class::Moose 0.93 14 Serious testing for serious Perl
12 Test::Simple 1.302140 154 Basic utilities for writing tests.
13 Text::CSV 1.97 57 comma-separated values manipulator (using XS or PurePerl)

(cccxxx) metacpan weekly report - Mouse

This is the weekly favourites list of CPAN distributions. Votes count: 55
Week's winners (+3): Mouse
Build date: 2018/08/18 11:28:01 GMT

Clicked for first time:
Increasing its reputation:

(cccliv) stackoverflow perl report

These are the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2018-08-18 11:24:28 GMT

  1. Delete everything before a pattern - [3/5]
  2. Will setting $/="\R" allow chomp() to work correctly with most files in perl? - [3/2]
  3. How do I extract specific rows from a PDL matrix? - [3/2]
  4. Perl In place edit: Find and replace in X12850 formatted file - [3/1]
  5. Unexpected behavior with CPAN_JSON - [3/0]
  6. PERL: Jumping to lines in a huge text file - [2/5]
  7. substitute space to 0 - [2/2]
  8. How to monitor changes in an attribute? (as opposted to change /of/ the attribute) - [2/1]
  9. DynaLoader.pm can't find libssl - [2/0]
  10. How do I convince cpanminus to install modules in lib/ instead of lib/perl5? - [2/0]

11 ago 2018

(cxcvii) 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 AI::MXNet 1.32 26 Perl interface to MXNet machine learning library
2 Carp::Always 0.16 30 Warns and dies noisily with stack backtraces
3 Devel::MAT 0.39 15 Perl Memory Analysis Tool
4 Dist::Zilla::Plugin::GitHub 0.46 14 Plugins to integrate Dist::Zilla with GitHub
5 FFI::Platypus 0.51 33 Write Perl bindings to non-Perl libraries with FFI. No XS required.
6 HTTP::Tiny 0.076 92 A small, simple, correct HTTP/1.1 client
7 Mojolicious 7.92 380 Real-time web framework
8 Moops 0.036 44 Moops Object-Oriented Programming Sugar
9 Pod::Markdown 3.101 22 Convert POD to Markdown
10 Raisin 0.75 33 A REST API microframework for Perl.
11 RapidApp 1.3101 24 Turnkey ajaxy webapps
12 RPerl 4.001000 24 Restricted Perl, The Optimizing Perl 5 Compiler

(cccxxix) metacpan weekly report - Pod::Markdown

This is the weekly favourites list of CPAN distributions. Votes count: 44
Week's winner: Pod::Markdown (+2)
Build date: 2018/08/11 16:34:28 GMT

Clicked for first time:

Increasing its reputation:

(cccliii) stackoverflow perl report

These are the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2018-08-11 16:25:21 GMT

  1. Perl: Parse Excel with Search and Replace - [2/1]
  2. Escape @ in Perl regex - [2/1]
  3. What does '! -e "/etc/httpd"' in Perl in 'if' Condition - [2/1]
  4. check if sub returned undef - [1/3]
  5. Perl regex to extract floating number - [1/3]
  6. Perl - Split a string containing tuples using regex - [1/3]
  7. Parsing yaml in perl --> Code: YAML_LOAD_ERR_BAD_MAP_ELEMENT - [1/2]
  8. Why does perl DBI adds special characters <*> (less than asterisk greater than) to prepared statement (Oracle)? - [1/2]
  9. Perl: Checksum of complex data-structure - [1/2]
  10. Can I capture STDOUT write events from a process in perl? - [1/1]

4 ago 2018

(cxcvi) 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.978 32 a fast CPAN module installer
2 Beam::Wire 1.022 13 Lightweight Dependency Injection Container
3 DateTime 1.50 180 A date and time object for Perl
4 Devel::MAT 0.38 14 Perl Memory Analysis Tool
5 Getopt::Long::Descriptive 0.103 39 Getopt::Long, but simpler and more powerful
6 HTTP::Tiny 0.074 92 A small, simple, correct HTTP/1.1 client
7 Log::Any 1.707 49 Bringing loggers and listeners together
8 Mojo::Pg 4.09 55 Mojolicious ♥ PostgreSQL
9 Mojolicious::Plugin::AssetPack 2.05 41 Compress and convert css, less, sass, javascript and coffeescript files
10 MooseX::Getopt 0.72 20 A Moose role for processing command line options
11 Params::ValidationCompiler 0.30 15 Build an optimized subroutine parameter validator once, use it forever
12 Path::Tiny 0.108 133 File path utility
13 Type::Tiny 1.004002 100 tiny, yet Moo(se)-compatible type constraint

(cccxxviii) metacpan weekly report - Mason

This is the weekly favourites list of CPAN distributions. Votes count: 56
Week's winner: Mason (+2)
Build date: 2018/08/04 18:25:04 GMT

Clicked for first time:

Increasing its reputation:

(ccclii) stackoverflow perl report

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

  1. Is it possible to compile/install Perl6 on a Raspberry Pi 3? - [8/2]
  2. How do you only import `for` from `Perl6::Controls`? - [5/2]
  3. HTTP::Request replacing underscores with hyphens in headers - [5/1]
  4. Redefine perl function using typeglob doesn't work as expected - [3/2]
  5. Single API for various Databases in Python - [3/1]
  6. Perl API Inline C: How to get get a substr of a Perl byte string by reference without copying that string - [3/1]
  7. How to replace strings avoiding making second order replacements? - [2/4]
  8. Perl hashes don't work as expected - [2/2]
  9. Insert array value into $scalar - Perl - [2/2]
  10. Input is not UTF-8 encoded - [2/1]