diff --git a/lib/DDG/Goodie/Constants.pm b/lib/DDG/Goodie/Constants.pm index 9eae296dc..8af545291 100644 --- a/lib/DDG/Goodie/Constants.pm +++ b/lib/DDG/Goodie/Constants.pm @@ -1,5 +1,8 @@ package DDG::Goodie::Constants; # ABSTRACT: Various Math and Physics constants. + +use strict; +use warnings; use DDG::Goodie; use YAML::XS qw( LoadFile );