Mercurial > pub > Impl
view Lib/IMPL/Test/SkipException.pm @ 312:75a78cbf7dcf
View refactoring: INIT blocks are deprecated
author | cin |
---|---|
date | Mon, 29 Apr 2013 01:10:42 +0400 |
parents | 4267a2ac3d46 |
children |
line wrap: on
line source
package IMPL::Test::SkipException; use parent qw(IMPL::Test::FailException); __PACKAGE__->PassThroughArgs; 1;