# WWW-Cloutree **Repository Path**: mirrors_gitpan/WWW-Cloutree ## Basic Information - **Project Name**: WWW-Cloutree - **Description**: Read-only release history for WWW-Cloutree - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WWW::Cloutree [![Build Status](https://travis-ci.org/IvanShamatov/cloutree.png?branch=master)](https://travis-ci.org/IvanShamatov/cloutree) Perl module to upload files to Cloutr.ee CDN Installing $ cpanm install cloutree or $ cpan install cloutree ## Usage use WWW::Cloutree; my $cloutree = WWW::Cloutree->instance( { app_key => 'YOUR_APP_KEY', app_secret => 'YOUR_APP_SECRET' } ); my $result = $cloutree->upload_file({ file => $opts{file}, filename => 'filename' }); say $result->{success}; # say link of uploaded file