Hi, Prabhu.

The bug tracker for that module is here:
https://github.com/pfig/net-amazon-s3/issues

For future reference, on search.cpan.org, there is a link to the preferred
bugtracker for any given module → example:
http://glui.me/?i=r7k4j8a9nqyozxh/2015-02-25_at_5.28_AM.png/

Regards,
David


On Wed, Feb 25, 2015 at 1:08 AM, cherry <prabhu3...@gmail.com> wrote:

> Dear Team,
>
> I have found the bug in Pedro Figueiredo <http://search.cpan.org/%7Epfig/>
> > Net-Amazon-S3-0.60 <http://search.cpan.org/%7Epfig/Net-Amazon-S3-0.60/>
> > Net::Amazon::S3 (version 0.60).
>
> enum function referring  Moose::Util::TypeConstraints Package. and passing
> a list of values to enum was deprecated.
>
>
> In lib/Net/Amazon/S3/Client/Object.pm
> <https://metacpan.org/source/PFIG/Net-Amazon-S3-0.60//lib/Net/Amazon/S3/Client/Object.pm>
> at line no 22.
>
> #################################
> -enum 'StorageClass' =>
> -    qw(standard reduced_redundancy);
>
> +enum 'StorageClass' =>
> +    [ qw(standard reduced_redundancy)};
>
> ######################################
>
>
> Please let me know if i am looking in wrong place.
>
> Thanks,
> Prabhu Ch
>



-- 
David Golden <x...@xdg.me> Twitter/IRC: @xdg

Reply via email to