#! /usr/bin/env perl

use strict;
use warnings FATAL => 'all';
use utf8;

use Hello;

# for easy development:
our $PACKAGE //= 'hello-perl';
our $VERSION //= 'svn';
our $prefix //= '.';
our $sysconfdir //= '.';

my $hello = new Hello(cfg => "$sysconfdir/hello.cfg");
$hello->greet;

=head1 NAME

hello - Greet the user

=head1 SYNOPSIS

This command does not know any options.
