The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for App-TimeClock

0.01    2012-03-15 22:20
        First version, released on an unsuspecting world.

0.02    2012-03-16 11:07
        Added description of .timelogrc configuration file.
        Fixed a few links in the documentation.

0.03    2012-03-16 16:02
        ConsolePrinter: Added a blank line before printing the header.
        timeclock.pl: Added --version option that will print the version number.
        Switched to GPL v3.
        Updated documentation.

0.04    2012-11-28 10:33
        ConsolePrinter: Fixed bug that would cause columns not to align when task descriptions contained utf8 characters.
        ConsolePrinter: Fixed divions by zero bug (if worked less that a day).
        Build.PL: Fixed license value in Build file.
        Added more test files.

0.05    2012-11-28 11:43
        DailyReport: The timelog file is now read as utf8

0.06    2012-12-11 09:42
        DailyReport: Now shows current (or dangling) projects and projects crossing midnight.
        Added tests of the console reports.

0.07    2012-12-13 10:58
        Removed dependency on Time::Piece, making us compatible with older versions of Perl.
        Updated to GPL v3 in source files. 
        Fixed a few typos in the documentation.

0.08    2013-03-09 21:32
        Version and copyright information now prints correctly using UTF-8.
        Now supports DOS formatted timelogs (CR+NL) even on Linux/Unix and vice versa.
        Changed from RT to GitHub for issue tracking.