Skip Menu |

This queue is for tickets about the Poloniex-API CPAN distribution.

Report information
The Basics
Id: 127746
Status: new
Priority: 0/
Queue: Poloniex-API

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.04
Fixed in: (no value)



Subject: t/Tidy.t fails (with newest Perl::Tidy?)
I see the following new test failure, probably caused by changes in newer Perl::Tidy versions: ... # The file '/home/cpansand/.cpan/build/2018111922/Poloniex-API-0.04-0/lib/Poloniex/API.pm' is not tidy # +---+------------------------------------------------------------+--------------------------------------------------------------+ # | 56| push @post_data, "$_=$$req{$_}"; | push @post_data, "$_=$$req{$_}"; | # | 57| } | } | # | 58| | | # * 59| my $param = join( '&', @post_data ); | my $param = join( '&', @post_data ); * # * 60| my $sign = hmac_sha512_hex( $param, $self->{Secret} ); | my $sign = hmac_sha512_hex( $param, $self->{Secret} ); * # | 61| my %header = ( | my %header = ( | # | 62| Key => $self->{APIKey}, | Key => $self->{APIKey}, | # | 63| Sign => $sign | Sign => $sign | # +---+------------------------------------------------------------+--------------------------------------------------------------+ # Failed test ''/home/cpansand/.cpan/build/2018111922/Poloniex-API-0.04-0/lib/Poloniex/API.pm'' # at t/Tidy.t line 19. # Looks like you failed 1 test of 1. t/Tidy.t .......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests ...