Skip to content

Commit

Permalink
Merge branch 'Manwar-missing-strict-warnings-check'
Browse files Browse the repository at this point in the history
  • Loading branch information
veryrusty committed Nov 7, 2015
2 parents 09807c2 + 952aa51 commit 582726d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -17,6 +17,7 @@
paths. (Russell Jenkins)
* GH #1032 #1043: Add .dancer file to new app scaffolding (Jason A. Crome)
* GH #1045: Small cleanups to Request class (Russell Jenkins)
* GH #1033: strict && warnings in Dancer2::CLI (Mohammad S Anwar)

0.163000 2015-10-15 12:47:57+02:00 Europe/Amsterdam

Expand Down
1 change: 1 addition & 0 deletions lib/Dancer2.pm
Expand Up @@ -298,6 +298,7 @@ things:
Maurice
Menno Blom
Michał Wojciechowski
Mohammad S Anwar
mokko
Nick Patch
Nick Tonkin
Expand Down
2 changes: 2 additions & 0 deletions lib/Dancer2/CLI.pm
@@ -1,6 +1,8 @@
package Dancer2::CLI;
# ABSTRACT: Dancer2 cli application

use strict;
use warnings;
use App::Cmd::Setup -app;

1;

0 comments on commit 582726d

Please sign in to comment.