Revision 474 (by ahitrov, 2015/02/25 13:22:42) Tags plugin

package tags::Apache;

use strict;
use warnings 'all';

use tags::State;
use Contenido::Globals;


sub child_init {
	# встраиваем keeper плагина в keeper проекта
	$keeper->{tags} = tags::Keeper->new($state->tags);
}

sub request_init {
}

sub child_exit {
}

1;