Skip to content

Instantly share code, notes, and snippets.

@bells17
Created March 18, 2017 15:20
Show Gist options
  • Save bells17/d4b10d5e300ab0dc9afa3b376cefb39d to your computer and use it in GitHub Desktop.
Save bells17/d4b10d5e300ab0dc9afa3b376cefb39d to your computer and use it in GitHub Desktop.
Perl::Lint sample
use Perl::Lint;
use Data::Dumper;
$Data::Dumper::Terse = 1;
my $linter = Perl::Lint->new;
my $violations = $linter->lint([@ARGV]);
print Dumper $violations;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment