Prophet
view release on metacpan or search on metacpan
lib/Prophet/Test.pm view on Meta::CPAN
my $record =
Prophet::Record->new( handle => $connection, type => $type );
$record->load( uuid => $uuid );
return $record;
}
}
sub as_alice (&) { as_user( alice => shift ) }
sub as_bob (&) { as_user( bob => shift ) }
sub as_charlie(&) { as_user( charlie => shift ) }
sub as_david(&) { as_user( david => shift ) }
# END {
# for (qw(alice bob charlie david)) {
# # as_user( $_, sub { rmtree [ $ENV{'PROPHET_REPO'} ] } );
# }
# }
1;
( run in 0.326 second using v1.01-cache-2.11-cpan-49f99fa48dc )