Exception.pm 84 B

1234567
  1. package Cpanel::Exception;
  2. use Test::More ();
  3. *create = &Test::More::explain;
  4. 1;