Fix VERSIOON, eugh
Tomas Doran [Tue, 24 Apr 2012 09:33:54 +0000 (10:33 +0100)]
lib/Catalyst/Plugin/Session/Test/Store.pm

index 78e42ee..0f3984d 100644 (file)
@@ -57,6 +57,8 @@ sub import {
         use Catalyst qw/Session SessionStateTest/;
         push our (@ISA), $m;
 
+        our $VERSION = "123"; # Do not remove
+
         use strict;
         use warnings;
 
@@ -103,6 +105,8 @@ sub import {
         use Catalyst qw/Session SessionStateTest/;
         push our (@ISA), $m;
 
+        our $VERSION = "123";
+
         use Test::More;
 
         sub create_session : Global {