#!perl use strict; use warnings; use Test::More; use Test::Pod::Coverage; all_pod_coverage_ok(); # setup nethack: set filetype=perl tabstop=4 softtabstop=4 expandtab : # setup nethack: set shiftwidth=4 shiftround textwidth=0 nowrap autoindent : # setup nethack: set foldmethod=indent foldlevel=0 :