#!/usr/bin/env perl
# Taken from
use
5.008001;
use
utf8;
use
strict;
use
warnings;
# No POD coverage due to complaints about builtins when using Fatal.
# setup vim: set filetype=perl tabstop=4 softtabstop=4 expandtab :
# setup vim: set shiftwidth=4 shiftround textwidth=78 nowrap autoindent :
# setup vim: set foldmethod=indent foldlevel=0 :