#!/usr/bin/env perl

use Inline::Module();

Inline::Module->new(argv => [@ARGV])->run;
