#!/bin/sh

cat <<EOF

 Interchange

 Copyright 2002-2011 Interchange Development Group (http://www.icdevgroup.org/)
 Copyright 1996-2002 Red Hat, Inc.

 Interchange was originally based on Vend 0.2 and 0.3
 Copyright 1995, 1996 Andrew M. Wilcox <amw@wilcoxsolutions.com>

 Distributed under the GNU General Public License.
 See the file LICENSE for license information.

 To install Interchange, please run:

    perl Makefile.PL [arguments...]
    make
    make test && make install

 If you would like to use a specific version of Perl, simply invoke
 Perl with an absolute path to the Perl binary, such as

    /usr/local/bin/perl Makefile.PL [arguments...]

EOF
