/usr/local/CPAN/PerlActor/PerlActor/Exception/CommandNotFound.pm


package PerlActor::Exception::CommandNotFound;
use base 'PerlActor::Exception';

# Keep Perl happy.
1;