/*  You may distribute under the terms of either the GNU General Public License
 *  or the Artistic License (the same terms as Perl itself)
 *
 *  (C) Paul Evans, 2019 -- leonerd@leonerd.org.uk
 */


#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"

/* This file intentionally left blank in order to work around the problem of
 * changing CPAN dists from XS to PP and overwriting old files
 */

MODULE = Tickit::Async   PACKAGE = Tickit::Async