#!/usr/bin/perl
use 5.010;
use strict;
use warnings;
use App::TimeTracker;
App::TimeTracker->run;
__END__

=pod

=head1 NAME

start

=head1 SYNOPSIS

    start something
    start something detail
    start somethingelse

=head1 DESCRIPTION

C<start> tells C<App::TimeTracker> to start tracking time spend on a project.

=head1 SEE ALSO

perldoc stop.pl

perldoc App::TimeTracker

=head1 AUTHOR

Thomas Klausner, C<< <domm at cpan.org> >>

=head1 COPYRIGHT & LICENSE

Copyright 2008 Thomas Klausner, all rights reserved.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

=cut
