#!/usr/local/bin/perl -w

use blib;

use AFS::Utils qw (XSVERSION);

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