#!/usr/bin/perl

package whatsit;
BEGIN {
  $whatsit::VERSION = '0.0.1';
}
# ABSTRACT: Determine perl module version details

use App::Whatsit;
App::Whatsit->run;

__END__
=pod

=head1 NAME

whatsit - Determine perl module version details

=head1 VERSION

version 0.0.1

=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

