aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CatDap.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CatDap.pm')
-rw-r--r--lib/CatDap.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/CatDap.pm b/lib/CatDap.pm
index d53ca8f..0faed59 100644
--- a/lib/CatDap.pm
+++ b/lib/CatDap.pm
@@ -2,7 +2,7 @@ package CatDap;
use Moose;
use namespace::autoclean;
-use Catalyst::Runtime 5.80;
+use Catalyst::Runtime 5.90042;
# Set flags and add plugins for the application
#
@@ -22,12 +22,11 @@ use Catalyst qw/
Authentication
Authorization::Roles
I18N
- Unicode::Encoding
/;
extends 'Catalyst';
-our $VERSION = '0.01';
+our $VERSION = '0.10';
$VERSION = eval $VERSION;
# Configure the application.