Skip to content

Commit a677754

Browse files
committed
convert tests to OO-style
1 parent dd74d66 commit a677754

File tree

3 files changed

+682
-769
lines changed

3 files changed

+682
-769
lines changed

Makefile.PL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ WriteMakefile(
3535
'YAML' => 0, # for config files and tests
3636
'Session::Token' => 0,
3737
'Try::Tiny' => 0,
38+
'Plack' => '1.0029', # OO-style Plack::Test
3839
},
3940
EXE_FILES => [ 'bin/dancer2-generate-crypted-password' ],
4041
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },

0 commit comments

Comments
 (0)