# this works as a bash include
#
#COMM demonstrate use of __PACKAGE__ to call a package function (or method)
#
perl -I$dirtest -M${setstamp}_callsub -e '
  use lib shift();
  use strict;
  TestOO->new();
  ' $direxec 2>&1  \
| sort
