#!/usr/bin/env perl

use warnings;
use strict;

require App::PerlPacman;
App::PerlPacman->run( @ARGV );
