Skip to content

Commit

Permalink
use strict; use warnings; to top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleFox94 committed May 12, 2015
1 parent 7460b48 commit 933c01d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Dancer2/Plugin/Auth/HTTP/Basic/DWIW.pm
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
use strict;
use warnings;

package Dancer2::Plugin::Auth::HTTP::Basic::DWIW;
# ABSTRACT: HTTP Basic authentication plugin for Dancer2 that does what I want.

use strict;
use warnings;
use MIME::Base64;
use Dancer2::Plugin;

Expand Down

0 comments on commit 933c01d

Please sign in to comment.