# $Id: Cookie.PL,v 2.1 2010/09/08 21:44:09 nagler Exp $ # Copyright (c) 2010 bivio Software, Inc. All rights reserved. config({ 'Bivio::IO::ClassLoader' => { delegates => { 'Bivio::Agent::HTTP::Cookie' => class(), }, }, }); b_use('AgentHTTP.Cookie'); Request(); req()->initialize_fully;