# 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");
return;
}
-1;
\ No newline at end of file
+1;
use warnings;
use base qw(Project);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub _new
{
use warnings;
use base qw(MSBuildProject);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub new
{
use warnings;
use base qw(MSBuildProject);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub new
{
use warnings;
use base qw(VC2012Project);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub new
{
use warnings;
use base qw(VC2012Project);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub new
{
use warnings;
use base qw(VC2012Project);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub new
{
use warnings;
use VSObjectFactory;
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub _new
{
use warnings;
use base qw(Solution);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub new
{
use warnings;
use base qw(Solution);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub new
{
use warnings;
use base qw(Solution);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub new
{
use warnings;
use base qw(Solution);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub new
{
use warnings;
use base qw(Solution);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub new
{
use warnings;
use base qw(Solution);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub new
{
use warnings;
use base qw(Solution);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub new
{
use warnings;
use base qw(Project);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub _new
{
use warnings;
use base qw(VCBuildProject);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub new
{
use warnings;
use base qw(VCBuildProject);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub new
{
@ISA = qw(Exporter);
@EXPORT = qw(CreateSolution CreateProject DetermineVisualStudioVersion);
-no warnings qw(redefine); ## no critic
+no warnings qw(redefine); ## no critic
sub CreateSolution
{
move $f, $nf;
}
chdir $savedir;
- return;
+ return;
}
sub missing
use vars qw($HKEY_LOCAL_MACHINE);
use Exporter ();
-our (@EXPORT,@ISA);
+our (@EXPORT, @ISA);
@ISA = qw(Exporter);
@EXPORT = qw($HKEY_LOCAL_MACHINE);
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;