X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fvimcoder;a=blobdiff_plain;f=t%2F01-basic.t;fp=t%2F01-basic.t;h=1984637223f96e83383c4f51f9558f4de17cbb83;hp=0000000000000000000000000000000000000000;hb=97ec47d986d74bf871e5ae0bef04fec277fadc96;hpb=ceb85143679bd2fdc5d39e354c440a329dbc9a2b diff --git a/t/01-basic.t b/t/01-basic.t new file mode 100644 index 0000000..1984637 --- /dev/null +++ b/t/01-basic.t @@ -0,0 +1,12 @@ +#!/usr/bin/env perl + +use warnings; +use strict; + +use Test::More; + +# placeholder for tests to be added in the future... someday +pass; + +done_testing; +