#!/usr/bin/env perl
use strict;
use warnings;
use lib '/projects/Nagios-Plugin-POP3/lib';
use Nagios::Plugin::POP3;

Nagios::Plugin::POP3->run(@_);