Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / t / lib / Unsweetened.pm
1 package Unsweetened;
2 use strict;
3 use warnings;
4
5 sub unsweetened { 1 }
6
7 1;
8