#!/usr/bin/env perl
# ABSTRACT: A sample executable
# PODNAME: my_sample_distribution

use My::Sample::Distribution;

print "yeah!";



__END__
=pod

=head1 NAME

my_sample_distribution - A sample executable

=head1 VERSION

version 0.004

=head1 AUTHORS

=over 4

=item *

Torsten Raudssus <torsten@raudssus.de>

=item *

Another Author <someone@somewhere>

=back

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Torsten Raudssus.

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

