Mercurial > pub > Impl
view Lib/IMPL/Test/SkipException.pm @ 382:99ac2e19c0cc
Implemented a strings map for a DOM schema
author | sergey |
---|---|
date | Thu, 23 Jan 2014 02:35:28 +0400 |
parents | 4267a2ac3d46 |
children |
line wrap: on
line source
package IMPL::Test::SkipException; use parent qw(IMPL::Test::FailException); __PACKAGE__->PassThroughArgs; 1;