The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Provides timeclock.pl, a reporting utility for timeclock, which is a time tracking package for GNU Emacs.",
   "author" : [
      "Søren Lund <soren@lund.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4, CPAN::Meta::Converter version 2.120630",
   "license" : [
      "open_source"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "App-TimeClock",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::More" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.4"
         }
      },
      "runtime" : {
         "requires" : {
            "perl" : "5.006"
         }
      }
   },
   "provides" : {
      "App::TimeClock" : {
         "file" : "lib/App/TimeClock.pm",
         "version" : "0.06"
      },
      "App::TimeClock::ConsolePrinter" : {
         "file" : "lib/App/TimeClock/ConsolePrinter.pm",
         "version" : 0
      },
      "App::TimeClock::CsvPrinter" : {
         "file" : "lib/App/TimeClock/CsvPrinter.pm",
         "version" : 0
      },
      "App::TimeClock::DailyReport" : {
         "file" : "lib/App/TimeClock/DailyReport.pm",
         "version" : 0
      },
      "App::TimeClock::HtmlPrinter" : {
         "file" : "lib/App/TimeClock/HtmlPrinter.pm",
         "version" : 0
      },
      "App::TimeClock::PrinterInterface" : {
         "file" : "lib/App/TimeClock/PrinterInterface.pm",
         "version" : 0
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://www.gnu.org/licenses/gpl-3.0.txt"
      ]
   },
   "version" : "0.06"
}