Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Created July 7, 2011 16:22
Show Gist options
  • Select an option

  • Save hoelzro/1069893 to your computer and use it in GitHub Desktop.

Select an option

Save hoelzro/1069893 to your computer and use it in GitHub Desktop.
package MyPackage;
has path => (
is => 'ro',
isa => 'Str',
default => sub {
return '~/Sandbox';
},
traits => ['ExpandHome'],
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment