Skip to content

Commit

Permalink
Fix usage of Types::Common in tests
Browse files Browse the repository at this point in the history
Resolves #13
  • Loading branch information
bbrtj committed Dec 29, 2023
1 parent d502dc1 commit 383913b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/500-subforms/01-default.t
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Form::Tiny::Utils qw(try);
package Form::Nested;

use Form::Tiny;
use Types::Common qw(Str);
use Types::Standard qw(Str);

form_field value1 => (
type => Str,
Expand Down

0 comments on commit 383913b

Please sign in to comment.