NAME
Miril - A Static Content Management System
VERSION
Version 0.001
$self->msg_cookie
? $cookie = $self->msg_cookie
: $cookie = CGI::Cookie->new(
-name => 'miril_msg',
-expires => '+1d',
);
my $errors = $self->errors;
if ($errors) {
$cookie->value($errors);
} else {
$cookie->expires('-1d');
}
$self->header_add(-cookie=>[$cookie]);
}
DESCRPTION
Miril is a lightweight static content management system written in perl and based on CGI::Application. It is designed to be easy to deploy and easy to use. Documentation is currently lacking, read Miril::Manual to get started.
AUTHOR
Peter Shangov, <pshangov at yahoo.com>
COPYRIGHT & LICENSE
Copyright 2009 Peter Shangov.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 148:
=pod directives shouldn't be over one line long! Ignoring all 4 lines of content