Skip to content

Instantly share code, notes, and snippets.

@ocharles
Created July 17, 2009 17:43
Show Gist options
  • Select an option

  • Save ocharles/149192 to your computer and use it in GitHub Desktop.

Select an option

Save ocharles/149192 to your computer and use it in GitHub Desktop.
package MusicBraiz::Server::Edit::Types;
use strict;
use MooseX::Types::Moose qw( Maybe );
use MooseX::Types::Structured qw( Optional );
use Sub::Exporter -setup => { exports => ['Key'] };
sub Nullable { Optional[Maybe @_] }
1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment