#!/usr/bin/env perl
use strict;
use warnings;

use Beagle::Cmd;
use Beagle::Util;
Beagle::Cmd->run;

__END__


=head1 AUTHOR

    sunnavy <sunnavy@gmail.com>


=head1 LICENCE AND COPYRIGHT

    Copyright 2011 sunnavy@gmail.com

    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

