From 5a5811173d429d24e3e497ebd5e8f0ef8c7fc714 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 8 May 2013 21:31:42 +0900 Subject: Use _var_ --- template/perl/snip-pit.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/perl') diff --git a/template/perl/snip-pit.pl b/template/perl/snip-pit.pl index 710aa50..ad6d8ce 100644 --- a/template/perl/snip-pit.pl +++ b/template/perl/snip-pit.pl @@ -1,7 +1,7 @@ use Config::Pit; my $config = pit_get("{{_input_:domain}}", require => { - "username" => "username of {{_input_:domain}}", - "password" => "password of {{_input_:domain}}", + "username" => "username of {{_var_:domain}}", + "password" => "password of {{_var_:domain}}", }); {{_cursor_}} -- cgit v1.2.3-54-g00ecf