diff Lib/IMPL/Web/RestContract.pm @ 213:d6e2ea24af08

sync
author sergey
date Fri, 03 Aug 2012 01:15:15 +0400
parents 292226770180
children 77a9934a44af
line wrap: on
line diff
--- a/Lib/IMPL/Web/RestContract.pm	Fri Jun 29 19:24:15 2012 +0400
+++ b/Lib/IMPL/Web/RestContract.pm	Fri Aug 03 01:15:15 2012 +0400
@@ -1,7 +1,7 @@
 package IMPL::Web::RestContract;
 use strict;
 
-use IMPL::lang qw(:declare :constants);
+use IMPL::lang qw(:declare);
 use IMPL::declare {
 	require => {
 		Exception => 'IMPL::Exception',
@@ -57,4 +57,10 @@
 
 =end code 
 
+=head1 DESCRIPTION
+
+Контракт представляет собой отображение модели предметной области на модель
+ресурсов. Контракт описывает дерево ресурсов начиная с корневого ресурса,
+и далее.
+
 =cut
\ No newline at end of file