App-perlminlint
view release on metacpan or search on metacpan
Revision history for App-perlminlint
0.24 2017-07-16
- Add elisp mode-line alert coloring.
- Add sigtrap
- [GH #10] Use `perl -Mstrict` by default.
- [GH #9] Use `perl -C` by default.
- [GH #7] set x_static_install
- [GH #8] add local/lib/perl5 to @INC
- [GH #6] Add Widechar ModuleName handling.
- [GH #5] correct docs for `*.pm` case.
0.23 2016-04-20
},
"test" : {
"requires" : {
"Test::Differences" : "0"
}
}
},
"provides" : {
"App::perlminlint" : {
"file" : "lib/App/perlminlint.pm",
"version" : "0.24"
},
"App::perlminlint::Object" : {
"file" : "lib/App/perlminlint/Object.pm"
},
"App::perlminlint::Plugin" : {
"file" : "lib/App/perlminlint/Plugin.pm"
},
"App::perlminlint::Plugin::LintCPANfile" : {
"file" : "lib/App/perlminlint/Plugin/LintCPANfile.pm"
},
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "https://github.com/hkoba/app-perlminlint"
}
},
"version" : "0.24",
"x_serialization_backend" : "JSON::PP version 2.27400_02",
"x_static_install" : 1
}
dynamic_config: 1
generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: App-perlminlint
provides:
App::perlminlint:
file: lib/App/perlminlint.pm
version: '0.24'
App::perlminlint::Object:
file: lib/App/perlminlint/Object.pm
App::perlminlint::Plugin:
file: lib/App/perlminlint/Plugin.pm
App::perlminlint::Plugin::LintCPANfile:
file: lib/App/perlminlint/Plugin/LintCPANfile.pm
App::perlminlint::Plugin::LintPL:
file: lib/App/perlminlint/Plugin/LintPL.pm
App::perlminlint::Plugin::LintPM:
file: lib/App/perlminlint/Plugin/LintPM.pm
file: lib/App/perlminlint/Plugin/LintYATTRC.pm
recommends:
Module::CPANfile: '0'
YAML::Tiny: '0'
requires:
Module::Pluggable: '0'
autodie: '0'
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/hkoba/app-perlminlint
version: '0.24'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
x_static_install: 1
lib/App/perlminlint.pm view on Meta::CPAN
package App::perlminlint; sub MY () {__PACKAGE__}
# -*- coding: utf-8 -*-
use 5.009;
use strict;
use warnings FATAL => 'all';
our $VERSION = '0.24';
use Carp;
use autodie;
use Encode qw/is_utf8/;
use open qw/:utf8 :std/;
sub CFGFILE () {'.perlminlint.yml'}
use App::perlminlint::Object -as_base,
[fields => qw/no_stderr
( run in 0.509 second using v1.01-cache-2.11-cpan-88abd93f124 )