Skip to content

Commit

Permalink
make last-edited podfile data available to file template
Browse files Browse the repository at this point in the history
  • Loading branch information
finanalyst committed Apr 13, 2024
1 parent 2f97b44 commit 3341fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Raku::Pod::Render",
"description": "A generic Pod6 Renderer with custom Pod::Blocks, FormatCodes for one or more files using templates, provides HTML and MarkDown.",
"version": "4.10.4",
"version": "4.10.5",
"perl": "6.d",
"authors": [
"Richard Hainsworth"
Expand Down
1 change: 1 addition & 0 deletions lib/ProcessedPod.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ class ProcessedPod does SetupTemplates {
:name($!pod-file.name),
:lang($!pod-file.lang),
:path($!pod-file.path),
:last-edited($!pod-file.last-edited),
), :block-scope );
$!pod-body = [~] gather for $pod.list { take self.handle($_, 0 , Context::None ) };
# returns accumulated pod-bodies
Expand Down

0 comments on commit 3341fb0

Please sign in to comment.