Revision history for Perl extension NetHack::NAOdash.
+0.002 2015-08-22T22:42+03:00
+ - Improve accessibility for colorblind users by using underlines in
+ addition to colors
+ - Add caching
+ - Add a index page to the web interface
+
0.001 2015-07-02T13:16+03:00
- - Initial release
+ - Initial release
-NetHack-NAOdash version 0.001
+NetHack-NAOdash version 0.002
=============================
NetHack is a roguelike (a kind of video game) and NAO
use re '/saa';
use utf8;
-our $VERSION = '0.001';
+our $VERSION = '0.002';
use Encode qw/encode/;
use File::Slurp;
use re '/saa';
use parent qw/Plack::Component/;
-our $VERSION = '0.001';
+our $VERSION = '0.002';
use Digest::SHA qw/sha256_base64/;
use File::Slurp;
use re '/saa';
use parent qw/Exporter/;
-our $VERSION = '0.001';
+our $VERSION = '0.002';
our @EXPORT_OK = qw/naodash_xlog naodash_user/;
our @EXPORT = @EXPORT_OK;