diff options
Diffstat (limited to 'perl/private-Error.pm')
-rw-r--r-- | perl/private-Error.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/private-Error.pm b/perl/private-Error.pm index ea14ab270a..6098135ae2 100644 --- a/perl/private-Error.pm +++ b/perl/private-Error.pm @@ -769,7 +769,7 @@ is a numeric value. These values are what will be returned by the overload methods. If the text value ends with C<at file line 1> as $@ strings do, then -this infomation will be used to set the C<-file> and C<-line> arguments +this information will be used to set the C<-file> and C<-line> arguments of the error object. This class is used internally if an eval'd block die's with an error |