Fixed the example showing parameter type constraints
[p5sagit/Function-Parameters.git] / t / strict_5.fail
CommitLineData
ae6e00b5 1#!perl
2use warnings;
3use strict;
4
5use Function::Parameters {
6 spike => {
7 rarity => 'best',
8 },
9};
10
11'ok'