Alien-astyle
view release on metacpan or search on metacpan
# This file was _NOT_ automatically generated by Dist::Zilla::Plugin::Alien v0.023.
use strict;
use warnings;
our $VERSION = 0.020_000;
use 5.008;
use lib qw{inc};
use My::ModuleBuild;
use Config;
use English qw(-no_match_vars); # for $OSNAME
# choose correct compiler for each OS and/or Perl configuration
my $cxx = 'g++';
if ($OSNAME eq 'freebsd') {
$cxx = 'c++';
}
if ($Config{cc} =~ /clang/) {
( run in 1.029 second using v1.01-cache-2.11-cpan-87723dcf8b7 )