Revision history for Perl extension Aard.
+0.001 2014-11-14T23:16+02:00
+ - Improve POD
+ - Replace JSON with JSON::MaybeXS
+ - Mark as stable
+
0.000_001 2014-05-01T02:06+03:00
- Initial release
-Aard version 0.000_001
-======================
+Aard version 0.001
+==================
Aard is a module for reading files in the Aard Dictionary format (.aar). A dictionary is an array of (key, article) pairs, with some associated metadata.
use 5.014000;
use strict;
use warnings;
-our $VERSION = '0.000_001';
+our $VERSION = '0.001';
use IO::Uncompress::Inflate qw/inflate/;
use IO::Uncompress::Bunzip2 qw/bunzip2/;