Skip to content

dann/p5-shell-amazon-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Perl module Shell::Amazon::S3.

INSTALLATION

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

    % cpan Shell::Amazon::S3

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

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

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

    % perldoc Shell::Amazon::S3

to read the documentation online with your favorite pager.

Takatoshi Kitano