#!/usr/bin/perl -w eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}' if 0; # not running under some shell use strict; use warnings; package TKSlide; use strict; use Spork '-base'; our $VERSION = '0.01'; field const config_class => 'Spork::Config::TKSlide'; package main; TKSlide->new->load_hub->load_class('command')->process(@ARGV); 1; # vim: set ft=perl: