Verify code layout
-
Test::Code::TidyAll
-
Code::TidyAll
use strict;
use warnings;
use Test::Most;
eval 'use Test::Code::TidyAll 0.20';
plan skip_all => "Test::Code::TidyAll 0.20 required to check if the code is clean."
if $@;
tidyall_ok();
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Test::Code::TidyAll
Code::TidyAll
use strict;
use warnings;
use Test::Most;
eval 'use Test::Code::TidyAll 0.20';
plan skip_all => "Test::Code::TidyAll 0.20 required to check if the code is clean."
if $@;
tidyall_ok();