mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
perltidy a bit
This commit is contained in:
parent
1123a5f971
commit
08f196eb10
1 changed files with 2 additions and 2 deletions
4
t/test.t
4
t/test.t
|
@ -41,7 +41,7 @@ sub hashbang {
|
||||||
)?
|
)?
|
||||||
}xms;
|
}xms;
|
||||||
|
|
||||||
return ($+{interpreter}, $+{arguments});
|
return ( $+{interpreter}, $+{arguments} );
|
||||||
}
|
}
|
||||||
|
|
||||||
sub process_file {
|
sub process_file {
|
||||||
|
@ -81,7 +81,7 @@ sub process_file {
|
||||||
}
|
}
|
||||||
elsif ( $interpreter =~ m{perl} ) {
|
elsif ( $interpreter =~ m{perl} ) {
|
||||||
my $command;
|
my $command;
|
||||||
if ($arguments =~ m{-.*T}mx) {
|
if ( $arguments =~ m{-.*T}mx ) {
|
||||||
$command = [ 'perl', '-cwT', $file ];
|
$command = [ 'perl', '-cwT', $file ];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue