Skip to content

Commit

Permalink
warning message more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
nihen committed Sep 17, 2012
1 parent 3b626b4 commit a0bfac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Teng/Plugin/SingleBySQL.pm
Expand Up @@ -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) = @_;
Expand Down

0 comments on commit a0bfac5

Please sign in to comment.