From 9981494a9e4f2272b85eb3a5672b8b7392d52ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Mon, 17 Apr 2017 15:00:08 +0200 Subject: Remove a warning about the encoding parameter (mga#20687) --- lib/CatDap.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/CatDap.pm') 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. -- cgit v1.2.1