26 sept 2015

(xlvii) 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 Date Votes
1 Archive::Zip 1.53 2015-09-23 25
2 Devel::Cover 1.21 2015-09-19 66
3 Encode 2.78 2015-09-24 37
4 IO::Socket::SSL 2.020 2015-09-20 24
5 Log::Dispatch 2.51 2015-09-19 34
6 Module::CoreList 5.20150920 2015-09-21 23
7 Mojolicious 6.21 2015-09-23 280
8 Mojolicious::Plugin::AssetPack 0.65 2015-09-25 30
9 MongoDB v1.0.1 2015-09-22 48
10 Net::GitHub 0.78 2015-09-24 20
11 Net::SSLeay 1.72 2015-09-21 14
12 Path::Iterator::Rule 1.009 2015-09-21 16
13 Term::ReadLine::Gnu 1.28 2015-09-21 13
14 Time::Moment 0.30 2015-09-23 49
15 Web::Query 0.34 2015-09-23 23

(clxxix) metacpan weekly report - Swagger2

This is the weekly favourites list of CPAN distributions. Votes count: 69
Week's winner: Swagger2 (+3)
Build date: 2015/09/26 07:27:51 GMT

Clicked for first time:
  • Algorithm::Knapsack - brute-force algorithm for the knapsack problem
  • Data::COW - clone deep data structures copy-on-write
  • Javascript::Closure - compress your javascript code using Google online service of Closure Compiler
  • Metabase - A database framework and API for resource metadata
  • Net::Curl::Simple - simplified Net::Curl interface
  • PBS::Client - Perl interface to submit jobs to Portable Batch System (PBS).
  • Time::ETA - calculate estimated time of accomplishment

Increasing its reputation:

(cciv) stackoverflow perl report

This is the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2015-09-26 07:25:18 GMT

  1. Perl split function - use repeating characters as delimiter - [5/2]
  2. How do I take a reference to `sin`? - [5/1]
  3. How can I move PERLBREW_ROOT to another directory? - [5/1]
  4. Basic network chat app in Perl - [5/1]
  5. How best to parse/split a <div> based on <br /> tags - [4/1]
  6. How to preserve boolean type from YAML document in Perl 5? - [4/1]
  7. Why won't my perl daemon print? - [3/1]
  8. How to efficiently apply a regex substitution on a Moose attribute? - [3/2]
  9. I installed a module successfully with CPAN, but perl can't find it. Why? - [3/1]
  10. Perl 5.23.3 vs 5.22.0 sub call - [3/2]

19 sept 2015

(xlvi) 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 Date Votes
1 Alien::Base 0.023 2015-09-14 12
2 Code::TidyAll 0.30 2015-09-14 21
3 Dancer 1.3142 2015-09-15 134
4 Encode 2.77 2015-09-15 37
5 HTML::FormHandler 0.40064 2015-09-17 36
6 Module::CoreList 5.20150912 2015-09-12 22
7 Mojo::Pg 2.10 2015-09-16 35
8 Mojolicious 6.20 2015-09-16 280
9 Net::DNS 1.02 2015-09-16 12
10 Net::SSLeay 1.71 2015-09-18 14
11 Parse::RecDescent 1.967012 2015-09-13 14
12 Regexp::Grammars 1.042 2015-09-16 22
13 Tickit 0.54 2015-09-14 13
14 Time::Moment 0.29 2015-09-17 48
15 XML::Rabbit 0.4.1 2015-09-18 17
16 autobox::Core 1.29 2015-09-18 14

(clxxviii) metacpan weekly report - DBIx::Class::Report

This is the weekly favourites list of CPAN distributions. Votes count: 67
Week's winners (+3): DBIx::Class::Report 
Build date: 2015/09/19 07:59:12 GMT

Clicked for first time:

Increasing its reputation:

(cciii) stackoverflow perl report

This is the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2015-09-19 07:57:35 GMT

  1. Subroutine recursion in Perl - [6/7]
  2. Writing to read-only attributes inside a Perl Moose class - [4/3]
  3. Is it possible to register function for Log::Log4perl to preprocess logging messages - [3/1]
  4. Perl q function or single quote doesn't return the string literal of UNC path correctly - [3/2]
  5. Perl `*foo{THING}`, subs and parenthesis - [3/2]
  6. How can I print to a variable in Perl? - [3/3]
  7. What is the PHP analogue of the md5 function in Perl? - [3/2]
  8. Can someone explain this odd perl syntax? - [3/2]
  9. Installing perlapi-5.8.8 - [2/1]
  10. My regexp has anorexia - [2/2]

12 sept 2015

(xlv) 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 Date Votes
1 Dancer2 0.162000 2015-09-06 54
2 ExtUtils::MakeMaker 7.10 2015-09-10 32
3 HTTP::Message 6.11 2015-09-09 46
4 Test::Pretty 0.32 2015-09-08 26
5 Time::Moment 0.28 2015-09-12 46
6 experimental 0.014 2015-09-11 25
7 namespace::autoclean 0.27 2015-09-09 18

(clxxvii) metacpan weekly report - Dancer2

This is the weekly favourites list of CPAN distributions. Votes count: 72
Week's winner (+3): Dancer2
Build date: 2015/09/12 19:29:48 GMT

Clicked for first time:

Increasing its reputation:

(ccii) stackoverflow perl report

This is the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2015-09-12 19:27:29 GMT

  1. Why is a list of undef not a read-only or constant value in Perl? - [7/1]
  2. How should I process HTML META tags with Mojo::UserAgent? - [4/0]
  3. Is it possible to debug Perl that contains XS sections to see the program flow? - [4/1]
  4. Why do I get "Error Parsing Time" when I use the format string "%FT%T" with Time::Piece->strptime? - [4/2]
  5. How can I apply a method modifier to a method generated by AUTOLOAD? - [4/2]
  6. Why doesn't 'perl -i' change a file in-place? - [3/1]
  7. save backup files to custom directory in Perl edit-in-place - [3/1]
  8. Mocking backticks operator in perl 5.8.8 - [3/1]
  9. Perl Term::ReadKey with Arrow Keys - [3/3]
  10. Adding to a Perl hash behaving unexpectedly - [3/1]

5 sept 2015

(xliv) 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 Date Votes
1 App::Cmd 0.328 2015-09-04 23
2 Catalyst::Runtime 5.90101 2015-09-04 121
3 Email::Sender 1.300020 2015-09-03 30
4 Module::CPANfile 1.1001 2015-09-04 35
5 Rex 1.3.3 2015-09-04 41

(clxxvi) metacpan weekly report - Yaadgom

This is the weekly favourites list of CPAN distributions. Votes count: 64
Week's winners (+3): Yaadgom
Build date: 2015/09/05 18:52:58 GMT

Clicked for first time:

Increasing its reputation:

(cci) stackoverflow perl report

This is the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2015-09-05 18:51:24 GMT

  1. Why `stoutest` is not a valid regular expression? - [6/3]
  2. File path into JSON data structure - [6/2]
  3. Subroutine with hash and optional scalar argument - [5/4]
  4. Store socket response to a string in Perl - [4/1]
  5. Locally change an attribute of a class in Perl - [4/2]
  6. How to find strings that contain a substring from a given list - [3/1]
  7. Scrape HTML files with Perl, returning content only, in order - [3/0]
  8. Why does exit(65280) cause Perl to exit with an exit status of 0? - [2/1]
  9. Blessing a JSON into a perl class vs private properties - [2/0]
  10. Is it safe to update a MySQL table while iterating a resultset with Perl DBI? - [2/0]