diff --git a/Changes b/Changes index 0b9333d..d673ea1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ # Change Log +## [0.0.5] - 2024-02-22 + +### Fixed + +- Typo in .gitignore +- Typo in SYNOPSIS + ## [0.0.4] - 2020-12-23 ### Added diff --git a/lib/Template/Provider/Pandoc.pm b/lib/Template/Provider/Pandoc.pm index dfe10d4..5091b11 100644 --- a/lib/Template/Provider/Pandoc.pm +++ b/lib/Template/Provider/Pandoc.pm @@ -8,7 +8,7 @@ Template::Provider::Pandoc - pre-process templates with Pandoc use Template::Provider::Pandoc; my $tt = Template->new( - LOAD_TEMPLATES = [ Template::Provider::Pandoc->new ], + LOAD_TEMPLATES => [ Template::Provider::Pandoc->new ], ); $tt->process('template.md', \%vars)