1#!/usr/bin/perl -w
2# DESCRIPTION: Perl ExtUtils: Test called via 'project_bin'
3#
4# Copyright 2006-2017 by Wilson Snyder.  This program is free software;
5# you can redistribute it and/or modify it under the terms of either the GNU
6# Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.
7
8print "hello world!\n";
9