1#!/usr/bin/env perl
2
3# Creation date: 2007-02-20 19:48:50
4# Authors: don
5
6# main
7{
8    use strict;
9    use Test;
10
11    BEGIN { plan tests => 1 }
12
13    use JSON::DWIW; ok(1);
14
15}
16
17exit 0;
18
19###############################################################################
20# Subroutines
21
22