root/lang/perl/Data-Cloud/trunk/t/02_words.t
@
4013
| Revision 4013, 169 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 | my $cloud = Data::Cloud->new; |
| 10 | |
| 11 | is_deeply( |
| 12 | $cloud->words, |
| 13 | {}, |
| 14 | ); |
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)