This is Perl module Furl::S3.

INSTALLATION

Furl::S3 installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan Furl::S3

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

Furl::S3 documentation is available as in POD. So you can do:

    % perldoc Furl::S3

to read the documentation online with your favorite pager.

Tomohiro Ikebe