[libmixin-extrafields-param-perl] 21/25: r28995 at minion101: rjbs | 2006-12-08 08:10:52 -0500 typo in error message

Florian Schlichting fsfs at moszumanska.debian.org
Wed Jan 29 21:00:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to annotated tag 0.001
in repository libmixin-extrafields-param-perl.

commit b7d80e79438d2fc37403bbb9498c015374c0fffe
Author: Ricardo SIGNES <rjbs at codesimply.com>
Date:   Fri Dec 8 13:43:35 2006 +0000

     r28995 at minion101:  rjbs | 2006-12-08 08:10:52 -0500
     typo in error message
---
 lib/Mixin/Param.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Mixin/Param.pm b/lib/Mixin/Param.pm
index d314782..8d71e00 100644
--- a/lib/Mixin/Param.pm
+++ b/lib/Mixin/Param.pm
@@ -166,7 +166,7 @@ parameters, even if it is undefined.
   $sub{"has_$P"} = sub {
     my ($self, $key) = @_;
     
-    Carp::croak "delete_param is an instance method"
+    Carp::croak "has_param is an instance method"
       unless Scalar::Util::blessed($self);
 
     my $stash = $_params_for{ $self } ||= {};

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmixin-extrafields-param-perl.git



More information about the Pkg-perl-cvs-commits mailing list