Skip to content

Commit 0a5229d

Browse files
committed
Don't use deprecated contents attribute
1 parent e067745 commit 0a5229d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Pod/Convenience.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sub pod-item(*@contents, :$level = 1) is export {
8787
sub pod-heading($name, :$level = 1) is export {
8888
Pod::Heading.new(
8989
:$level,
90-
:content[pod-block($name)],
90+
:contents[pod-block($name)],
9191
);
9292
}
9393

0 commit comments

Comments
 (0)