Import a latest test file for register_type_constraints() and fix tc class
[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