среда, 9 сентября 2015 г.

Unknown encoding 'UTF-16BE

I'm decided to create portable https://metacpan.org/pod/release/MISHIN/FamilyTreeInfo-2.3.19/lib/Ftree.pod
and got error:

The application raised the following error: Unknown encoding 'UTF-16BE' at C:/Ftree-portable/lib/DataParsers/ExcelFormat.pm line 100. and the StackTrace middleware couldn't catch its stack trace, possibly because your application overrides $SIG{__DIE__} by itself, preventing the middleware from working correctly. Remove the offending code or module that does it: known examples are CGI::Carp and Carp::Always.

I'm decided error with copy
this module
c:\test_app\strawberry-perl-5.20.0.1-64bit-portable\perl\lib\Encode\Unicode.pm
c:\test_app\strawberry-perl-5.20.0.1-64bit-portable\perl\lib\Encode\Unicode\UTF7.pm
to my distribution

Waw!

среда, 1 июля 2015 г.

metacpan grep

If you don't know there are cool stuff grep.cpan.me
You can specify different regex queries
author:(MIYAGAWA|DCONWAY|BDFOY|SZABGAB) shift or die

I get new task from Neil according CPAN PRC July assignment

Hi mishin,

Your distribution for July is Data-MessagePack:
    https://metacpan.org/release/Data-MessagePack

You should be able to find your dist on github at:
    https://github.com/msgpack/msgpack-perl

Notes on your distribution:
 * The distribution has CPAN Testers failures, so you could look at those:
       http://www.cpantesters.org/distro/D/Data-MessagePack.html
 * The distribution has CPANTS warnings - check out its page for details:
       http://cpants.cpanauthors.org/dist/Data-MessagePack

If you really can't work with this dist, get in touch to request
a new assignment. The list of assignments will be published in 5 days.

When you've completed your assignment, please send me email with subject
"I'm done". Include your github username in the body of your email.
You should have done at least one pull request, but you don't have to
wait for it to be merged when you claim "done", that's up to you.

You can discuss ideas for your PR in a number of places:
 a. The mailing list
 b. The #pr-challenge channel on irc.perl.org
Please get in touch with the author of your assigned dist, to see if there's
anything they'd like you to do, and to check any ideas you might have.

If you decide to drop out, please let me know, by sending an email "I quit",
including your github username.

Have fun,
Neil

So CPANTS has trouble


Kwalitee Fails

Core metrics

Excellent. This distribution passes all the core metrics.

Extra metrics

These fails affect your total Kwalitee score, but don't affect the one for the Game. Some of them should be fixed by all means. Others are just matters of taste.
metricremedy
use warnings
This distribution does not 'use warnings;' (or its equivalents) in all of its modules. Note that this is not about that your modules actually warn when something bad happens. It's bad if nobody can tell if a module warns or not, without reading the source code of your favorite module that actually enforces warnings. In other words, it's bad if someone feels the need to add 'use warnings' to your modules.
Add 'use warnings' (or its equivalents) to all modules (this will require perl > 5.6), or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Experimental metrics

These fails are not serious and don't affect your Kwalitee scores at all.
metricremedy
meta yml has provides
This distribution does not have a list of provided modules defined in META.yml.
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
has separate license file
This distribution does not have a LICENSE or LICENCE file in its root directory.
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.


pull request Done!

second, adding separate licence 
so these changes megred in one pull request
third, I dont know, acccording to http://cpants.cpanauthors.org/author/gfuji

Data-Clone2014-05-06131.429                               
               
Data-MessagePack2013-09-01131.429                                              
Data-Util2014-03-05128.571                                              
Data-MessagePack has cpants rating 131.429, maximum is 134.286
I think it's enough

понедельник, 1 июня 2015 г.

june pull request

I'v got new task from Neil

01.06.2015, 12:01, "Neil Bowers" <neil@bowers.com>:
> Hi mishin,
>
> Your distribution for June is Memcached-libmemcached:
>     https://metacpan.org/release/Memcached-libmemcached
>
> You should be able to find your dist on github at:
>     https://github.com/timbunce/Memcached-libmemcached
>
> Notes on your distribution:
>  * The distribution has CPANTS warnings - check out its page for details:
>        http://cpants.cpanauthors.org/dist/Memcached-libmemcached
>
> If you really can't work with this dist, get in touch to request
> a new assignment. The list of assignments will be published in 5 days.
>
> When you've completed your assignment, please send me email with subject
> "I'm done". Include your github username in the body of your email.
> You should have done at least one pull request, but you don't have to
> wait for it to be merged when you claim "done", that's up to you.
>
> You can discuss ideas for your PR in a number of places:
>  a. The mailing list
>  b. The #pr-challenge channel on irc.perl.org
> Please get in touch with the author of your assigned dist, to see if there's
> anything they'd like you to do, and to check any ideas you might have.
>
> If you decide to drop out, please let me know, by sending an email "I quit",
> including your github username.
>
> Have fun,
> Neil



суббота, 25 апреля 2015 г.

letter to perl-thanks@perl.org

According to Gabor post http://perlmaven.com/improve-your-communication-skills
I decided to write something on english every day.

Some times ago I write to perl-thanks@perl.org

Thanks a lot for all beautifull things, that you got
Hi, Larry!! Good luck!
I never mind what i could do without perl.
Use Perl or die!! Perl is my paycheck!!

best regards,
Nikolay Mishin

So I've got answer from Ricardo Signes