Mercurial > pub > Impl
diff Lib/IMPL/Web/Security/Embed.pm @ 69:8c7b88bdb663
Cookie Simple auth support
author | wizard |
---|---|
date | Wed, 24 Mar 2010 17:41:41 +0300 |
parents | f47f93534005 |
children |
line wrap: on
line diff
--- a/Lib/IMPL/Web/Security/Embed.pm Tue Mar 23 16:55:25 2010 +0300 +++ b/Lib/IMPL/Web/Security/Embed.pm Wed Mar 24 17:41:41 2010 +0300 @@ -1,3 +1,5 @@ package IMPL::Web::Security::Embed; -use base qw(IMPL::Object); \ No newline at end of file +use base qw(IMPL::Object); + +1; \ No newline at end of file