Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    is $cdbi_object->name, 'Bar', "name has changed to 'Bar'";
    
    ok( $_->delete, "delete object" ) for Foo->retrieve_all;