Mercurial > pub > Impl
view Lib/IMPL/Test/SkipException.pm @ 38:d660fb38b7cc
small fixes
ORM shema to SQL schema transformation
author | Sergey |
---|---|
date | Mon, 23 Nov 2009 17:57:07 +0300 |
parents | 03e58a454b20 |
children | 16ada169ca75 |
line wrap: on
line source
package IMPL::Test::SkipException; use base qw(IMPL::Test::FailException); __PACKAGE__->PassThroughArgs; 1;