X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fdeprecated.t;h=307181b6ebfd92a9a1f0b805bb29ec07113f2fea;hb=7cc51a2eb3005f91064c24141551628fc599f990;hp=d9f90e0c5eeaa4cc694e739123f7260aa755466a;hpb=12c73fb2e35081e1f9a3040f5c0789aacbfd08ea;p=catagits%2FCatalyst-Runtime.git diff --git a/t/deprecated.t b/t/deprecated.t index d9f90e0..307181b 100644 --- a/t/deprecated.t +++ b/t/deprecated.t @@ -39,7 +39,4 @@ is( $mvc_warnings, 1, 'Get the ::MVC:: warning' ); ok( my $response = request('http://localhost/'), 'Request' ); is( $response->header('X-Catalyst-Plugin-Deprecated'), '1', 'NEXT plugin ran correctly' ); -SKIP: { - skip 'non-dev release', 1 unless Catalyst::_IS_DEVELOPMENT_VERSION(); - is( $warnings, 1, 'Got one and only one Adopt::NEXT warning'); -} +is( $warnings, 1, 'Got one and only one Adopt::NEXT warning');