Guest User

Untitled

a guest
Jun 14th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. =head2 new
  2.  
  3. Create a new group object:
  4.  
  5. my $user = Playfish::Utils::Projects::Group->new(
  6. name => $username,
  7. description => $fullname
  8. );
  9.  
  10. =head2 create
  11.  
  12. Create the group in the system. Returns 0 when successful, otherwise the value of the underlying failure.
  13.  
  14. =cut
Add Comment
Please, Sign In to add comment