Skip to content

Commit

Permalink
Get rid of indirect object notation
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Mar 16, 2023
1 parent df78183 commit 590816c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Business/ISMN.pm
Expand Up @@ -308,8 +308,8 @@ Business::ISMN - work with International Standard Music Numbers
use Business::ISMN;
$ismn_object = new Business::ISMN('M021765430');
$ismn_object = new Business::ISMN('M-021-76543-0');
$ismn_object = Business::ISMN->new('M021765430');
$ismn_object = Business::ISMN->new('M-021-76543-0');
#print the ISMN with hyphens at positions specified
#by constructor
Expand Down

0 comments on commit 590816c

Please sign in to comment.