mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-20 01:17:49 +02:00
Remove perl critic and coverage.
No new Perl code is being developed, so these tools are just taking up time and making migrations to newer platforms harder. There are only a few Perl tests remaining with full coverage so the coverage tool does not warn of loss of coverage in most cases. Remove both tools and associated libraries.
This commit is contained in:
@@ -245,7 +245,7 @@ sub manifestFileCreate
|
||||
|
||||
if (!$bChecksumPage && $strChecksumPageError ne '0')
|
||||
{
|
||||
my @iyChecksumPageError = eval($strChecksumPageError); ## no critic (BuiltinFunctions::ProhibitStringyEval)
|
||||
my @iyChecksumPageError = eval($strChecksumPageError);
|
||||
|
||||
$oManifestRef->{&MANIFEST_SECTION_TARGET_FILE}{$strManifestKey}{&MANIFEST_SUBKEY_CHECKSUM_PAGE_ERROR} =
|
||||
\@iyChecksumPageError;
|
||||
|
||||
Reference in New Issue
Block a user