Selaa lähdekoodia

Added strictures to make Perl::Critic happy

Alois Mahdal 11 vuotta sitten
vanhempi
commit
96cbfdf71f
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3
    0
      lib/SugarTrail.pm

+ 3
- 0
lib/SugarTrail.pm Näytä tiedosto

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