#!/usr/bin/perl

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

our $VERSION = '0.12';

$| = 1;

Xtract::main();
