Skip to content

Commit

Permalink
Merge pull request #10 from AlexDaniel/master
Browse files Browse the repository at this point in the history
Add `use experimental :pack`
  • Loading branch information
supernovus committed Jun 21, 2018
2 parents d3abc94 + 5f8262e commit 8ff38e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/FastCGI/Protocol.pm6
Expand Up @@ -2,6 +2,7 @@ use v6;

unit module FastCGI::Protocol;

use experimental :pack;
use FastCGI::Constants;
use FastCGI::Protocol::Constants :ALL;
#use FastCGI::Logger;
Expand Down

0 comments on commit 8ff38e7

Please sign in to comment.