package WebService::Simplenote::Types; { $WebService::Simplenote::Types::VERSION = '0.1.0'; } # ABSTRACT Custom type library use Moose::Util::TypeConstraints; enum 'SystemTags', [qw/pinned unread markdown list/]; no Moose::Util::TypeConstraints; __END__ =pod =for :stopwords Ioan Rogers Fletcher T. Penney github =head1 NAME WebService::Simplenote::Types =head1 VERSION version 0.1.0 =head1 AUTHORS =over 4 =item * Ioan Rogers =item * Fletcher T. Penney =back =head1 COPYRIGHT AND LICENSE This software is Copyright (c) 2012 by Ioan Rogers. This is free software, licensed under: The GNU General Public License, Version 2, June 1991 =head1 BUGS AND LIMITATIONS You can make new bug reports, and view existing ones, through the web interface at L. =head1 SOURCE The development version is on github at L and may be cloned from L =cut