#!/usr/local/bin/perl

use blib;
use strict;
use warnings;

use AFS::Utils qw (XSVERSION);

print 'XS-Version = ', XSVERSION, "\n";
