Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Nov 23, 2019
1 parent 5646462 commit 625a2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/98-param-eg-from-docs.t
Expand Up @@ -7,7 +7,7 @@ BEGIN {
package My::Types;
use Type::Library -base;
use Type::Utils 'extends';
BEGIN { extends 'Types::Standard' };
BEGIN { extends 'Types::Standard' };
__PACKAGE__->add_type(
name => 'MultipleOf',
parent => Int,
Expand Down

0 comments on commit 625a2d3

Please sign in to comment.