From a009d3aaa210e3e1155f12d226cb2474bc77b38a Mon Sep 17 00:00:00 2001 From: vti Date: Sun, 9 Nov 2008 22:08:16 +0100 Subject: [PATCH] Version 0.3 Wrong Constants class name fix --- MojoX-Dispatcher-FilterChain/Changes | 3 +++ MojoX-Dispatcher-FilterChain/lib/MojoX/Dispatcher/FilterChain.pm | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/MojoX-Dispatcher-FilterChain/Changes b/MojoX-Dispatcher-FilterChain/Changes index 617cb5f..3b56885 100644 --- a/MojoX-Dispatcher-FilterChain/Changes +++ b/MojoX-Dispatcher-FilterChain/Changes @@ -1,5 +1,8 @@ Revision history for MojoX-Dispatcher-FilterChain +0.03 2008-11-09 00:00::00 + - Wrong Constants class name fix + 0.02 2008-11-09 00:00::00 - Context class - DetectLang example filter diff --git a/MojoX-Dispatcher-FilterChain/lib/MojoX/Dispatcher/FilterChain.pm b/MojoX-Dispatcher-FilterChain/lib/MojoX/Dispatcher/FilterChain.pm index 753e993..38df3c3 100644 --- a/MojoX-Dispatcher-FilterChain/lib/MojoX/Dispatcher/FilterChain.pm +++ b/MojoX-Dispatcher-FilterChain/lib/MojoX/Dispatcher/FilterChain.pm @@ -5,9 +5,9 @@ use warnings; use base 'Mojo::Base'; -use MojoX::Dispatcher::FilterChain::Constants; +use MojoX::FilterChain::Constants; -our $VERSION = '0.02'; +our $VERSION = '0.03'; use constant DEBUG => $ENV{MOJOX_DISPATCHER_FILTERCHAIN_DEBUG} || 0; -- 2.11.4.GIT