Browse Source

Moved to Dancer2

Alois Mahdal 11 years ago
parent
commit
cedb376ef9
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      bin/app.pl
  2. 1
    1
      lib/SugarTrail.pm

+ 1
- 1
bin/app.pl View File

@@ -1,4 +1,4 @@
1 1
 #!/usr/bin/env perl
2
-use Dancer;
2
+use Dancer2;
3 3
 use SugarTrail;
4 4
 dance;

+ 1
- 1
lib/SugarTrail.pm View File

@@ -1,5 +1,5 @@
1 1
 package SugarTrail;
2
-use Dancer ':syntax';
2
+use Dancer2 ':syntax';
3 3
 
4 4
 use strict;
5 5
 use warnings;