add begin.t from Method::Signatures
[p5sagit/Function-Parameters.git] / t / strict_5.fail
1 #!perl
2 use warnings;
3 use strict;
4
5 use Function::Parameters {
6         spike => {
7                 rarity => 'best',
8         },
9 };
10
11 'ok'