log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
pub
>
Impl
annotate Lib/IMPL/Web/Security/Embed.pm @ 69:
8c7b88bdb663
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Cookie Simple auth support
author
wizard
date
Wed, 24 Mar 2010 17:41:41 +0300
parents
f47f93534005
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
66
f47f93534005
Documentation
wizard
parents:
diff
changeset
1
package IMPL::Web::Security::Embed;
f47f93534005
Documentation
wizard
parents:
diff
changeset
2
69
8c7b88bdb663
Cookie Simple auth support
wizard
parents:
66
diff
changeset
3
use base qw(IMPL::Object);
8c7b88bdb663
Cookie Simple auth support
wizard
parents:
66
diff
changeset
4
8c7b88bdb663
Cookie Simple auth support
wizard
parents:
66
diff
changeset
5
1;