#!/usr/bin/perl

use strict;
use warnings;
package
    cpang;

use App::cpang;

my $prog = App::cpang->new;

exit $prog->run;



=pod

=head1 NAME

cpang

=head1 VERSION

version 0.03

=head1 AUTHOR

  Sawyer X <xsawyerx@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Sawyer X.

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

=cut


__END__