Constants: Adding use strict and use warnings to work around Github
https://github.com/github/linguist/issues/2149master
parent
6b70f7029e
commit
e978b1134d
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue