#!/usr/bin/perl

package main;
{
  $main::VERSION = '0.122420';
}
#ABSTRACT: command line front end to App::PM::Website

use warnings;
use strict;
use App::PM::Website;
App::PM::Website->run();

__END__
=pod

=head1 NAME

main - command line front end to App::PM::Website

=head1 VERSION

version 0.122420

=head1 AUTHOR

Andrew Grangaard <spazm@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Andrew Grangaard.

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

