root/lang/perl/Data-Cloud/trunk/t/01_new.t
@
4013
| Revision 4012, 147 bytes (checked in by nyarla, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | #!perl -T |
| 2 | |
| 3 | use strict; |
| 4 | use warnings; |
| 5 | |
| 6 | use Test::More tests => 1; |
| 7 | use Data::Cloud; |
| 8 | |
| 9 | isa_ok( |
| 10 | Data::Cloud->new, |
| 11 | 'Data::Cloud', |
| 12 | ); |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)