#!/usr/bin/perl

eval 'exec /usr/bin/perl  -S $0 ${1+"$@"}'
    if 0; # not running under some shell

use 5.006;
use strict;
use warnings;
use Xtract ();

our $VERSION = '0.16';

$| = 1;

Xtract::main();
