#!/usr/bin/perl

package base64;
{
  $base64::VERSION = 'v0.0.3';
}

# ABSTRACT: Commandline app for base64 stuff

use App::Base64;
App::Base64->run;
__END__
=pod

=head1 NAME

base64 - Commandline app for base64 stuff

=head1 VERSION

version v0.0.3

=head1 AUTHOR

Glenn Fowler <cebjyre@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Glenn Fowler.

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

