fix test failure in 05testapp.t when env var not set, release
[catagits/Catalyst-Model-DBIC-Schema.git] / lib / Catalyst / Model / DBIC / Schema.pm
index 5ee32c9..2406196 100644 (file)
@@ -1,11 +1,12 @@
 package Catalyst::Model::DBIC::Schema;
 
+use 5.008_001;
 use Moose;
 use mro 'c3';
 extends 'Catalyst::Model';
 with 'CatalystX::Component::Traits';
 
-our $VERSION = '0.32';
+our $VERSION = '0.33';
 $VERSION = eval $VERSION;
 
 use namespace::autoclean;
@@ -695,6 +696,8 @@ osfameron: C<osfameron@cpan.org>
 
 ozum: Ozum Eldogan C<ozum@ozum.net>
 
+Pavel I. Shaydo C<zwon@trinitum.org>
+
 =head1 COPYRIGHT
 
 Copyright (c) 2006 - 2009