Guest User

Untitled

a guest
Jul 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. has ${1:attr} => (
  2. is => '${2:ro}',
  3. isa => '${3:Str}',
  4. lazy_build => 1,${4}
  5. );
  6.  
  7. sub _build_$1 {
  8. my $self = shift;
  9. $5
  10. }
Add Comment
Please, Sign In to add comment