mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-16 21:40:46 +01:00
Class: minor grammar fix
This commit is contained in:
parent
5396a7fcff
commit
6d6689b06e
@ -31,7 +31,7 @@ sub new {
|
|||||||
sub initialize {
|
sub initialize {
|
||||||
my ($package, $filename, $line) = caller(0);
|
my ($package, $filename, $line) = caller(0);
|
||||||
my (undef, undef, undef, $subroutine) = caller(1);
|
my (undef, undef, undef, $subroutine) = caller(1);
|
||||||
Carp::croak("Missing initialize subroutine, created by $subroutine at $filename:$line");
|
Carp::croak("Missing initialize subroutine in $subroutine at $filename:$line");
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user