Mercurial > pub > Impl
view Lib/IMPL/Test/SkipException.pm @ 232:5c82eec23bb6
Fixed degradations due refactoring
author | sergey |
---|---|
date | Tue, 09 Oct 2012 20:12:47 +0400 |
parents | 4267a2ac3d46 |
children |
line wrap: on
line source
package IMPL::Test::SkipException; use parent qw(IMPL::Test::FailException); __PACKAGE__->PassThroughArgs; 1;