summaryrefslogtreecommitdiff
path: root/lib/DateTime/Event/Sunrise.pm
diff options
context:
space:
mode:
authorJean <J2N-FORGET@orange.fr>2013-08-21 07:30:28 +0200
committerJean <J2N-FORGET@orange.fr>2013-08-21 07:30:28 +0200
commit28359a0ce585a68779efec5579d6cbd163aff4f7 (patch)
tree7b1e94f2d03a777af7e387c4f3ff71814691ebc7 /lib/DateTime/Event/Sunrise.pm
parent5d21ac3644964ff196faf7ac725661ffc111b56e (diff)
Kwalitee issues: use warnings, list of dependencies.
Diffstat (limited to 'lib/DateTime/Event/Sunrise.pm')
-rw-r--r--lib/DateTime/Event/Sunrise.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/DateTime/Event/Sunrise.pm b/lib/DateTime/Event/Sunrise.pm
index 34d1e01..e83108f 100644
--- a/lib/DateTime/Event/Sunrise.pm
+++ b/lib/DateTime/Event/Sunrise.pm
@@ -7,6 +7,7 @@
package DateTime::Event::Sunrise;
use strict;
+use warnings;
require Exporter;
use POSIX qw(floor);
use Math::Trig;