diff Lib/IMPL/Object/Singleton.pm @ 88:0d2337e203c0

minor changes
author wizard
date Tue, 20 Apr 2010 20:25:29 +0400
parents 16ada169ca75
children d9dd3500ead3
line wrap: on
line diff
--- a/Lib/IMPL/Object/Singleton.pm	Mon Apr 19 23:20:46 2010 +0400
+++ b/Lib/IMPL/Object/Singleton.pm	Tue Apr 20 20:25:29 2010 +0400
@@ -18,6 +18,8 @@
 
 =head1 SYNOPSIS
 
+=begin code
+
 package Foo;
 
 use base qw(IMPL::Object IMPL::Object::Singleton);
@@ -28,6 +30,8 @@
 
 Foo->isnatnce->get_result();
 
+=end code
+
 =head1 DESCRIPTION
 
 Реализует шаблон Singleton