#!perl -w
# To run this manually from the source tree, do
#     perl -Ilib bin/perlpp
use strict; use warnings; use Text::PerlPP;
exit(Text::PerlPP::Main(\@ARGV));
# vi: set ft=perl: #
