############################################################################# ## $Id: Conf.pm 3666 2006-03-11 20:34:10Z spadkins $ ############################################################################# package App::Context::POE; $VERSION = (q$Revision: 3666 $ =~ /(\d[\d\.]*)/)[0]; # VERSION numbers generated by svn use strict; use vars qw(@ISA); use App; use App::Context; @ISA = ( "App::Context" ); 1;