Constants: Adding use strict and use warnings to work around Github

https://github.com/github/linguist/issues/2149
master
Rob Emery 2016-04-10 19:19:36 +01:00
parent 6b70f7029e
commit e978b1134d
1 changed files with 3 additions and 0 deletions

View File

@ -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 );