Mercurial > pub > Impl
diff Lib/IMPL/DOM/Schema/SwitchNode.pm @ 236:2904da230022
DOM refactoring
author | sergey |
---|---|
date | Mon, 15 Oct 2012 04:23:01 +0400 |
parents | d1676be8afcc |
children | b8c724f6de36 |
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema/SwitchNode.pm Fri Oct 12 02:08:51 2012 +0400 +++ b/Lib/IMPL/DOM/Schema/SwitchNode.pm Mon Oct 15 04:23:01 2012 +0400 @@ -34,9 +34,9 @@ return $schema->Validate($node); } else { return new IMPL::DOM::Schema::ValidationError( - Node => $node, - Source => $this, - Message => $this->messageNoMatch + node => $node, + source => $this, + message => $this->messageNoMatch ); } }