その手の平は尻もつかめるさ

ギジュツ的な事をメーンで書く予定です

Released Perl::Lint as underdevelopment

(日本語は下にあります / Japanese follows English)


I've just released Perl::Lint as underdevelopment.
https://metacpan.org/release/MOZNION/Perl-Lint-0.01_01


Development of Perl::Lint is in progress, but I need feedback about this module.
Thus I released it on CPAN to simplify installation in spite of it is on the way.
(Thank you for your advice, @tomhukins and @)


Installation is easy.

$ cpanm --dev Perl::Lint


And usage is simple!

use Perl::Lint qw/lint/;
my $violations = lint(['path/to/file.pl']);


This module is unfinished as you know.
Please don't believe this and me!!

I'm looking forward to hearing your feedback.
Please send your mind to the GitHub Issues or @.

Enjoy!


P.S.
I'm going to talk about Perl::Lint at YAPC::Asia Tokyo 2014.
Let's talk me at there!!



Perl::Lintを開発版としてリリース致しました.
https://metacpan.org/release/MOZNION/Perl-Lint-0.01_01


Perl::Lintは目下のところ開発中のモジュールですが (まだ出来てねえのか!) ,そろそろユーザのフィードバックが欲しいなあとか,Tom Hukins氏や@氏らから「とりあえずリリースしちゃえよ! インストールしにくくてかなわん!」という意見を頂いたとか,そういった事情でunderdevelopment releaseを敢行したというのが背景です.


インストールは至って簡単です.

$ cpanm --dev Perl::Lint


使い方もシンプルです.

use Perl::Lint qw/lint/;
my $violations = lint(['path/to/file.pl']);


ご存知の通りこのモジュールは未完成です.
このモジュール (の吐き出す結果) と俺を信用しないでください.

フィードバックはGitHub Issuesに書いてもらえるか@まで直でメンション飛ばしてもらえると嬉しいです.

よろしくお願いします.


[追記]
そういや言い忘れてましたが,YAPC::Asia 2014というイヴェントでPerl::Lintの話をします.
会場でお会いしましょう!!!