Skip to content

Commit

Permalink
stop using indirect object notation in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Apr 22, 2023
1 parent 2dba336 commit 572f48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Palm/SMS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Palm::SMS - parse SMS database files
use Palm::PDB;
use Palm::SMS;
my $pdb = new Palm::PDB;
my $pdb = Palm::PDB->new();
$pdb->Load("sms.pdb");
my $record = $pdb->{records}[0];
Expand Down Expand Up @@ -222,7 +222,7 @@ sub import {

=head2 new
$pdb = new Palm::SMS;
$pdb = Palm::SMS->new();
Creates a new PDB, initialized with the various Palm::SMS fields
and an empty record list.
Expand Down

0 comments on commit 572f48d

Please sign in to comment.