#!/usr/bin/env perl
use v5.10;
use strict;
use warnings;

use App::PandoraPeriscope;

App::PandoraPeriscope->exec(@ARGV);
