Revision 480 (by ahitrov, 2015/03/03 12:14:40) Tags plugin: initial import

package tag::Apache;

use strict;
use warnings 'all';

use tag::State;
use Contenido::Globals;


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

sub request_init {
}

sub child_exit {
}

1;