Mercurial > pub > Impl
view Lib/IMPL/Test/SkipException.pm @ 262:4ac39b9e2ca4
sync
author | sergey |
---|---|
date | Sat, 29 Dec 2012 03:22:15 +0400 |
parents | 4267a2ac3d46 |
children |
line wrap: on
line source
package IMPL::Test::SkipException; use parent qw(IMPL::Test::FailException); __PACKAGE__->PassThroughArgs; 1;