27 nov 2015

(lvi) 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::perlbrew 0.74 2015-11-24 137
2 Devel::Trepan 0.73 2015-11-24 15
3 Dist::Zilla 5.042 2015-11-26 144
4 Git::Raw 0.58 2015-11-23 17
5 Mojo::Pg 2.16 2015-11-25 36
6 Mojolicious 6.33 2015-11-22 290
7 PDL 2.015 2015-11-22 24
8 Plack 1.0038 2015-11-25 180
9 Sereal 3.007 2015-11-26 34
10 Sereal::Decoder 3.007 2015-11-26 13
11 Sereal::Encoder 3.007 2015-11-26 13
12 Test::Differences 0.64 2015-11-22 13

(clxxxviii) metacpan weekly report - Sereal::Path

This is the weekly favourites list of CPAN distributions. Votes count: 62
Week's winner (+3): Sereal::Path
Build date: 2015/11/27 20:24:54 GMT

Clicked for first time:

Increasing its reputation:

(ccxiii) stackoverflow perl report

These are the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2015-11-27 20:20:45 GMT

  1. How can I use an array as the arguments to a builtin function (sprintf, join, etc.) in Perl? - [5/1]
  2. Performance of hash table, why is C++ the slowest? - [4/4]
  3. Read, process continuous binary file - Efficiently - [3/3]
  4. What is difference between Data::Dump and Data::Dumper modules in Perl? - [3/1]
  5. How can I tell if my perl process has used the regex $PREMATCH/$MATCH/$POSTMATCH vars (or the short equivilents $`/$'/$&)? - [3/1]
  6. How to make an already existing regular expression case-insensitive? - [3/0]
  7. Test Mojolicious app after authentication - [2/0]
  8. How to retrieve custom attribute of text file using perl - [2/2]
  9. Testing statefull Mojolicious apps - [2/1]
  10. I want to put a check on number of updates if it increases beyond 20k , i want to halt the updation process - [2/0]

22 nov 2015

(lv) 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 Code::TidyAll 0.32 2015-11-19 22
2 DBIx::Class::Candy 0.005001 2015-11-21 18
3 Data::MessagePack 0.49 2015-11-21 12
4 HTTP::BrowserDetect 2.07 2015-11-19 20
5 Module::CoreList 5.20151120 2015-11-20 23
6 Mojolicious 6.32 2015-11-18 290
7 PAR::Packer 1.027 2015-11-19 24
8 Path::Tiny 0.076 2015-11-16 92
9 PathTools 3.60 2015-11-19 50
10 Sereal 3.006 2015-11-14 33
11 Sereal::Decoder 3.006 2015-11-14 12
12 Sereal::Encoder 3.006 2015-11-14 13
13 Swagger2 0.63 2015-11-19 16
14 utf8::all 0.017 2015-11-14 23

(clxxxvii) metacpan weekly report - Mojolicious

This is the weekly favourites list of CPAN distributions. Votes count: 61
Week's winner: Mojolicious (+3)
Build date: 2015/11/22 08:40:29 GMT

Clicked for first time:

Increasing its reputation:

(ccxii) stackoverflow perl report

This is the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2015-11-22 08:32:53 GMT

  1. Can someone explain why Perl behaves this way (variable scoping)? - [8/2]
  2. Untainting a blessed hash member with or without the delete - [6/0]
  3. Why system() returns 0 even though the program it executes dies - [4/2]
  4. Perl disable shell access - [3/2]
  5. How to make a particular change in all the keys of a hash? - [3/3]
  6. Strange behavior of a tied hash in perl, when asking for an arrayref - [3/2]
  7. Perl speed: difference between $a = $a.$b and $a .= $b - [3/1]
  8. Different efficiency of regexp implementations in Java Perl and Php - [3/0]
  9. Why children don't become zombies in perl - [2/1]
  10. Inconsistent results parsing unicode strings in perl unpack - [2/1]

14 nov 2015

(liv) 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 Catalyst::Runtime 5.90103 2015-11-12 123
2 DBIx::Class::Helpers 2.032000 2015-11-07 33
3 Dancer 1.3202 2015-11-07 134
4 Dancer::Plugin::DBIC 0.2104 2015-11-09 13
5 DateTime::Format::Strptime 1.61 2015-11-14 14
6 Devel::Trepan 0.71 2015-11-14 15
7 Gazelle 0.40 2015-11-09 18
8 IO::Async 0.69 2015-11-09 25
9 Imager 1.004 2015-11-08 50
10 Mango 1.23 2015-11-12 41
11 Minion 4.01 2015-11-12 29
12 Mojolicious 6.30 2015-11-12 287
13 MooX::Options 4.021 2015-11-11 19
14 Moose 2.1604 2015-11-07 241
15 Net::DNS 1.03 2015-11-08 12
16 PathTools 3.59 2015-11-13 50
17 Time::HiRes 1.9728 2015-11-13 42

(clxxxvi) metacpan weekly report - Mad::Mapper

This is the weekly favourites list of CPAN distributions. Votes count: 69
Week's winner (+3): Mad::Mapper
Build date: 2015/11/14 08:19:25 GMT

Clicked for first time:

Increasing its reputation:

(ccxi) stackoverflow perl report

This is the ten most rated questions at Stack Overflow last week.
Between brackets: [question score / answers count]
Build date: 2015-11-14 08:13:53 GMT

  1. Is it possible to use Perl's Marpa parser for a public network server? - [6/2]
  2. Tools similar to nodemon, for perl - [4/1]
  3. Installed CPAN Modules in Problematic Location - [4/0]
  4. How to read STDOUT from a sub-process in OO Perl - [4/2]
  5. Why do lt and gt in Perl not work for comparing real numbers? - [4/2]
  6. remove spaces, but keep tabs - [3/4]
  7. How to make List::Util 'shuffle' reproduce same output in Perl - [3/1]
  8. How to replace with evaluated code in powershell? - [3/1]
  9. Perl regex alternation - [3/3]
  10. Read User Input while also providing filenames as arguments - [2/1]

7 nov 2015

(liii) 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::Uni 9.003 2015-11-06 12
2 Carp 1.38 2015-11-06 43
3 DBIx::Class::DeploymentHandler 0.002218 2015-10-31 15
4 Devel::Trepan 0.70 2015-10-31 14
5 Getopt::Long 2.48 2015-11-02 70
6 Mango 1.22 2015-11-06 41
7 Mojolicious 6.29 2015-11-04 286
8 MongoDB v1.0.3 2015-11-04 58
9 Prima 1.45 2015-11-04 13
10 Starlet 0.28 2015-11-05 14
11 Swagger2 0.62 2015-11-04 16
12 XML::Compile 1.51 2015-11-05 12
13 strictures 2.000002 2015-11-04 15

(clxxxv) metacpan weekly report - perl

This is the weekly favourites list of CPAN distributions. Votes count: 128
Week's winner: perl (+5)
Build date: 2015/11/07 14:37:09 GMT

Clicked for first time:

Increasing its reputation:

(ccx) stackoverflow perl report

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

  1. Perl dispatches to other interpreters based on shebang line? - [7/1]
  2. Why does this perl DateTime math produce unexpected results? - [6/1]
  3. Reduce relocatable win32 Perl to as few files and bytes as possible - [4/1]
  4. A python script to monitor a directory for new files - [4/0]
  5. Perl regex to find the name of a packed struct without using variable length lookbehind? - [3/1]
  6. Finding all words that differ by one letter - [2/1]
  7. Perl - Using regex to match input in hash key or value - [2/2]
  8. Perl Hash of Hashes, get lowest numeric key - [2/2]
  9. Why can't i override CORE::open with @_ instead of $_[0], $_[1], $_[2] - [2/1]
  10. How can I copy a socket into an other variable - [2/2]