summaryrefslogtreecommitdiff
path: root/pod/perlbot.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlbot.pod')
-rw-r--r--pod/perlbot.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlbot.pod b/pod/perlbot.pod
index 30d00558b4..bc4e4da1f7 100644
--- a/pod/perlbot.pod
+++ b/pod/perlbot.pod
@@ -265,7 +265,7 @@ This example demonstrates an interface for the SDBM class. This creates a
$ref->FETCH(@_);
}
sub STORE {
- my $self = shift;
+ my $self = shift;
if (defined $_[0]){
my $ref = $self->{'dbm'};
$ref->STORE(@_);
@@ -420,7 +420,7 @@ method where that data is located.
sub enter {
my $self = shift;
-
+
# Don't try to guess if we should use %Bar::fizzle
# or %Foo::fizzle. The object already knows which
# we should use, so just ask it.