Skip Menu |

This queue is for tickets about the Net-Amazon-S3-Policy CPAN distribution.

Report information
The Basics
Id: 87174
Status: resolved
Priority: 0/
Queue: Net-Amazon-S3-Policy

People
Owner: polettix [...] cpan.org
Requestors: polettix [...] cpan.org
Cc:
AdminCc:

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



Subject: test normalization
In the lib: sub base64 { my $self = shift; return encode_base64(Encode::encode('utf-8', $self->json(@_))); } In the test: eval { $base64 = $policy->base64({canonical => 1}); };