From c7b0676ccf4850a823552e3f47a8d14798c33010 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 23 Jan 2020 22:11:27 +0900 Subject: Fix new --- template/perl/snip-new.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'template') diff --git a/template/perl/snip-new.pl b/template/perl/snip-new.pl index 1f987d8..0a6ef66 100644 --- a/template/perl/snip-new.pl +++ b/template/perl/snip-new.pl @@ -3,3 +3,4 @@ sub new { return bless { @_ } , ref $class || $class; } +{{_cursor_}} -- cgit v1.2.3-54-g00ecf