mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41: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;
|
||||
|
||||
return ($+{interpreter}, $+{arguments});
|
||||
return ( $+{interpreter}, $+{arguments} );
|
||||
}
|
||||
|
||||
sub process_file {
|
||||
|
@ -81,7 +81,7 @@ sub process_file {
|
|||
}
|
||||
elsif ( $interpreter =~ m{perl} ) {
|
||||
my $command;
|
||||
if ($arguments =~ m{-.*T}mx) {
|
||||
if ( $arguments =~ m{-.*T}mx ) {
|
||||
$command = [ 'perl', '-cwT', $file ];
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue