Skip to content

Commit 0915146

Browse files
committed
Correct the pod for object_is_stored, which was called is_ephemeral and had the opposite meaning
1 parent 76b2e26 commit 0915146

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)