Aard

 view release on metacpan or  search on metacpan

t/Aard.t  view on Meta::CPAN

#!/usr/bin/perl -w
use v5.14;
use strict;
use warnings;

use Test::More tests => 9;
BEGIN { use_ok('Aard') };

my $dict = Aard->new('t/jargon-4.4.7-1.aar');
is lc $dict->uuid_string, '4e5c4639-9d1d-42ee-b27d-b552d6b7386d', 'uuid_string';
is $dict->volume, 1, 'volume';
is $dict->total_volumes, 1, 'total_volumes';
is $dict->count, 2307, 'count';

is $dict->title, 'The Jargon File', 'title';
is $dict->index_language, 'ENG', 'index_language';

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.256 second using v1.00-cache-2.02-grep-82fe00e-cpan-585fae043c8 )