File: 00use.t

package info (click to toggle)
libnet-amazon-s3-perl 0.56-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 288 kB
  • sloc: perl: 2,264; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!perl
use warnings;
use strict;

use lib 'lib';

use Test::More tests => 4;

use_ok( 'Net::Amazon::S3' );
use_ok( 'Net::Amazon::S3::Client' );
use_ok( 'Net::Amazon::S3::Client::Bucket' );
use_ok( 'Net::Amazon::S3::Client::Object' );