diff --git a/t/OpenQA/RedundantStrictWarning.run b/t/OpenQA/RedundantStrictWarning.run new file mode 100644 index 0000000..4b28e00 --- /dev/null +++ b/t/OpenQA/RedundantStrictWarning.run @@ -0,0 +1,16 @@ +## name Passing +## failures 0 +## cut + +use Mojo::Base 'DBIx::Class::Core'; + +## name Passing +## failures 0 +## TODO It can be neessary to use two modules that both enable strict +## cut + +use Mojo::Base 'DBIx::Class::Core'; + +use Moose; +extends 'OpenQA::Schema::Result::Jobs'; +