diff options
-rw-r--r-- | src/bin/pg_basebackup/t/010_pg_basebackup.pl | 5 | ||||
-rw-r--r-- | src/test/ssl/ServerSetup.pm | 2 | ||||
-rw-r--r-- | src/tools/msvc/MSBuildProject.pm | 12 | ||||
-rw-r--r-- | src/tools/msvc/Solution.pm | 16 | ||||
-rw-r--r-- | src/tools/msvc/VCBuildProject.pm | 6 | ||||
-rw-r--r-- | src/tools/msvc/VSObjectFactory.pm | 2 | ||||
-rw-r--r-- | src/tools/msvc/builddoc.pl | 2 | ||||
-rw-r--r-- | src/tools/msvc/dummylib/Win32/Registry.pm | 2 | ||||
-rw-r--r-- | src/tools/msvc/dummylib/Win32API/File.pm | 10 |
9 files changed, 30 insertions, 27 deletions
diff --git a/src/bin/pg_basebackup/t/010_pg_basebackup.pl b/src/bin/pg_basebackup/t/010_pg_basebackup.pl index aab2e1eecff..2211d90c6f9 100644 --- a/src/bin/pg_basebackup/t/010_pg_basebackup.pl +++ b/src/bin/pg_basebackup/t/010_pg_basebackup.pl @@ -552,7 +552,10 @@ rmtree("$tempdir/backup_corrupt3"); # do not verify checksums, should return ok $node->command_ok( - [ 'pg_basebackup', '-D', "$tempdir/backup_corrupt4", '--no-verify-checksums' ], + [ + 'pg_basebackup', '-D', + "$tempdir/backup_corrupt4", '--no-verify-checksums' + ], 'pg_basebackup with -k does not report checksum mismatch'); rmtree("$tempdir/backup_corrupt4"); diff --git a/src/test/ssl/ServerSetup.pm b/src/test/ssl/ServerSetup.pm index 1cd3badaa1d..5ffc0b5385d 100644 --- a/src/test/ssl/ServerSetup.pm +++ b/src/test/ssl/ServerSetup.pm @@ -182,4 +182,4 @@ sub configure_hba_for_ssl return; } -1;
\ No newline at end of file +1; diff --git a/src/tools/msvc/MSBuildProject.pm b/src/tools/msvc/MSBuildProject.pm index 948c548aede..47252533a1b 100644 --- a/src/tools/msvc/MSBuildProject.pm +++ b/src/tools/msvc/MSBuildProject.pm @@ -11,7 +11,7 @@ use strict; use warnings; use base qw(Project); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub _new { @@ -401,7 +401,7 @@ use strict; use warnings; use base qw(MSBuildProject); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub new { @@ -424,7 +424,7 @@ use strict; use warnings; use base qw(MSBuildProject); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub new { @@ -470,7 +470,7 @@ use strict; use warnings; use base qw(VC2012Project); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub new { @@ -495,7 +495,7 @@ use strict; use warnings; use base qw(VC2012Project); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub new { @@ -520,7 +520,7 @@ use strict; use warnings; use base qw(VC2012Project); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub new { diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index 7cfd5e10160..78db247b291 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -10,7 +10,7 @@ use strict; use warnings; use VSObjectFactory; -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub _new { @@ -770,7 +770,7 @@ use strict; use warnings; use base qw(Solution); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub new { @@ -795,7 +795,7 @@ use strict; use warnings; use base qw(Solution); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub new { @@ -821,7 +821,7 @@ use strict; use warnings; use base qw(Solution); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub new { @@ -847,7 +847,7 @@ use strict; use warnings; use base qw(Solution); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub new { @@ -873,7 +873,7 @@ use strict; use warnings; use base qw(Solution); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub new { @@ -901,7 +901,7 @@ use strict; use warnings; use base qw(Solution); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub new { @@ -929,7 +929,7 @@ use strict; use warnings; use base qw(Solution); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub new { diff --git a/src/tools/msvc/VCBuildProject.pm b/src/tools/msvc/VCBuildProject.pm index 09152b2bbc4..6cdf822a637 100644 --- a/src/tools/msvc/VCBuildProject.pm +++ b/src/tools/msvc/VCBuildProject.pm @@ -11,7 +11,7 @@ use strict; use warnings; use base qw(Project); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub _new { @@ -270,7 +270,7 @@ use strict; use warnings; use base qw(VCBuildProject); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub new { @@ -293,7 +293,7 @@ use strict; use warnings; use base qw(VCBuildProject); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub new { diff --git a/src/tools/msvc/VSObjectFactory.pm b/src/tools/msvc/VSObjectFactory.pm index 3745f8f8a1a..92a4fb6841f 100644 --- a/src/tools/msvc/VSObjectFactory.pm +++ b/src/tools/msvc/VSObjectFactory.pm @@ -20,7 +20,7 @@ our (@ISA, @EXPORT); @ISA = qw(Exporter); @EXPORT = qw(CreateSolution CreateProject DetermineVisualStudioVersion); -no warnings qw(redefine); ## no critic +no warnings qw(redefine); ## no critic sub CreateSolution { diff --git a/src/tools/msvc/builddoc.pl b/src/tools/msvc/builddoc.pl index f6eb73db212..d93fd00ec04 100644 --- a/src/tools/msvc/builddoc.pl +++ b/src/tools/msvc/builddoc.pl @@ -107,7 +107,7 @@ sub renamefiles move $f, $nf; } chdir $savedir; - return; + return; } sub missing diff --git a/src/tools/msvc/dummylib/Win32/Registry.pm b/src/tools/msvc/dummylib/Win32/Registry.pm index 12fe0446ff1..1433b1fb54f 100644 --- a/src/tools/msvc/dummylib/Win32/Registry.pm +++ b/src/tools/msvc/dummylib/Win32/Registry.pm @@ -6,7 +6,7 @@ use warnings; use vars qw($HKEY_LOCAL_MACHINE); use Exporter (); -our (@EXPORT,@ISA); +our (@EXPORT, @ISA); @ISA = qw(Exporter); @EXPORT = qw($HKEY_LOCAL_MACHINE); diff --git a/src/tools/msvc/dummylib/Win32API/File.pm b/src/tools/msvc/dummylib/Win32API/File.pm index 34d2bd81eb8..bfba9cc7d61 100644 --- a/src/tools/msvc/dummylib/Win32API/File.pm +++ b/src/tools/msvc/dummylib/Win32API/File.pm @@ -3,12 +3,12 @@ package Win32API::File; use strict; use warnings; -use constant { SEM_FAILCRITICALERRORS => 1, SEM_NOGPFAULTERRORBOX => 2 }; -sub SetErrormode {}; +use constant { SEM_FAILCRITICALERRORS => 1, SEM_NOGPFAULTERRORBOX => 2 }; +sub SetErrormode { } use Exporter; -our(@ISA,@EXPORT_OK,%EXPORT_TAGS); -@ISA = qw(Exporter); -@EXPORT_OK = qw(SetErrorMode SEM_FAILCRITICALERRORS SEM_NOGPFAULTERRORBOX); +our (@ISA, @EXPORT_OK, %EXPORT_TAGS); +@ISA = qw(Exporter); +@EXPORT_OK = qw(SetErrorMode SEM_FAILCRITICALERRORS SEM_NOGPFAULTERRORBOX); %EXPORT_TAGS = (SEM_ => [qw(SEM_FAILCRITICALERRORS SEM_NOGPFAULTERRORBOX)]); 1; |