#---------------------------------------------------------------
# Do syntax check if requested and possible
- # This is permanently deactivated but the code remains for referrence
+ # This is permanently deactivated but the code remains for reference
#---------------------------------------------------------------
my $infile_syntax_ok = 0; # -1 no 0=don't know 1 yes
if ( 0
# Syntax checking is no longer supported due to concerns about executing
# code in BEGIN blocks. The flag is still accepted for backwards
- # compatability but is ignored if set.
+ # compatibility but is ignored if set.
$rOpts->{'check-syntax'} = 0;
# check iteration count and quietly fix if necessary:
# or user wants to form long blocks with arrows
|| $rOpts_comma_arrow_breakpoints == 2
- # if -cab=3 is overriden then use -cab=2 behavior
+ # if -cab=3 is overridden then use -cab=2 behavior
|| $rOpts_comma_arrow_breakpoints == 3
&& $override_cab3[$current_depth]
)
-# differnt module names, do not align commas (fixes rt136416)
+# different module names, do not align commas (fixes rt136416)
use File::Spec::Functions 'catfile', 'catdir';
use Mojo::Base 'Mojolicious', '-signatures';
-# differnt module names, do not align commas (fixes rt136416)
+# different module names, do not align commas (fixes rt136416)
use File::Spec::Functions 'catfile', 'catdir';
use Mojo::Base 'Mojolicious', '-signatures';
$rsources = {
'align35' => <<'----------',
-# differnt module names, do not align commas (fixes rt136416)
+# different module names, do not align commas (fixes rt136416)
use File::Spec::Functions 'catfile', 'catdir';
use Mojo::Base 'Mojolicious', '-signatures';
source => "align35",
params => "def",
expect => <<'#12...........',
-# differnt module names, do not align commas (fixes rt136416)
+# different module names, do not align commas (fixes rt136416)
use File::Spec::Functions 'catfile', 'catdir';
use Mojo::Base 'Mojolicious', '-signatures';