Add a few more tests, and some POD to make sure that

new is known to be different from create as an instanciator
versus a constructor.
This commit is contained in:
Colin Kuskie 2008-03-02 16:47:00 +00:00
parent 4b17be6e54
commit 0774bf771c
2 changed files with 24 additions and 2 deletions

View file

@ -119,7 +119,7 @@ sub getId {
=head2 new ( addressBook, addressId )
Constructor. Instanciates an address based upon addressId.
Constructor. Instanciates an existing address from the database based upon addressId.
=head3 addressBook