root/lang/perl/Data-Cloud/trunk/t/02_words.t @ 4013

Revision 4013, 169 bytes (checked in by nyarla, 5 years ago)

lang/perl/Data-Cloud: I implemented words method.

Line 
1#!perl -T
2
3use strict;
4use warnings;
5
6use Test::More tests => 1;
7use Data::Cloud;
8
9my $cloud = Data::Cloud->new;
10
11is_deeply(
12    $cloud->words,
13    {},
14);
Note: See TracBrowser for help on using the browser.