#!/usr/bin/perl

use strict;
use warnings;
use App::TimeTracker::Proto;

my $app = App::TimeTracker::Proto->new->run;

# ABSTRACT: run App::TimeTracker
# PODNAME: tracker

__END__
=pod

=head1 NAME

tracker - run App::TimeTracker

=head1 VERSION

version 2.008

=head1 AUTHOR

Thomas Klausner <domm@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Thomas Klausner.

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

