#!/usr/bin/perl

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

our $VERSION = '0.04';

Xtract::main();
