Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for perl module Text::Hogan

2.04 2026-06-08
* replace eval in find_in_scope
* use HTML::Escape
* use YAML::XS instead of YAML

2.03 2019-12-17
* Use Ref::Util, which will use Ref::Util::XS where available, thanks to Ed Freyfogle and opencagedata.com

Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Text-Hogan
version = 2.03
version = 2.04
abstract = Text::Hogan - A mustache templating engine statement-for-statement cloned from hogan.js

author = Alex Balhatchet
Expand Down