#!/usr/bin/env perl
system("./Build") == 0
    or exit;
system(qw(perl -It/lib/ -Mblib -- bin/nana), @ARGV);
