From a0bfac5a4579254d2f2015b668464b8fd1c6bf21 Mon Sep 17 00:00:00 2001 From: Masahiro Chiba Date: Wed, 15 Aug 2012 17:22:21 +0900 Subject: [PATCH] warning message more clear --- lib/Teng/Plugin/SingleBySQL.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Teng/Plugin/SingleBySQL.pm b/lib/Teng/Plugin/SingleBySQL.pm index 277e0c4..cedb343 100644 --- a/lib/Teng/Plugin/SingleBySQL.pm +++ b/lib/Teng/Plugin/SingleBySQL.pm @@ -5,7 +5,7 @@ use utf8; our @EXPORT = qw/single_by_sql/; -warn "IMPORTANT: Teng::Plugin::SingleBySQL is DEPRECATED AND *WILL* BE REMOVED. DO NOT USE.\n"; +warn "IMPORTANT: Teng::Plugin::SingleBySQL is DEPRECATED AND *WILL* BE REMOVED. Because into the Teng core. DO NOT USE.\n"; sub single_by_sql { my ($self, $sql, $bind, $table_name) = @_;