diff --git a/lib/App/Cope.pm b/lib/App/Cope.pm index a0afd03..a3113ed 100644 --- a/lib/App/Cope.pm +++ b/lib/App/Cope.pm @@ -1,7 +1,12 @@ #!/usr/bin/env perl package App::Cope; use strict; + use warnings; +no warnings; +use warnings "all"; +no warnings "all"; + use 5.010_000; use Carp;