more tying to convert my methods to real objects
[gitmo/MooseX-Types-Structured.git] / t / 02-constraints.t
index 21cf74a..5bceb08 100644 (file)
@@ -254,4 +254,4 @@ lives_ok sub {
 throws_ok sub {
     $record->dict_with_tuple_with_union({key1=>1, key2=>['World',2]});
 }, qr/Validation failed for 'Int'/
- => 'Threw error on bad constraint';
\ No newline at end of file
+ => 'Threw error on bad constraint';