Skip to content

Commit b1c9443

Browse files
authored
Merge pull request #44 from charsbar/correct_object_is_stored_description
Correct the pod for object_is_stored, which was called is_ephemeral and had the opposite meaning
2 parents 95cc352 + 0915146 commit b1c9443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Data/ObjectDriver/BaseObject.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ are identical.
10461046
10471047
=head2 C<$obj-E<gt>object_is_stored()>
10481048
1049-
Returns true if the object hasn't been stored in the database yet.
1049+
Returns true if the object has already been stored in the database.
10501050
This is particularly useful in triggers where you can then determine
10511051
if the object is being INSERTED or just UPDATED.
10521052

0 commit comments

Comments
 (0)