Explorar el Código

Added strictures to make Perl::Critic happy

Alois Mahdal hace 11 años
padre
commit
96cbfdf71f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      lib/SugarTrail.pm

+ 3
- 0
lib/SugarTrail.pm Ver fichero

@@ -1,6 +1,9 @@
1 1
 package SugarTrail;
2 2
 use Dancer ':syntax';
3 3
 
4
+use strict;
5
+use warnings;
6
+
4 7
 use SugarTrail::Repo;
5 8
 use helper;
6 9