#!/usr/bin/env perl

use JiftyX::Fixtures;

BEGIN { 
  unshift @ARGV, "help" if $ARGV[0] eq "";
  JiftyX::Fixtures->new->run 
}

